Update 08-bootstrapping-kubernetes-controllers.md

On OSX 10.13.4 (zsh), the existing command does not work when environment variable is wrapped in curly brackets.

I have deleted the curly brackets from the command. Works on my machine..
pull/334/head
David Schott 2018-04-01 15:16:28 -04:00 committed by GitHub
parent 4f5cecb5ed
commit ec8f091a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ KUBERNETES_PUBLIC_ADDRESS=$(gcloud compute addresses describe kubernetes-the-har
Make a HTTP request for the Kubernetes version info:
```
curl --cacert ca.pem https://${KUBERNETES_PUBLIC_ADDRESS}:6443/version
curl --cacert ca.pem https://$KUBERNETES_PUBLIC_ADDRESS:6443/version
```
> output