kahkhang / kube-linode

:whale: Provision a Kubernetes/CoreOS cluster on Linode
MIT License
212 stars 31 forks source link

Teardown? #56

Closed daniellacosse closed 6 years ago

daniellacosse commented 6 years ago

Hey - working on a personal development pipeline and I have this E2E test script that tears everything down at the end. Would love to do the same for your script - would anything need to be cleaned up apart from the master/worker linode instances?

kahkhang commented 6 years ago

If the entire cluster is to be deleted, I guess deleting all the linode master/worker instances would suffice. You might also want to delete the "cluster/" folder, which contains all the manifests/certs for the particular cluster :)

kahkhang commented 6 years ago

Fixed with #64