'Kubectl get nodes -o wide doesn't have an external IP
I am currently learning Kubernetes. But I don't have an External IP when I run kubectl get nodes -o wide. I tried using minikube ip, but no luck. Minikube ip also returns the internal IP. Please help me with this.
Solution 1:[1]
External IP is populated if the cluster is provisioned in the cloud like AWS or Azure.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | P Ekambaram |
