You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- You DO NOT need to create a gateway as per the instructions. The Korifi helm chart defines a gateway that will be used forall korifi ingress traffic. The gateway will be createdin the `korifi-gateway` namespace.
97
+
- You DO NOT need to create a gateway as per the instructions. The Korifi helm chart defines a gateway that will be used forall korifi ingress traffic. The gateway will be createdin the `$KORIFI_GATEWAY_NAMESPACE` namespace.
98
98
99
99
### Metrics Server
100
100
@@ -261,7 +261,7 @@ kubectl get service envoy -n projectcontour -ojsonpath='{.status.loadBalancer.in
261
261
If you used dynamic provisioning of a Contour gateway, discover your endpoint with:
262
262
263
263
```sh
264
-
kubectl get service envoy-korifi -n korifi-gateway -ojsonpath='{.status.loadBalancer.ingress[0]}'
264
+
kubectl get service envoy-korifi -n $KORIFI_GATEWAY_NAMESPACE -ojsonpath='{.status.loadBalancer.ingress[0]}'
265
265
```
266
266
267
267
It may take some time before the address is available. Retry this until you see a result.
0 commit comments