From 88493cb2060e777bf6af4c303af315581d4c704b Mon Sep 17 00:00:00 2001 From: RammusXu Date: Thu, 4 Feb 2021 14:32:13 +0800 Subject: [PATCH] Update GKE internal LB annotations --- charts/ingress-nginx/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/ingress-nginx/README.md b/charts/ingress-nginx/README.md index e74794826..a809e7e5e 100644 --- a/charts/ingress-nginx/README.md +++ b/charts/ingress-nginx/README.md @@ -171,9 +171,10 @@ controller: internal: enabled: true annotations: + # ref: https://cloud.google.com/kubernetes-engine/docs/how-to/internal-load-balancing#create # Create internal LB - cloud.google.com/load-balancer-type: "Internal" - # Any other annotation can be declared here. + networking.gke.io/load-balancer-type: "Internal" + # Any other annotation can be declared here. ``` Example for Azure: