mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-14 16:58:58 +03:00
When I ran the command as described in the tutorial I got the following: ``` ERROR: (gcloud.compute.instances.delete) Underspecified resource [controller-0, controller-1, controller-2, worker-0, worker-1, worker-2]. Specify the [--zone] flag. ``` I believe I do have gcloud set up correctly (although, perhaps I'm wrong) ```bash > gcloud config list compute/zone [compute] zone = us-central1-a ```