Show uppercase Internal value (#5911)

This commit is contained in:
Nick Sardo
2017-10-13 13:16:22 -07:00
committed by Steve Perry
parent 62c2d2529f
commit 2940069560
+2 -2
View File
@@ -449,10 +449,10 @@ Select one of the tabs.
metadata: metadata:
name: my-service name: my-service
annotations: annotations:
cloud.google.com/load-balancer-type: "internal" cloud.google.com/load-balancer-type: "Internal"
[...] [...]
``` ```
Use `cloud.google.com/load-balancer-type: "internal"` for masters with version 1.7.0 to 1.7.3.
For more information, see the [docs](https://cloud.google.com/container-engine/docs/internal-load-balancing). For more information, see the [docs](https://cloud.google.com/container-engine/docs/internal-load-balancing).
{% endcapture %} {% endcapture %}