kubespray / kubespray-cli

Easy to use command line tool for kubernetes deployment with kubespray
GNU General Public License v3.0
252 stars 62 forks source link

Use kubespray reset to quickly remove the kubernetes environment. #106

Closed jjmengze closed 5 years ago

jjmengze commented 7 years ago

So I modified bin / kubespray, added reset related programs. Added reset.py as the module for reset.

I tested in my cluster, five nodes which are three master nodes and two worker nodes. The test environment is ubuntu 16.04 & Kubernetes v1.7.3+coreos.0

At the same time I have another test environment

three nodes which are one master nodes and two worker nodes. The test environment is centos7 & Kubernetes v1.7.3+coreos.0

jjmengze commented 6 years ago

@Smana Is not this a solution?