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
1 changed files with 2 additions and 2 deletions

View File

@ -449,10 +449,10 @@ Select one of the tabs.
metadata:
name: my-service
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).
{% endcapture %}