You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: