delete the front whitespace of the annotation

This commit is contained in:
eulerzgy 2015-09-21 19:14:26 +08:00
parent 6dad530a1f
commit f6ce2eb4be

View File

@ -417,7 +417,7 @@ function kube-down {
else
echo "unsupported role for ${i}"
fi
# Delete the files in order to generate a clean environment, so you can change each node's role at next deployment.
# Delete the files in order to generate a clean environment, so you can change each node's role at next deployment.
ssh -t $i 'sudo rm -f /opt/bin/kube* /opt/bin/flanneld;
sudo rm -rf /etc/init/kube* /etc/init/flanneld.conf /etc/init.d/kube* /etc/init.d/flanneld;
sudo rm -rf /etc/default/kube* /etc/default/flanneld;