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
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -311,7 +311,7 @@ Watch the status of the Pod:
311
311
312
312
`OOMKilled` shows that the container was terminated because it ran out of memory.
313
313
314
-
In `pod-resources2.yaml`, change the value of `spec.containers[].resources.limits.memory` to `300Mi`. Delete the existing Pod, and create a new one:
314
+
In `pod-resources2.yaml`, confirm that the value of `spec.containers[].resources.limits.memory` is `300Mi`. Delete the existing Pod, and create a new one:
315
315
316
316
$ kubectl delete -f pod-resources1.yaml
317
317
pod "wildfly-pod" deleted
@@ -1540,8 +1540,14 @@ It shows only three replicas are available.
1540
1540
+
1541
1541
. More details can be found:
1542
1542
+
1543
-
$ kubectl get deployment/nginx-deployment -o jsonpath={.status.conditions[].message}
0 commit comments