From e28cec48e900b96cc4dcee25176c9f23cbe9df7e Mon Sep 17 00:00:00 2001 From: Samuel Cozannet Date: Mon, 23 Jan 2017 18:10:09 +0100 Subject: [PATCH] dummy commit to register new email --- docs/getting-started-guides/ubuntu/operations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/ubuntu/operations.md b/docs/getting-started-guides/ubuntu/operations.md index 53b848978d..b2b3a5a688 100644 --- a/docs/getting-started-guides/ubuntu/operations.md +++ b/docs/getting-started-guides/ubuntu/operations.md @@ -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 %}