Skip to content

Commit

Permalink
Merge pull request #85 from ombre8/patch-14
Browse files Browse the repository at this point in the history
add -w flag
  • Loading branch information
mebagel authored Jan 10, 2019
2 parents 71d1274 + f6913bc commit 16088ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/41_out_of_resource_handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To observe how the OOM killer in action create a container which allocates all m
[ec2-user@master0 ~]$ oc create -f https://raw.githubusercontent.com/appuio/ops-techlab/release-3.6/resources/membomb/pod_oom.yaml
```

Wait till the container is up and being killed. `oc get pods -o wide` will then show:
Wait and watch till the container is up and being killed. `oc get pods -o wide -w` will then show:
```
NAME READY STATUS RESTARTS AGE IP NODE
membomb-1-z6md2 0/1 OOMKilled 0 7s 10.131.2.24 app-node0.user8.lab.openshift.ch
Expand Down

0 comments on commit 16088ba

Please sign in to comment.