helm / kind-action

A GitHub Action for Kubernetes IN Docker - local clusters for testing Kubernetes
https://kind.sigs.k8s.io/
Apache License 2.0
306 stars 76 forks source link

Why is cleanup of kind cluster required? #46

Closed nflaig closed 2 years ago

nflaig commented 3 years ago

Hi 👋

I was wondering why the cleanup.sh script is required to manually delete the kind cluster. As far as I understand after the job is completed all the containers are anyways removed what additional benefit is gained by manually running kind delete cluster?

cpanato commented 2 years ago

it is not needed, but it is there and does not hurt much :)