Merge pull request #197 from bridgetkromhout/patch-only-daemonset

Patch only daemonset pods
This commit is contained in:
Jérôme Petazzoni
2018-04-19 06:27:52 -05:00
committed by GitHub

View File

@@ -541,7 +541,7 @@ Ding, dong, the deployment is dead! And the daemon set lives on.
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"
```