I have a GKE environment with a GKE Ingress in europe-west6. It was always working until a couple of days ago when the Ingress started to fail with this error:
Failed to sync NEG "k8s1-484a9780-default-prova-80-0425e497" (will retry): googleapi: Error 403: QUOTA_EXCEEDED - Quota 'NETWORK_ENDPOINT_GROUPS' exceeded. Limit: 100.0 in region europe-west6.
I am pretty confused because the error says that I exceeded the limit of 100 NEGs, but there is only one NEG in the whole project. I tried to load the same environment in us-central1, and it is working as expected.
Are there problems with NEGs in europe-west6?
Thanks a lot Massimo