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 9924b46 commit 0aec681Copy full SHA for 0aec681
containers-orchestration/managed-kubernetes/use-public-cloud-load-balancer/readme.md
@@ -78,6 +78,6 @@ kubectl apply -f test-lb-service.yaml
78
```shell
79
$ kubectl get service test-lb-service -n=test-lb-ns
80
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
81
-test-lb-service LoadBalancer 10.3.107.18 141.94.215.240 80:30172/TCP 12m
+test-lb-service LoadBalancer 10.3.107.18 xx.xx.xx.xx 80:30172/TCP 12m
82
```
83
5. Open a web browser and access: http://141.94.215.240
0 commit comments