uscwifi

Results 3 comments of uscwifi

**这个错误应该是可以忽略的,我修改了下playbook文件,加了一行`ignore_errors: true`** ```yaml bash-4.4# cat roles/clean/tasks/clean_etcd.yml # to clean 'etcd' nodes - block: - name: stop and disable etcd service service: name: etcd state: stopped enabled: no ignore_errors: true -...

**同样,如果`/var/lib/kubelet`单独分区也会有这个错误,应该忽略掉**

另外,移除docker后是不是应该加一个`systemctl daemon-reload`命令?不然`systemctl status docker`还有内容输出