ca.pem was moved into /etc/etcd before

pull/492/head
Matteo Croce 2019-10-04 15:14:42 +02:00
parent 94516cf0e2
commit b57b7dad24
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,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 /etc/etcd/ca.pem https://${KUBERNETES_PUBLIC_ADDRESS}:6443/version
```
> output