-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
✨ KCP: default ControlPlaneKubeletLocalMode feature gate to true for >= 1.31.0 #10947
Conversation
/hold |
/test pull-cluster-api-e2e-main |
/test pull-cluster-api-e2e-mink8s-main |
… 1.31.0 Signed-off-by: Stefan Büringer buringerst@vmware.com
3f7d589
to
14433d5
Compare
/test pull-cluster-api-e2e-main e2e-main was green, e2e-main-mink8s timed out, but I think the cause of that is unrelated |
/lgtm /hold for @chrischdi to take a look |
LGTM label has been added. Git tree hash: 1018a7603fdde2240808f5735ca4779f42a6fa8a
|
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.
/approve
/hold cancel
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chrischdi, fabriziopandini 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 |
/retest MachinePool flake |
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.
/lgtm
thanks @sbueringer for adding the CAPI integration!
Signed-off-by: Stefan Büringer buringerst@vmware.com
What this PR does / why we need it:
This is now the proper fix to the issue discovered and mitigated (in e2e tests) in #10940
The underlying issue is the following
With the feature gate enabled kubeadm should use the local apiserver endpoint instead
This PR now:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #