-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove external IPs from GCP worker nodes #3
Remove external IPs from GCP worker nodes #3
Comments
Can we close this issue ? |
@zanetworker what's the timeline/progress on the plans proposed in gardener/gardener-extensions#411 ?
|
@zanetworker please open another PR and adapt the documentation here https://github.com/gardener/gardener-extensions/blob/master/controllers/provider-gcp/docs/usage-as-end-user.md |
bump ccm version to v1.16.17
Signed-off-by: Artiom Diomin <[email protected]>
Signed-off-by: Artiom Diomin <[email protected]>
With gardener-attic/gardener-extensions#379 and gardener-attic/gardener-extensions#398 Cloud NATs have been introduced for GCP shoots in order to remove the external IPs from the shoot worker nodes.
However, these changes were reverted with gardener-attic/gardener-extensions#405 because of instabilities.
More specifically, the main problem was that shoots which are deployed into the same VPC/network get one router and cloud NAT each. However, GCP has a hard quota limit here:
From https://cloud.google.com/router/quotas:
Hence, the implementation with gardener-attic/gardener-extensions#379 and gardener-attic/gardener-extensions#398 does not work.
What can we do to circumvent the problem and to get rid of the external IPs for GCP worker nodes?
The text was updated successfully, but these errors were encountered: