-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add feature gates support for Kubeadm #2951
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: kairen Assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Can one of the admins verify this patch? |
pkg/minikube/config/types.go
Outdated
ContainerRuntime string | ||
NetworkPlugin string | ||
FeatureGates string | ||
KubeadmFeatureGates string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to reuse the existing FeatureGates field here instead of adding a new one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I will try to remove it and reuse FeatureGates field.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dlorenc I have been updated, could you review this changes? thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ping.
@minikube-bot OK to test |
Hi @dlorenc, Could this PR be merged? Some tests don't seem to be caused by this feature. |
We're going to get a release out early this week. Thanks! |
The commit reused the
--feature-gates
flag to parse Kubeadm and component feature gates. Therefore, we can use the--feature-gates
flag to enable an alpha/experimental feature for Kubeadm, such asAuditing
,SelfHosting
, ..., etc.Self hosting preview: