mirror of https://github.com/easzlab/kubeasz.git
增加清理节点二进制文件和离线镜像
parent
3b4f367b95
commit
cb35be0417
|
@ -27,6 +27,12 @@
|
||||||
- 'HELM_TLS_ENABLE'
|
- 'HELM_TLS_ENABLE'
|
||||||
when: 'DEL_ENV == "yes"'
|
when: 'DEL_ENV == "yes"'
|
||||||
|
|
||||||
|
- name: remove binaries and offline images
|
||||||
|
file: name={{ item }} state=absent
|
||||||
|
with_items:
|
||||||
|
- "/opt/kube/bin"
|
||||||
|
- "/opt/kube/images"
|
||||||
|
|
||||||
- name: 重启提示 WARNNING
|
- name: 重启提示 WARNNING
|
||||||
debug:
|
debug:
|
||||||
msg: "[重要]: 请重启节点以确保清除系统残留的虚拟网卡、路由信息、iptalbes|ipvs规则等 \
|
msg: "[重要]: 请重启节点以确保清除系统残留的虚拟网卡、路由信息、iptalbes|ipvs规则等 \
|
||||||
|
|
Loading…
Reference in New Issue