Skip to content

Commit 444cc78

Browse files
authored
Merge pull request aws-samples#550 from justinclayton/patch-1
Thanks for the contribution! Looking good.
2 parents f1bdc67 + a2acc68 commit 444cc78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

01-path-basics/103-kubernetes-concepts/readme.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,10 @@ CPU can be requested in _cpu units_. 1 cpu unit is equivalent 1 AWS vCPU. It can
223223

224224
===== Default memory and CPU
225225

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:
227227

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}
229+
map[]
230230

231231
===== Assign memory and CPU
232232

0 commit comments

Comments
 (0)