mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
Merge pull request #14251 from zhengguoyong/del-whitespace2
delete the front whitespace of the annotation
This commit is contained in:
commit
dc9a094e1f
@ -431,7 +431,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;
|
||||
|
Loading…
Reference in New Issue
Block a user