victorious-notebook-35592
10/30/2024, 3:00 PM--address
and --internal-address
can be used to specify diff IPs
I'm manually adding those ips but whoever when performing kubectl get nodes -o wide
the output doesnt display the IP on EXTERNAL-IP column
==> $ kubectl get nodes -o wide
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
k8s-master Ready controlplane,etcd,worker 35m v1.24.17 192.168.2.168 <none> Rocky Linux 8.7 (Green Obsidian) 4.18.0-425.10.1.el8_7.x86_64 <docker://20.10.23>
k8s-nodes Ready controlplane,etcd,worker 2m25s v1.24.17 192.168.2.146 <none> Rocky Linux 8.7 (Green Obsidian) 4.18.0-425.10.1.el8_7.x86_64 <docker://20.10.23>
Am I missing something? I was looking to see that EXTERNAL-IP column populated, is this a wrong statement?