-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
kubeadm feature flags #35133
Comments
Thank you for this @bogdando! We definitely want to make |
@lukemarsden thank you, I will |
Also note that while being configurable is very nice to have, runtime flags must allow to specify which steps a user wants the |
This is now tracked as kubernetes/enhancements#138 |
Just to add to what Luke said, there's file configuration support for |
Reopened as there is yet another optional place to track it |
This issue was moved to kubernetes/kubeadm#22 |
FEATURE REQUEST:
Add runtime/config feature flags for granular control of
kubeadm init
tasks. Like:Use case:
One may want to use hyperkube and do not pull images for apiserver and other components.
Or one may want to only run certs management tasks, or only re-generate configs or static manifests pods or only install addons. Having feature flags eases idempotent runs, co-existing with external CM systems like ansible or puppet and integration testing efforts a lot.
The feature flags, either CLI or config file based, should ease integration efforts and make the tool more flexible as well.
Related feature #11
Kubernetes version (use
kubectl version
): nextEnvironment:
uname -a
): anyThe text was updated successfully, but these errors were encountered: