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.
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