kubeasz/99.clean.yml

18 lines
337 B
YAML
Raw Permalink 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
2019-05-31 23:07:00 +08:00
- kube-node
2019-02-19 16:38:10 +08:00
- 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