We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f0663 commit 5e571a8Copy full SHA for 5e571a8
README.md
@@ -80,6 +80,12 @@ kubectl create secret generic kube-gateway-secrets --from-file=tls.key --from-fi
80
kubectl create -f deploy/kube-gateway.yaml
81
```
82
83
+``` bash
84
+# NOTE: on openshift, you can deploy the example route
85
+# make sure to edit the route to match your cluster DNS
86
+oc create -f deploy/route.yaml
87
+```
88
+
89
``` bash
90
# Check deploymet and secrets
91
kubectl get secrets -n kube-gateway
0 commit comments