Yuvipanda has uploaded a new change for review. https://gerrit.wikimedia.org/r/281825
Change subject: k8s: Fix another typo ...................................................................... k8s: Fix another typo Change-Id: I82bccb1eaeb403b2a7d8911660913f422ad5db3e --- M modules/role/files/toollabs/deploy-proxy.bash 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/25/281825/1 diff --git a/modules/role/files/toollabs/deploy-proxy.bash b/modules/role/files/toollabs/deploy-proxy.bash index d492398..7ce1fde 100644 --- a/modules/role/files/toollabs/deploy-proxy.bash +++ b/modules/role/files/toollabs/deploy-proxy.bash @@ -12,7 +12,7 @@ VERSION="$2" # Stop all the running services! -service kubeproxy stop +service kube-proxy stop # Download the new things! wget -O /usr/local/bin/kube-proxy $URL_PREFIX/$VERSION/kube-proxy -- To view, visit https://gerrit.wikimedia.org/r/281825 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I82bccb1eaeb403b2a7d8911660913f422ad5db3e 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
