vanvalenlab / kiosk-console

DeepCell Kiosk Distribution for Kubernetes on GKE and AWS
https://deepcell-kiosk.readthedocs.io
Other
35 stars 6 forks source link

Skip node-pool destruction during cluster destruction. #407

Closed willgraf closed 3 years ago

willgraf commented 3 years ago

Deleting the node-pools is redundant, as the node-pools are deleted by the gke/destroy/cluster command. By skipping this step we can save several minutes of teardown time.

The script and command to delete node-pools will be kept as it works and has utility, but it is just not called during make gke/destroy/all.

Fixes #279