Skip to content

Commit

Permalink
Update 14-清理集群.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crasshopper authored May 24, 2017
1 parent 7367913 commit 3b0a66a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 14-清理集群.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ $ # 删除 docker 工作目录
$ sudo rm -rf /var/lib/docker
$ # 删除 flanneld 写入的网络配置文件
$ sudo rm -rf /var/run/flannel/
$ # 删除 docker 的一些运行文件
$ sudo rm -rf /var/run/docker/
$ # 删除 systemd unit 文件
$ sudo rm -rf /etc/systemd/system/{kubelet,docker,flanneld}.service
$ # 删除程序文件
Expand Down Expand Up @@ -92,4 +94,4 @@ $ sudo rm -rf /root/local/bin/etcd
$ # 删除 TLS 证书文件
$ sudo rm -rf /etc/etcd/ssl/*
$
```
```

0 comments on commit 3b0a66a

Please sign in to comment.