dummy commit to register new email

This commit is contained in:
Samuel Cozannet 2017-01-23 18:10:09 +01:00 committed by Andrew Chen
parent 095b4bcf54
commit e28cec48e9
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ juju show-status kubernetes-worker --format json | \
jq --raw-output '.applications."kubernetes-worker".units | keys[]' | \
xargs -I UNIT juju ssh UNIT "sudo sed -i 's/KUBELET_ARGS=\"/KUBELET_ARGS=\"--allow-privileged\ /' /etc/default/kubelet && sudo systemctl restart kubelet.service"
```
{% endcapture %}