kubernetes-the-hard-way/docs
Andy Clemenko c9774d0488
Bad "value" for KUBERNETES_PUBLIC_ADDRESS setting.
Replace :
```
KUBERNETES_PUBLIC_ADDRESS=$(gcloud compute addresses describe kubernetes-the-hard-way \
  --region $(gcloud config get-value compute/region) \
  --format 'value(name)') 
```
with 
```
KUBERNETES_PUBLIC_ADDRESS=$(gcloud compute addresses describe kubernetes-the-hard-way \
  --region $(gcloud config get-value compute/region) \
  --format 'value(address)')
```
The reason is that when I ran the snippet it was not returning the IP address, rather `kubernetes-the-hard-way`.
2018-02-07 14:10:11 -05:00
..
01-prerequisites.md update to kubernetes 1.9 2017-12-18 06:53:32 -08:00
02-client-tools.md update to kubernetes 1.9 2017-12-18 06:53:32 -08:00
03-compute-resources.md Argument syntax for Filter deprecated. 2018-01-30 05:44:52 -08:00
04-certificate-authority.md update docs 2017-08-31 07:17:23 -07:00
05-kubernetes-configuration-files.md update docs 2017-08-31 07:17:23 -07:00
06-data-encryption-keys.md update docs 2017-08-31 07:17:23 -07:00
07-bootstrapping-etcd.md update to kubernetes 1.9 2017-12-18 06:53:32 -08:00
08-bootstrapping-kubernetes-controllers.md Bad "value" for KUBERNETES_PUBLIC_ADDRESS setting. 2018-02-07 14:10:11 -05:00
09-bootstrapping-kubernetes-workers.md Update cri-containerd location and release 2018-01-30 05:41:55 -08:00
10-configuring-kubectl.md update to kubernetes 1.9 2017-12-18 06:53:32 -08:00
11-pod-network-routes.md update to kubernetes 1.9 2017-12-18 06:53:32 -08:00
12-dns-addon.md Correct kubectl output for kube-dns pod list 2018-01-30 05:42:28 -08:00
13-smoke-test.md update to kubernetes 1.9 2017-12-18 06:53:32 -08:00
14-cleanup.md Fix minor typo in lab 14 2018-01-30 05:45:35 -08:00