Yuvipanda has uploaded a new change for review. https://gerrit.wikimedia.org/r/281820
Change subject: k8s: Fix typo in deploy script ...................................................................... k8s: Fix typo in deploy script Change-Id: Icbb670edc5aeaaf45f8d8585b4259d7e4b18b178 --- M modules/role/files/toollabs/deploy-worker.bash 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/20/281820/1 diff --git a/modules/role/files/toollabs/deploy-worker.bash b/modules/role/files/toollabs/deploy-worker.bash index 08c0735..c51e261 100644 --- a/modules/role/files/toollabs/deploy-worker.bash +++ b/modules/role/files/toollabs/deploy-worker.bash @@ -13,7 +13,7 @@ # Stop all the running services! service kubelet stop -service kubeproxy stop +service kube-proxy stop # Download the new things! wget -O /usr/local/bin/kubelet $URL_PREFIX/$VERSION/kubelet -- To view, visit https://gerrit.wikimedia.org/r/281820 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Icbb670edc5aeaaf45f8d8585b4259d7e4b18b178 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Yuvipanda <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
