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
0.16.0 network: contour
the contour crd httpproxy object work work fine
httpproxy can not work
apiVersion: operator.knative.dev/v1beta1 kind: KnativeServing metadata: name: knative-serving namespace: knative-serving spec: ingress: contour: enabled: true config: domain: xxxx.com: "" network: ingress-class: "contour.ingress.networking.knative.dev"
apiVersion: serving.knative.dev/v1 kind: Service metadata: name: contour-test-android spec: template: spec: containers: - image: ghcr.io/knative/helloworld-go:latest env: - name: TARGET value: "contour test android" --- apiVersion: serving.knative.dev/v1 kind: Service metadata: name: contour-test-ios spec: template: spec: containers: - image: ghcr.io/knative/helloworld-go:latest env: - name: TARGET value: "contour test ios"
apiVersion: projectcontour.io/v1 kind: HTTPProxy metadata: name: contour-test spec: ingressClassName: contour virtualhost: fqdn: contour-test.default.xxxx.com routes: - conditions: - header: name: x-os contains: ios services: - name: contour-test-ios port: 80 - conditions: - header: name: x-os contains: android services: - name: contour-test-android port: 80
kubectl describe httpproxies.projectcontour.io contour-test ... Status: Current Status: NotReconciled Description: Waiting for controller ...
the contour installed by knative change the default behavior? only watch ksvc?
The text was updated successfully, but these errors were encountered:
cc @dprotaso
Sorry, something went wrong.
No branches or pull requests
What version of Knative?
Expected Behavior
the contour crd httpproxy object work work fine
Actual Behavior
httpproxy can not work
Steps to Reproduce the Problem
Thought
the contour installed by knative change the default behavior? only watch ksvc?
The text was updated successfully, but these errors were encountered: