mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-14 16:58:58 +03:00
generate kube-apiserver server certificate
This commit is contained in:
@@ -179,7 +179,8 @@ At this point the Kubernetes control plane is up and running. Run the following
|
||||
Make a HTTP request for the Kubernetes version info:
|
||||
|
||||
```bash
|
||||
curl -k https://server.kubernetes.local:6443/version
|
||||
curl --cacert ca.crt \
|
||||
https://server.kubernetes.local:6443/version
|
||||
```
|
||||
|
||||
```text
|
||||
|
||||
Reference in New Issue
Block a user