Difference between revisions of "Cpu:"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
[[spec:]] | [[spec:]] | ||
[[containers:]] | [[containers:]] | ||
+ | |||
+ | |||
+ | resources: | ||
+ | requests: | ||
+ | cpu: "1000m" | ||
+ | memory: "2Gi" | ||
+ | limits: | ||
+ | cpu: "1000m" | ||
+ | memory: "2Gi" | ||
Line 9: | Line 18: | ||
[[Insufficient cpu]] | [[Insufficient cpu]] | ||
− | {{K8s tr}} | + | [[kubectl describe nodes]] |
+ | |||
+ | == See also == | ||
+ | * {{K8s tr}} |
Revision as of 07:01, 1 November 2022
spec: containers:
resources: requests: cpu: "1000m" memory: "2Gi" limits: cpu: "1000m" memory: "2Gi"
kind: Pod
Insufficient cpu
kubectl describe nodes
See also
- 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: