-
Notifications
You must be signed in to change notification settings - Fork 82
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
NatGateway integration – step 1 #50
Conversation
Have you validated that the new Azure TF plugin version doesn't break anything old? If yes, feel free to trigger a new release to unblock this PR :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand that it is possible to switch from "zoned w/o NAT GW <-> zoned w/ NAT GW" clusters and vice versa, right? Is this assumption correct and will it work properly (having existing zoned cluster w/o NAT GW in mind that might want to switch (and maybe later switch back)).
Yes, I have validated everything seems still working with the new
Yep, exactly. You can turn on and off again the NatGateway for zoned clusters. Existing zoned cluster will stay untouched and use still the Standard LoadBalancer to route egress until a user decide to enable the NatGateway. I also updated the PR. PTAL when the new Terraformer version is included. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, just two minor nits in the documentation, then it's good to go in!
Azure NatGateway integration for zoned clusters only and without option to attach user provided public ip(s)/range(s) to the NatGateway. Furthermore the NatGateway is not yet deployed zone redundant.
@rfranzke done. Thanks for the review. I have addressed the requested changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Azure NatGateway integration for zoned clusters only and without option to attach user provided public ip(s)/range(s) to the NatGateway.
✅ We need a terraformer version included which contain this pr: gardener/terraformer#35
ℹ️ This PR contains also a little boy scout rule actions for the terraform unit tests
What this PR does / why we need it:
see #43
Which issue(s) this PR fixes:
Fixes partly #43
Special notes for your reviewer:
Release note: