-
Notifications
You must be signed in to change notification settings - Fork 40.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
kubeadm: graduate WaitForAllControlPlaneComponents to Beta #129620
kubeadm: graduate WaitForAllControlPlaneComponents to Beta #129620
Conversation
/triage accepted |
/hold for review |
i believe we do have users that use the scheduler --config option and have no flags in the scheduler manifest. for those users this new logic will use the default address/port. as far as i can tell there is no way to set the --secrure-port and --bind-address as fields in the KubeSchedulerConfiguration? |
there are some really messy circular dependencies going on. will try to debug more tomorrow or later this week.. |
1a1451a
to
3a74d70
Compare
3a74d70
to
d70fa87
Compare
d70fa87
to
de6fa77
Compare
latest e2e test runs are green. |
41a4b59
to
8dfaec6
Compare
/cc @HirazawaUi |
8dfaec6
to
3bcef34
Compare
@HirazawaUi updated. ptal, again. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: neolit123 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 |
- Set the feature gate to Beta and enabled by default. - Make sure that the source of truth for which address/port to use for a component health check comes from the respective component static Pod manifest. That is done to comply with any user --patches that are applied on top of the ClusterConfiguration.
3bcef34
to
f310ac0
Compare
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
/hold
wait for other reviewers' input, feel free to cancel it.
LGTM label has been added. Git tree hash: b90bd44c4bdc8cfba1744d4f1ee4b35829ea1aae
|
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
/unhold |
…p-components-check kubeadm: graduate WaitForAllControlPlaneComponents to Beta
What type of PR is this?
/kind feature
What this PR does / why we need it:
of the ClusterConfiguration.
Which issue(s) this PR fixes:
xref
Special notes for your reviewer:
first commit fixes circular dependency problems. check the commit message.Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: