You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the plan command to automate bootstrapping many clusters, and it would be useful to add --merge flag to the resulting script in order to avoid manually merging the kubeconfig.
Expected Behaviour
Running the bootstrap script should require as little additional steps as possible.
Current Behaviour
After bootstrapping a cluster, I need to manually merge the new kubeconfig with the default one
Possible Solution
Add the --merge flag to the plan command, that would simply add the same --merge flag to the install command in the generated bootstrap script
Your Environment
k3sup version: 0.13.6
k3sup version
Do you want to work on this?
Subject to design approval, are you willing to work on a Pull Request for this issue or feature request?
Yes
No
The text was updated successfully, but these errors were encountered:
Why do you need this?
I use the
plan
command to automate bootstrapping many clusters, and it would be useful to add--merge
flag to the resulting script in order to avoid manually merging the kubeconfig.Expected Behaviour
Running the bootstrap script should require as little additional steps as possible.
Current Behaviour
After bootstrapping a cluster, I need to manually merge the new kubeconfig with the default one
Possible Solution
Add the
--merge
flag to theplan
command, that would simply add the same--merge
flag to theinstall
command in the generated bootstrap scriptYour Environment
Do you want to work on this?
Subject to design approval, are you willing to work on a Pull Request for this issue or feature request?
The text was updated successfully, but these errors were encountered: