-
Notifications
You must be signed in to change notification settings - Fork 87
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
Provisioner should be setup to NAT for the workers #31
Comments
Agree. I use this:
Taken from this: https://kinvolk.io/blog/2020/10/provisioning-flatcar-container-linux-with-tinkerbell/ |
We assumed it was made in this way with reasons, glad there are no good reasons for those extra steps. |
Anyway, great news. @Cbkhare can you have a look?
I think we are not ready to remove the registry yet. I want to speak about it during a contributor meeting. But this issue can be closed as soon as the NAT is in place 👍 |
nat changes added via tinkerbell/tink#410 |
@Cbkhare this has to be ported to this repository. The |
PR for sandbox repo. #33 |
## Description Provisioner NAT setup for workers ## Why is this needed internet access on workers #31 Fixes: # ## How Has This Been Tested? - workflow executed successfully. - ping from workers works correctly. PR in reference with tinkerbell/tink#410
PR for documentation tinkerbell/tinkerbell-docs#55 |
All Pr merged. |
Thanks @Cbkhare ! well done! |
## Description Provisioner NAT setup for workers ## Why is this needed internet access on workers tinkerbell#31 Fixes: # ## How Has This Been Tested? - workflow executed successfully. - ping from workers works correctly. PR in reference with tinkerbell/tink#410
I'm not sure why we didn't do this from the beginning and I can't really think of a good reason to make the default setup not have internet access via the provisioner. If we enable routing and NAT'ing we'd be able to drop the local registry and the need to sync/re-tag images from the setup, and the workflows will be able to use the internet access to fetch from.
The text was updated successfully, but these errors were encountered: