Skip to content
#

knative

Here are 200 public repositories matching this topic...

christopheblin
christopheblin commented Jun 11, 2021

Summary

From an archived workflow, click on "Resubmit" in the UI

The created workflow do not have the appropriate labels

/!\ the bug happens only for archived workflows (when you resubmit a "normal" workflow, the labels are kept)

Be cautious, some labels should not be copied (like workflows.argoproj.io or workflows.argoproj.io/phase)

however, the labels placed manually by the us

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

nicolaferraro
nicolaferraro commented Jul 8, 2021

Happened quite some times with 1.5. There's a KameletBinding called timer-source-to-mysql-sink. It's deleted but then the CLI tries to remove the integration (it should not, it's automatically cleaned up).

[nferraro@localhost kamelet-catalog]$ kamel reset
1 kamelet bindings deleted from namespace camel
could not delete integration timer-source-to-mysql-sink from namespace camel: integr
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