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

From wikieduonline
Jump to navigation Jump to search
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  
  default    40s        Warning  [[FailedScheduling]]                  pod/[[kibana]]-kibana-654ccb45bd-pbp4r            0/2 nodes are available: 2 Insufficient cpu.
+
  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.
* [[Insufficient memory]]
+
 
 +
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
 
  [[kubectl describe nodes]] | grep cpu | grep -v gke
Line 29: Line 31:
  
  
 
+
== Related ==
[[kubectl get events]]
+
* <code>[[kind: Deployment]], [[spec:]], [[containers:]], [[resources:]] [[cpu:]]</code>
[[kubectl describe node]]
+
* [[Capacity:]]
[[cpu:]]
+
* [[Allocatable:]]
[[helm get values]]
+
* [[kubectl top]]
[[cluster_autoscaling]]
+
* [[kubectl get events]]
 +
* [[kubectl describe node]]
 +
* [[kubectl describe nodes grep cpu]]
 +
* [[helm get values]]
 +
* [[cluster_autoscaling]]
 +
* [[Insufficient memory]]
 +
* <code>[[default-scheduler]]</code>
 +
* [[role.kubernetes.io/controlplane]]
  
 
== See also ==
 
== See also ==
 +
* {{FailedScheduling}}
 
* {{K8s tr}}
 
* {{K8s tr}}
  
 
[[Category:K8s]]
 
[[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: