-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to set labels on knative service (for things like "cluster-local") #1712
Comments
Workaround suggested by @nicolaferraro is to run with But it doesn't seem to work, the label is applied but getting this error:
|
This issue has been automatically marked as stale due to 90 days of inactivity. |
Add visibility option to knative service trait.
- Add visibility option to knative service trait. - Extract creating test environment method for Knative service trait
- Add visibility option to knative service trait. - Extract creating test environment method for Knative service trait
- Add visibility option to knative service trait. - Extract creating test environment method for Knative service trait
- Add visibility option to knative service trait. - Extract creating test environment method for Knative service trait
- Add visibility option to knative service trait. - Extract creating test environment method for Knative service trait
This feature was released in v1.10.0.
Can someone please close this issue if possible? |
Sure, thanks for reporting! |
For
from("knative:type/name")
routes, we need ability to configure it so that the knative service that it creates would have certain labels. Particularly, need a way to applyserving.knative.dev/visibility=cluster-local
label so my service would not be exposed publicly.The text was updated successfully, but these errors were encountered: