This commit is contained in:
2019-10-02 18:27:25 +02:00
parent d6dd233e83
commit 14cb4ae908
45 changed files with 1333 additions and 0 deletions

7
withdraw/node_reset.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
kubeadm reset --force
test -f /etc/default/kubelet && rm /etc/default/kubelet
iptables -F && iptables -t nat -F && iptables -t mangle -F && \
iptables -X && iptables -t nat -X && iptables -t mangle -X
systemctl restart docker