mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 17:28:58 +03:00
chg: Hostnames In Documentation Continued
Updated more places where the hostnames were not updated to reflect the new hostnames for the jumpbox, controller, and worker nodes.
This commit is contained in:
@@ -176,7 +176,7 @@ Make a HTTP request for the Kubernetes version info:
|
||||
|
||||
```bash
|
||||
curl --cacert ca.crt \
|
||||
https://server.kubernetes.local:6443/version
|
||||
https://controlplane.kubernetes.local:6443/version
|
||||
```
|
||||
|
||||
```text
|
||||
|
||||
Reference in New Issue
Block a user