RKE2 Cluster Nodes IP address change #4107
-
Environmental Info: Node(s) CPU architecture, OS, and Version: 3 Cluster Configuration: Describe the bug: Expected behavior: Actual behavior: Additional context / logs: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Server nodes are expected to have a static IP address for the duration of their life in the cluster. If you want to change all of their addresses, you should start the first node with |
Beta Was this translation helpful? Give feedback.
Server nodes are expected to have a static IP address for the duration of their life in the cluster. If you want to change all of their addresses, you should start the first node with
--cluster-reset
, then once it comes back up as a single-node etcd cluster with the current address, delete the other nodes from the cluster usingkubectl delete node
, then rejoin them as if they were new.