-
Notifications
You must be signed in to change notification settings - Fork 168
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
better support for airgap mode 'exists', secure rke2 token by default, allow setting rke2_node_name, implement local artifact download and push to remote fallback #203
Conversation
Hi @simonfelding, please resolve the conflicts |
I noticed a few places in the repo where there were some misspellings. This is a minor update to correct those instances. Signed-off-by: Sean McGinnis <[email protected]>
The kubeconfig allows full access to the cluster, so it should be kept secure. Previously it was readable by everyone, now only by the user running Ansible.
@MonolithProjects I fixed the conflicts, is it okay now? |
@MonolithProjects Hi! When can we expect the merge? I found some interesting changes there for use that I would like to see in the master. |
Maybe I should split it into multiple PRs, it got kind of large.. |
Yeah... I think that's a good idea. Plus I see in this PR commits which are already in Master and this makes it harder to review. Please split it and I am sure I can find a time to check it 😉 Thanks! |
I split it up into several new pull requests. some of the changes have already been implemented by other people. |
Description
There's a bunch of stuff in this commit. I realize it could have been multiple pull requests. Sorry about that.
and
to multiple lines for readabilityType of change
How Has This Been Tested?
reset my local cluster entirely and ran each feature against it.