diff --git a/slides/kube/daemonset.md b/slides/kube/daemonset.md index 93945f4b..f060b019 100644 --- a/slides/kube/daemonset.md +++ b/slides/kube/daemonset.md @@ -457,6 +457,6 @@ The timestamps should give us a hint about how many pods are currently receiving labels: isactive: "yes" ' - kubectl get pods -l run=rng -o name | + kubectl get pods -l run=rng -l controller-revision-hash -o name | xargs kubectl patch -p "$PATCH" ```