Files
kubernetes-the-hard-way/docs
Dimitri Mitropoulos c906443407 Add zone to cleanup command
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
```
2019-01-06 16:32:55 -05:00
..
2017-08-31 07:17:23 -07:00
2019-01-06 16:32:55 -05:00