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:
Khalifah Shabazz
2025-06-01 22:59:11 -04:00
parent 7945e68d92
commit 2789e8ce42
5 changed files with 25 additions and 16 deletions

View File

@@ -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