From b57b7dad24f1ce23122dd98126bebf3a06a8c90f Mon Sep 17 00:00:00 2001 From: Matteo Croce Date: Fri, 4 Oct 2019 15:14:42 +0200 Subject: [PATCH] ca.pem was moved into /etc/etcd before --- docs/08-bootstrapping-kubernetes-controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/08-bootstrapping-kubernetes-controllers.md b/docs/08-bootstrapping-kubernetes-controllers.md index 6ff5f0b..d4c1b2b 100644 --- a/docs/08-bootstrapping-kubernetes-controllers.md +++ b/docs/08-bootstrapping-kubernetes-controllers.md @@ -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