Skip to content

Commit bb84b0d

Browse files
authored
Update cleanup-k8s.sh
1 parent 2759548 commit bb84b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cleanup-k8s.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## USE
22
## curl -s https://raw.githubusercontent.com/learnbyseven/KUBERNETES-TRAINING/master/cleanup-k8s.sh | bash
3-
kubeadm reset
3+
kubeadm reset -y
44
iptables -F && iptables -t nat -F && iptables -t mangle -F && iptables -X
55
rm -rf ~/.kube/
66
rm -rf /etc/kubernetes

0 commit comments

Comments
 (0)