kubernetes / ingress-gce

Ingress controller for Google Cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INSTANCE_IN_MULTIPLE_LOAD_BALANCED_IGS error by gcp on ingress resource creation.

girish97115 opened this issue · comments

Gcp ingress controller on creation of ingress resource is trying to create unmanaged instance groups for node pools with prefix 'k8s-xxxxx'.
I my case gke, while creation of the cluster has created managed instance groups with names '<CLUSTER_ID>-<node_pool>-xxxxx'. Now when I try to create a ingress resource I get the INSTANCE_IN_MULTIPLE_LOAD_BALANCED_IGS due to the newly created node pools.
If gke ingress controller does not support working with managed instance groups. How to solve this ?