diff --git a/slides/kube/daemonset.md b/slides/kube/daemonset.md index 93945f4b..13dfd69b 100644 --- a/slides/kube/daemonset.md +++ b/slides/kube/daemonset.md @@ -431,8 +431,7 @@ The timestamps should give us a hint about how many pods are currently receiving - Remove these pods: ```bash - kubectl get pods -l run=rng,isactive!=yes -o name | - xargs kubectl delete + kubectl delete pods -l run=rng,isactive!=yes ``` ]