We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a Service is created with the annotation disableRoute, it seems the flag is ignored and the route is created anyway
disableRoute
Here's the annotation definition I'm using:
apiVersion: serving.knative.dev/v1 kind: Service metadata: annotations: ... serving.knative.openshift.io/disableRoute: 'true'
The text was updated successfully, but these errors were encountered:
The annotation is part of e2e testsuite here:
serverless-operator/test/servinge2e/kourier/custom_route_test.go
Lines 28 to 29 in 9ca1416
Can you pls share what version of Serverless operator are you using, and OpenShift version at least?
Also a networking layer being used here. I'm not sure if that works outside of Kourier actually.
Sorry, something went wrong.
@brunoNetId gentle ping.
No branches or pull requests
When a Service is created with the annotation
disableRoute
, it seems the flag is ignored and the route is created anywayHere's the annotation definition I'm using:
The text was updated successfully, but these errors were encountered: