Difference between revisions of "Kubernetes scheduler"

From wikieduonline
Jump to navigation Jump to search
Line 10: Line 10:
 
* [[CKA v1.18: Use label selectors to schedule Pods]]: <code>[[kubectl label nodes]]</code> and <code>[[nodeSelector]]</code>
 
* [[CKA v1.18: Use label selectors to schedule Pods]]: <code>[[kubectl label nodes]]</code> and <code>[[nodeSelector]]</code>
 
* Read about Kubernetes scheduler and [[Karpenter]] https://github.com/aws/karpenter/issues/1528
 
* Read about Kubernetes scheduler and [[Karpenter]] https://github.com/aws/karpenter/issues/1528
 +
* Read about [[Resource Management for Pods and Containers]]
  
 
== Related terms ==
 
== Related terms ==

Revision as of 07:13, 30 May 2024

kube-scheduler is the default scheduler for Kubernetes and runs as part of the control plane.

/var/log/kube-scheduler.log - Scheduler (kube-scheduler), responsible for making scheduling decisions

Activities

Related terms

0/11 nodes are available: 1 Insufficient cpu, 1 Too many pods, 10 nodes(s) didn't match Pod's node affinity/selector
0/2 nodes are available: 1 Too many pods, 1 nodes(s) didn't match Pod's node affinity/selector

See also

Advertising: