Hello all, quick ask, I'm following docs and <Ranc...
# general
v
Hello all, quick ask, I'm following docs and Rancher Agent Options table informs me that
--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
Copy code
==> $ 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?