Skip to content

Commit 5e571a8

Browse files
author
yzamir
committed
readme
1 parent f8f0663 commit 5e571a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ kubectl create secret generic kube-gateway-secrets --from-file=tls.key --from-fi
8080
kubectl create -f deploy/kube-gateway.yaml
8181
```
8282

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+
8389
``` bash
8490
# Check deploymet and secrets
8591
kubectl get secrets -n kube-gateway

0 commit comments

Comments
 (0)