'Kubernetes Cluster kubeadm reset one node is cluster does not have external IP
Trying to fix something, I think I broke it worse. I ran kubeadm reset on a node join it back to the cluster
EXTERNAL-IP shows NONE Other nodes INTERNAL-IP matches EXTERNAL-IP
kubectl get node -o wide
3 Control Plane,
EXTERNAL-IP shows NONE

Curious how I can have the rejoin node have the internal-IP match the external-IP
Solution 1:[1]
was able to resolve the External missing per the screenshot playing around with the join,
kind: JoinConfiguration nodeRegistration: criSocket: /var/run/containerd/containerd.sock kubeletExtraArgs: cloud-provider: external
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 | lodoss900 |
