Difference between revisions of "FailedScheduling .../... Insufficient cpu"

From wikieduonline
Jump to navigation Jump to search
(Removed redirect to FailedScheduling)
Tag: Removed redirect
 
(30 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  
 +
default    40s        [[Warning]]  [[FailedScheduling]]                  pod/[[kibana]]-kibana-654ccb45bd-pbp4r            0/2 nodes are available: 2 Insufficient cpu.
  
* [[FailedScheduling]]
+
default    40s        Warning  [[FailedScheduling]]                  pod/[[opensearch]]-cluster-master-0            0/3 nodes are available: 3 Insufficient cpu.
 +
 
 +
0/11 [[nodes are available]]: 1 Insufficient cpu, 1 Too many pods, 10 nodes(s) didn't match Pod's node [[affinity]]/selector
 +
 
 +
[[pod/aws-node-glrc2]]
 +
 
 +
[[kubectl describe nodes]] | grep cpu | grep -v gke
 +
  cpu:                        2
 +
  cpu:                        1930m
 +
  cpu                        1561m (80%)  1143m (59%)
 +
  cpu:                        2
 +
  cpu:                        1930m
 +
  cpu                        1533m (79%)      1 (51%)
 +
 
 +
[[kubectl describe nodes]]
 +
.../...
 +
Allocated resources:
 +
  (Total limits may be over 100 percent, i.e., overcommitted.)
 +
  Resource                  Requests      Limits
 +
  --------                  --------      ------
 +
  cpu                        1561m (80%)  1143m (59%)
 +
  memory                    2713Mi (44%)  3388Mi (56%)
 +
  ephemeral-storage          0 (0%)        0 (0%)
 +
  hugepages-1Gi              0 (0%)        0 (0%)
 +
  hugepages-2Mi              0 (0%)        0 (0%)
 +
  attachable-volumes-gce-pd  0            0
 +
.../...
 +
 
 +
 
 +
== Related ==
 +
* <code>[[kind: Deployment]], [[spec:]], [[containers:]], [[resources:]] [[cpu:]]</code>
 +
* [[Capacity:]]
 +
* [[Allocatable:]]
 +
* [[kubectl top]]
 +
* [[kubectl get events]]
 +
* [[kubectl describe node]]
 +
* [[kubectl describe nodes grep cpu]]
 +
* [[helm get values]]
 +
* [[cluster_autoscaling]]
 
* [[Insufficient memory]]
 
* [[Insufficient memory]]
 +
* <code>[[default-scheduler]]</code>
 +
* [[role.kubernetes.io/controlplane]]
 +
 +
== See also ==
 +
* {{FailedScheduling}}
 +
* {{K8s tr}}
 +
 +
[[Category:K8s]]

Latest revision as of 14:22, 1 December 2023

default     40s         Warning   FailedScheduling                  pod/kibana-kibana-654ccb45bd-pbp4r             0/2 nodes are available: 2 Insufficient cpu.
default     40s         Warning   FailedScheduling                  pod/opensearch-cluster-master-0             0/3 nodes are available: 3 Insufficient cpu.
0/11 nodes are available: 1 Insufficient cpu, 1 Too many pods, 10 nodes(s) didn't match Pod's node affinity/selector
pod/aws-node-glrc2
kubectl describe nodes | grep cpu | grep -v gke
 cpu:                        2
 cpu:                        1930m
 cpu                        1561m (80%)   1143m (59%)
 cpu:                        2
 cpu:                        1930m
 cpu                        1533m (79%)       1 (51%)
kubectl describe nodes
.../...
Allocated resources:
 (Total limits may be over 100 percent, i.e., overcommitted.)
 Resource                   Requests      Limits
 --------                   --------      ------
 cpu                        1561m (80%)   1143m (59%)
 memory                     2713Mi (44%)  3388Mi (56%)
 ephemeral-storage          0 (0%)        0 (0%)
 hugepages-1Gi              0 (0%)        0 (0%)
 hugepages-2Mi              0 (0%)        0 (0%)
 attachable-volumes-gce-pd  0             0
.../...


Related[edit]

See also[edit]

Advertising: