Merge pull request #6836 from RammusXu/patch-1
Update GKE internal LB annotations
This commit is contained in:
commit
0d873b620b
1 changed files with 7 additions and 3 deletions
|
@ -171,9 +171,13 @@ controller:
|
|||
internal:
|
||||
enabled: true
|
||||
annotations:
|
||||
# Create internal LB
|
||||
cloud.google.com/load-balancer-type: "Internal"
|
||||
# Any other annotation can be declared here.
|
||||
# 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.
|
||||
```
|
||||
|
||||
Example for Azure:
|
||||
|
|
Loading…
Reference in a new issue