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
..
images Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
01-prerequisites.md Update to Kubernetes 1.12.0 and add CoreDNS support 2018-09-30 19:35:05 +00:00
02-client-tools.md Update to Kubernetes 1.12.0 and add CoreDNS support 2018-09-30 19:35:05 +00:00
03-compute-resources.md Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
04-certificate-authority.md Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
05-kubernetes-configuration-files.md Update to Kubernetes 1.10.2 and add gVisor support 2018-05-14 14:06:01 +00:00
06-data-encryption-keys.md update docs 2017-08-31 07:17:23 -07:00
07-bootstrapping-etcd.md Update to Kubernetes 1.12.0 and add CoreDNS support 2018-09-30 19:35:05 +00:00
08-bootstrapping-kubernetes-controllers.md Update to Kubernetes 1.12.0 and add CoreDNS support 2018-09-30 19:35:05 +00:00
09-bootstrapping-kubernetes-workers.md Update to Kubernetes 1.12.0 and add CoreDNS support 2018-09-30 19:35:05 +00:00
10-configuring-kubectl.md Update to Kubernetes 1.12.0 and add CoreDNS support 2018-09-30 19:35:05 +00:00
11-pod-network-routes.md Update to Kubernetes 1.12.0 and add CoreDNS support 2018-09-30 19:35:05 +00:00
12-dns-addon.md Update to Kubernetes 1.12.0 and add CoreDNS support 2018-09-30 19:35:05 +00:00
13-smoke-test.md Update to Kubernetes 1.12.0 and add CoreDNS support 2018-09-30 19:35:05 +00:00
14-cleanup.md Add zone to cleanup command 2019-01-06 16:32:55 -05:00