-
Notifications
You must be signed in to change notification settings - Fork 1.4k
⚠️ Remove more defaulting from KubeadmConfig/KubeadmConfigTemplate/KCP/KCPTemplate #12495
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
⚠️ Remove more defaulting from KubeadmConfig/KubeadmConfigTemplate/KCP/KCPTemplate #12495
Conversation
7898539
to
e35938f
Compare
/test pull-cluster-api-e2e-main |
1 similar comment
/test pull-cluster-api-e2e-main |
/test pull-cluster-api-e2e-main-gke |
9cbccfe
to
dc687bb
Compare
/test pull-cluster-api-e2e-main-gke |
dc687bb
to
eb289e8
Compare
/test pull-cluster-api-e2e-main-gke |
eb289e8
to
e4deee8
Compare
/test pull-cluster-api-e2e-main-gke |
e4deee8
to
227fc7a
Compare
/assign @fabriziopandini @JoelSpeed |
/test pull-cluster-api-e2e-main-gke |
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.
Thanks for this PR!
227fc7a
to
56f5567
Compare
/test pull-cluster-api-e2e-main-gke |
@sbueringer: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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-sigs/prow repository. I understand the commands that are listed here. |
/lgtm (pull-cluster-api-e2e-main-gke os green so we can ignore ipv6 failure on pull-cluster-api-e2e-main) |
LGTM label has been added. Git tree hash: d0aec91404e2324caeffd0d1427fd6d54a25c0ce
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
What this PR does / why we need it:
This PR removes some more redundant defaulting to reduce noise in objects. I also added some handling to avoid triggering rollouts after CAPI upgrade.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Part of #10852