More information for earlier than GKE 1.17

This commit is contained in:
RammusXu 2021-02-26 11:20:37 +08:00 committed by GitHub
parent 88493cb206
commit 59e9ee57a2

View file

@ -171,9 +171,12 @@ controller:
internal: internal:
enabled: true enabled: true
annotations: annotations:
# ref: https://cloud.google.com/kubernetes-engine/docs/how-to/internal-load-balancing#create # Create internal LB. More informations: https://cloud.google.com/kubernetes-engine/docs/how-to/internal-load-balancing
# Create internal LB # For GKE versions 1.17 and later
networking.gke.io/load-balancer-type: "Internal" networking.gke.io/load-balancer-type: "Internal"
# For earlier versions
# cloud.google.com/load-balancer-type: "Internal"
# Any other annotation can be declared here. # Any other annotation can be declared here.
``` ```