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 ``` ]