You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created an Ingress controller in my GKE cluster with the default settings.
After applying the manifest, an HTTP(s) load balancer was created with 2 listeners - one for HTTP and another for HTTPS - as expected.
After adding the kubernetes.io/ingress.allow-http: "false" annotation to my Ingress config, and applying it to GKE, The HTTP frontend doens't get deleted.
I had to manually delete it via the UI.
I've created an Ingress controller in my GKE cluster with the default settings.
After applying the manifest, an HTTP(s) load balancer was created with 2 listeners - one for HTTP and another for HTTPS - as expected.
After adding the
kubernetes.io/ingress.allow-http: "false"
annotation to my Ingress config, and applying it to GKE, The HTTP frontend doens't get deleted.I had to manually delete it via the UI.
config -
The text was updated successfully, but these errors were encountered: