You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 01-path-basics/103-kubernetes-concepts/readme.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,10 +223,10 @@ CPU can be requested in _cpu units_. 1 cpu unit is equivalent 1 AWS vCPU. It can
223
223
224
224
===== Default memory and CPU
225
225
226
-
By default, a container in a pod is allocated no memory request/limit and 100m CPU request and no limit. This can be verified using the previously started pod:
226
+
By default, a container in a pod is not allocated any requests or limits. This can be verified using the previously started pod:
227
227
228
-
$ kubectl get pod/nginx-pod -o jsonpath={.spec.containers[].resources}
229
-
map[requests:map[cpu:100m]]
228
+
$ kubectl get pod/nginx-pod -o jsonpath={.spec.containers[].resources}
0 commit comments