Turn off a Cluster in Google Container Engine

google-cloud-platformgoogle-kubernetes-engine

How do I turn off a Google Container Cluster instead of deleting it?

I tried: Shutting down the VMs that were created by the cluster. Only to find a day later, that they were restarted.

The alternative is that delete the clusters and re-create them later. But that is unnecessary work which I would like to avoid.

Screenshot

EDIT: I found this (gcloud container clusters resize $NAME --resize=0). However, is there a way to do this from the web console or the iOS app?

Best Answer

There isn't a way to resize to zero from the cloud console (and since the iOS app uses the console I'm guessing it applies there too, although I haven't been able to verify).

Related Topic