2 Star 3 Fork 3

comsince / kubeadm-ha

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
99-reset-cluster.yml 374 Bytes
一键复制 编辑 原始数据 按行查看 历史
setzero 提交于 2019-08-03 00:31 . [IMP]添加提示信息
# 所有节点卸载安装
- hosts:
- all
vars_prompt:
name: "reset_confirmation"
prompt: "确实要重置群集吗? 输入“yes”确认重置群集。"
default: "no"
private: no
pre_tasks:
- name: 重置确认
fail:
msg: "重置确认失败,取消重置集群操作。"
when: reset_confirmation != "yes"
roles:
- reset
Shell
1
https://gitee.com/comsince/kubeadm-ha.git
git@gitee.com:comsince/kubeadm-ha.git
comsince
kubeadm-ha
kubeadm-ha
master

搜索帮助