From f6913bc2f3de31591b02cd5261e348c78c8e142e Mon Sep 17 00:00:00 2001 From: Lukas Grimm Date: Thu, 10 Jan 2019 10:13:38 +0100 Subject: [PATCH] add -w flag --- labs/41_out_of_resource_handling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/41_out_of_resource_handling.md b/labs/41_out_of_resource_handling.md index 2a8aeb1..e77f735 100644 --- a/labs/41_out_of_resource_handling.md +++ b/labs/41_out_of_resource_handling.md @@ -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