From ff8c3b159569439f41f93a950dab32cb59b350ee Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Mon, 16 Apr 2018 08:03:09 -0500 Subject: [PATCH] Remove `-o name` --- slides/kube/daemonset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/kube/daemonset.md b/slides/kube/daemonset.md index 74c93ff7..13dfd69b 100644 --- a/slides/kube/daemonset.md +++ b/slides/kube/daemonset.md @@ -431,7 +431,7 @@ The timestamps should give us a hint about how many pods are currently receiving - Remove these pods: ```bash - kubectl delete pods -l run=rng,isactive!=yes -o name + kubectl delete pods -l run=rng,isactive!=yes ``` ]