Patch only daemonset pods

This commit is contained in:
Bridget Kromhout
2018-04-11 21:09:46 -05:00
parent 3bac124921
commit 6711ba06d9

View File

@@ -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"
```