Files
kubernetes-the-hard-way/docs
Anton Nguyen 2739734bdd Utilize the absolute path to the ca.pem file
On the `Configure the Kubernetes API Server` step, we're moving the file to the `/var/lib/kubernetes/` directory. Now when we try to verify the Kubernetes version info utilizing the cert, we'll receive the following error:


```
curl --cacert ca.pem https://${KUBERNETES_PUBLIC_ADDRESS}:6443/version
curl: (77) error setting certificate verify locations:
  CAfile: ca.pem
  CApath: /etc/ssl/certs
```
2021-06-23 12:03:55 -04:00
..
2021-05-01 23:11:57 -07:00
2017-08-31 07:17:23 -07:00
2021-05-01 23:11:57 -07:00
2021-05-01 23:11:57 -07:00
2021-05-01 23:11:57 -07:00