Skip to content

Commit 882c864

Browse files
antonin-ascraly
andauthored
Update containers-orchestration/managed-kubernetes/use-public-cloud-load-balancer/resize_lb/README.md
Co-authored-by: Aurelie Vache <[email protected]>
1 parent 7af40ec commit 882c864

File tree

1 file changed

+1
-1
lines changed
  • containers-orchestration/managed-kubernetes/use-public-cloud-load-balancer/resize_lb

1 file changed

+1
-1
lines changed

containers-orchestration/managed-kubernetes/use-public-cloud-load-balancer/resize_lb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Get the public IP (EXTERNAL-IP) of your existing service
3232
```shell
3333
$ kubectl get service octavia-small-to-upgrade -n demo-resize
3434
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
35-
octavia-small-to-upgrade LoadBalancer 10.3.36.237 57.128.57.47 80:31146/TCP 2m15s
35+
octavia-small-to-upgrade LoadBalancer 10.3.36.237 xx.xx.xx.xx 80:31146/TCP 2m15s
3636
```
3737

3838
Create a new service with the new expected flavor. To do so edit the `3_medium_service_deploy.yaml` manifest file to change the 'loadBalancerIP' then apply:

0 commit comments

Comments
 (0)