More information for earlier than GKE 1.17
This commit is contained in:
parent
cb7eefef1b
commit
003088a6b4
1 changed files with 5 additions and 2 deletions
|
@ -171,9 +171,12 @@ controller:
|
|||
internal:
|
||||
enabled: true
|
||||
annotations:
|
||||
# ref: https://cloud.google.com/kubernetes-engine/docs/how-to/internal-load-balancing#create
|
||||
# Create internal LB
|
||||
# Create internal LB. More informations: https://cloud.google.com/kubernetes-engine/docs/how-to/internal-load-balancing
|
||||
# For GKE versions 1.17 and later
|
||||
networking.gke.io/load-balancer-type: "Internal"
|
||||
# For earlier versions
|
||||
# cloud.google.com/load-balancer-type: "Internal"
|
||||
|
||||
# Any other annotation can be declared here.
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue