kubeasz/playbooks/99.clean.yml

18 lines
337 B
YAML
Raw Normal View History

# WARNING: This playbook will erase the entire k8s-cluster, include PODs, ETCD data etc.
# Make sure you know what you are doing.
2017-11-30 00:21:32 +08:00
2017-12-26 15:52:35 +08:00
- hosts:
- kube_master
- kube_node
- ex_lb
- etcd
2019-06-02 00:04:33 +08:00
vars:
DEL_MASTER: "yes"
DEL_NODE: "yes"
DEL_ETCD: "yes"
DEL_LB: "yes"
DEL_CHRONY: "yes"
DEL_ENV: "yes"
roles:
- clean