Difference between revisions of "Cpu:"
Jump to navigation
Jump to search
Line 23: | Line 23: | ||
* <code>[[Insufficient cpu]]</code> | * <code>[[Insufficient cpu]]</code> | ||
* <code>[[cluster_autoscaling]]</code> | * <code>[[cluster_autoscaling]]</code> | ||
+ | * [[CpuShares]] | ||
== See also == | == See also == |
Revision as of 17:02, 30 July 2023
spec: containers:
resources: requests: cpu: "1000m" memory: "2Gi" limits: cpu: "1000m" memory: "2Gi"
kind: Pod
Insufficient cpu
kubectl describe nodes | grep cpu
Related
See also
- FailedScheduling:
Insufficient cpu
,Insufficient memory
,timed out waiting for the condition
,unbound immediate PersistentVolumeClaims
- K8s troubleshooting:
kubectl logs, kubectl top, kubectl get events -A, kubectl describe pod
, Liveness, Readiness,Kubernetes events
, Pulling image, OOMKilled, ProbeWarning, Reason,FailedScheduling
,errImagePull, ImagePullBackOff
, Kubelet conditions:MemoryPressure, DiskPressure, KubeletHasSufficientPID, KubeletReady, kubectl [ debug | attach | exec ] kubectl cluster-info dump, SimKube, KWOK
Advertising: