Skip to content
#

knative

Here are 201 public repositories matching this topic...

mattmoor
mattmoor commented Aug 5, 2021

/area API
/kind good-first-issue

Describe the feature

For flagged fields like kubernetes.podspec-fieldref the validation should include the name of the feature flag to toggle in the error message it surfaces. The validation logic is roughly here: https://github.com/knative/serving/blob/644798277d9fe6715e4f638281141356df46d7e1/pkg/apis/serving/k8s_validation.go#L246

adamkgray
adamkgray commented May 4, 2021

/kind feature

Describe the solution you'd like

In pkg/apis/serving/v1beta1/inference_service_defaults.go the default InferenceService resource requests and limits are hard coded to be 1 cpu and 2Gi memory. These are reasonable defaults. However, the entire existence of these defaults should be disablable. Moreover, administrators should be able to quickly adjust defaults globally via t

vsokolov00
vsokolov00 commented Jul 12, 2021

Cobra function cmd.SetOut() does not redirect output for some commands.

for command output redirection this function is used https://github.com/apache/camel-k/blob/d9230bd1f92d2839adb37f819132a2ecd6b92ee4/e2e/support/test_support.go#L1331

redirection works fine for kamel get kamel kit but the output of commands kamel describe kamel help kamel dump kamel version is not being r

sriumcp
sriumcp commented Jul 27, 2021

Is your feature request related to a problem? Please describe the problem.
Whenever a new tagged release is created, we want to run the mike versioning CI so that iter8.tools documentation is auto-updated.

Describe the feature/solution you'd like
Make the mike versioning workflow trigger on releases (not just manual). Additionally, extract major and minor version numbers f

Improve this page

Add a description, image, and links to the knative topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the knative topic, visit your repo's landing page and select "manage topics."

Learn more