Update path to ca.pem

The desired file is in the `/var/lib/kubernetes` directory
This commit is contained in:
Ryan Haywood
2018-11-20 14:06:28 -05:00
committed by GitHub
parent bf2850974e
commit e71f5642f1

View File

@@ -389,7 +389,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 /var/lib/kubernetes/ca.pem https://${KUBERNETES_PUBLIC_ADDRESS}:6443/version
```
> output