finished chapter 10

pull/709/head
Xander Grzywinski 2019-05-24 13:51:33 -07:00
parent 070d5f247a
commit 0994ce64e3
1 changed files with 1 additions and 3 deletions

View File

@ -12,9 +12,7 @@ Generate a kubeconfig file suitable for authenticating as the `admin` user:
```
{
KUBERNETES_PUBLIC_ADDRESS=$(gcloud compute addresses describe kubernetes-the-hard-way \
--region $(gcloud config get-value compute/region) \
--format 'value(address)')
KUBERNETES_PUBLIC_ADDRESS=$(az network public-ip show -g kubernetes-the-hard-way -n kubernetes-the-hard-way-ip --output tsv | cut -f6)
kubectl config set-cluster kubernetes-the-hard-way \
--certificate-authority=ca.pem \