Commit ecb851a
authored
Update helloweb-service-static-ip.yaml (#1802)
The use of `.spec.loadBalancerIP` for a Service has been deprecated since Kubernetes v1.24. Replacing it with the `networking.gke.io/load-balancer-ip-addresses` annotation. The static IP name "helloweb-ip" is used in this doc: https://cloud.google.com/kubernetes-engine/docs/tutorials/configuring-domain-name-static-ip#use_a_service1 parent a3f1a42 commit ecb851a
File tree
1 file changed
+2
-1
lines changed- quickstarts/hello-app/manifests
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | | - | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
0 commit comments