Skip to content

Commit 7af40ec

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 4967979 commit 7af40ec

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
@@ -35,7 +35,7 @@ NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S)
3535
octavia-small-to-upgrade LoadBalancer 10.3.36.237 57.128.57.47 80:31146/TCP 2m15s
3636
```
3737

38-
Create a new service with the new expected flavor. To do so edit the 3_medium_service_deploy manifest to change the 'loadBalancerIP' then apply:
38+
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:
3939
```yaml
4040
spec:
4141
loadBalancerIP: 57.128.57.47 # Public Floating IP address from the previous service

0 commit comments

Comments
 (0)