-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Mutability of KubeadmConfigSpec #3195
Comments
One approach is to introduce a run-time flag to KCP (e.g.
|
@Arvinderpal IMO this is a duplicate of #2083. |
Thanks @fabriziopandini. I'll update the other ticket. |
@Arvinderpal: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
User Story
As a user/operator I would like to have finer control over the kubeadm specific configuration parameters of my cluster.
As a user/operator I would like to upgrade my clusters to utilize the latest/cutting-edge features as soon as they are exposed via kubeadm.
As a developer/user I would like to experiment with different parameters with the understanding that I'm responsible for my own validation and troubleshooting.
Detailed Description
KubeadmControlPlane's
kubeadmConfigSpec
currently limits mutability to a subset of the available parameters. We would like to have a way to bypass/disable this limitation.Anything else you would like to add:
Related Issues:
Possibility to modify preKubeadmCommands during a KCP update #3014 -- brings mutability to
PreKubeadmCommands
,PostKubeadmCommands
andFiles
and has been merged.[cabpk] Add Support for Component Config configuration files #1584 -- expose
KubeletConfiguration
andKubeProxyConfiguration
./kind feature
The text was updated successfully, but these errors were encountered: