Skip to content

Commit

Permalink
Update Install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miaoyc666 authored May 21, 2024
1 parent 544ebad commit 4cac55a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions K8s/Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ kubeadm init --kubernetes-version=v1.25.2 --apiserver-advertise-address=192.168.

#### 3.2 清理节点
```bash
# 此处为使用dockershim,视实际情况调整
kubeadm reset -f
rm -rf /etc/cni /etc/kubernetes /var/lib/dockershim /var/lib/etcd /var/lib/kubelet /var/run/kubernetes ~/.kube/*
iptables -F && iptables -X
Expand Down

0 comments on commit 4cac55a

Please sign in to comment.