-
Notifications
You must be signed in to change notification settings - Fork 453
Add ability to use ENVIRON for passing bootstrap token
#6727
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
base: main
Are you sure you want to change the base?
Conversation
8801e75 to
c3db446
Compare
c3db446 to
716b3d0
Compare
|
This pull request has merge conflicts that need to be resolved. |
Signed-off-by: s3rj1k <[email protected]>
716b3d0 to
64dab69
Compare
ENVIRON for passing bootstrap token
|
Can we split this up into two PRs, one for the start flag, and the other one for the environment var? /cc #5253 |
Probably, but I need both to be in binary at same time |
|
Let's have these two things as separate PRs, and issues for them, so we can properly handle those as separate as they really are separate |
RN I still need this PR to test things, when I will finish testing related work against this, I'll prepare 2 separate PRs and move this one into Draft |
Adds two new flags to improve k0s installation and token management for both worker and controller:
--start: Automatically starts the k0s service immediately after installation--token-env: Allows specifying the join token via an environment variable name instead of passing it via fileExample Usage
Install and start controller with token from environment
Install and start worker with token from environment