Skip to content
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

[TEST-ONLY] Testing net-kourier with traffic-isolation patch #13094

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion third_party/kourier-latest/kourier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@ rules:
- apiGroups: [""]
resources: ["configmaps"]
verbs: ["get", "list", "watch"]
- apiGroups: [ "" ]
resources: [ "namespaces" ]
verbs: [ "get", "list", "watch" ]
- apiGroups: ["coordination.k8s.io"]
resources: ["leases"]
verbs: ["get", "list", "create", "update", "delete", "patch", "watch"]
Expand Down Expand Up @@ -299,7 +302,7 @@ spec:
app: net-kourier-controller
spec:
containers:
- image: gcr.io/knative-nightly/knative.dev/net-kourier/cmd/kourier@sha256:594bf15f6acb82194918bd17dc3f09cb569ea4e007ebcc8a4f62e21145b5e445
- image: docker.io/villardl/kourier-b74c3918b7eee585f87df62ccd297dc8:latest
name: controller
env:
- name: CERTS_SECRET_NAMESPACE
Expand Down