This function deletes a kubernetes cluster via gcloud container clusters delete. Specify a zone if necessary.

kub_kill_cluster(name, zone = NULL)

Arguments

name

Name of the cluster

zone

Zone where the cluster was created (NULL, the current one, by default)

Value

The name of the cluster

References

https://cloud.google.com/sdk/gcloud/reference/container/clusters/delete