cke icon indicating copy to clipboard operation
cke copied to clipboard

Make kubelet and kube-proxy get started before kube-controller-manager and kube-scheduler

Open ymmt2005 opened this issue 4 years ago • 1 comments

What

Currently, kubelet and kube-proxy start after kube-controller-manager and kube-scheduler. This could decrease the chances for Pods to be distributed among a large number of Nodes.

Reorder the operations so that Node resources get created before kube-scheduler and kube-controller-manager.

How

Describe how to address the issue.

Checklist

  • [ ] Finish implentation of the issue
  • [ ] Test all functions
  • [ ] Have enough logs to trace activities
  • [ ] Notify developers of necessary actions

ymmt2005 avatar May 13 '21 08:05 ymmt2005

Hi

noelportillo avatar Apr 21 '25 05:04 noelportillo