Skip to content
This repository was archived by the owner on Aug 2, 2019. It is now read-only.

Commit 93d6366

Browse files
committed
Required on vanilla k8s for the olm-hack to create Gateways
Doesn't seem to be a problem on OpenShift due, I think, to the privileged SCC rule, which wouldn't be in effect on say, minikube. Interestingly, our knative operators seem to install fine via OLM on minikube. The Maistra operator will not, as it seems to only work on OpenShift.
1 parent 4eeb10f commit 93d6366

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

knative-operators.catalogsource.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3540,6 +3540,7 @@ data:
35403540
- networking.istio.io
35413541
resources:
35423542
- virtualservices
3543+
- gateways
35433544
verbs:
35443545
- get
35453546
- list

olm-catalog/knative-serving.v0.3.0.clusterserviceversion.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ spec:
192192
- networking.istio.io
193193
resources:
194194
- virtualservices
195+
- gateways
195196
verbs:
196197
- get
197198
- list

0 commit comments

Comments
 (0)