Skip to content

Commit 8bd36a3

Browse files
committed
small typo
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com> On-behalf-of: @SAP karol.szwaj@sap.com
1 parent 38eb613 commit 8bd36a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • docs/content/usage/integrations

docs/content/usage/integrations/kro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,13 +393,13 @@ kubectl get services -n envoy-gateway-system
393393
```bash
394394
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
395395
envoy-gateway ClusterIP 10.96.199.212 <none> 18000/TCP,18001/TCP,18002/TCP,19001/TCP,9443/TCP 4d23h
396-
envoy-kube-bind-z6gwv-default-my-lb-gw-9f962ab2 LoadBalancer 10.96.231.200 <pending> 80:32515/TCP 4d19h
396+
envoy-kube-bind-wz2g5-default-my-lb-gw-9f962ab2 LoadBalancer 10.96.231.200 <pending> 80:32515/TCP 4d19h
397397
```
398398
399399
Port forward the related service.
400400
401401
```bash
402-
kubectl -n envoy-gateway-system port-forward service/envoy-kube-bind-z6gwv-default-my-lb-gw-9f962ab2 8888:80
402+
kubectl -n envoy-gateway-system port-forward service/envoy-kube-bind-wz2g5-default-my-lb-gw-9f962ab2 8888:80
403403
```
404404
405405
Send the request through the gateway service to your backend application.

0 commit comments

Comments
 (0)