How to set static internal IP to the GKE internal Ingress
问题 I want to create a Internal Ingress for my GKE workloads. I want to know what is the annotation that I can use so that I set a static INTERNAL IP address/name in my ingress. apiVersion: extensions/v1beta1 kind: Ingress metadata: name: ingress-https namespace: istio-system annotations: kubernetes.io/ingress.allow-http: "false" kubernetes.io/ingress.class: "gce-internal" ingress.gcp.kubernetes.io/pre-shared-cert: my-cert helm.sh/chart: {{ include "devtools.chart" . }} app.kubernetes.io/instance