-
If I remove a node from the cluster (already removed in Kubernetes) and the volume (PV) was previously attached to node1, what happens to the volume when node1 is deleted? Do I need to manually reattach the volume to another node, or will it be automatically handled? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Converting into a discussion since this is not about a problem with the tool. In the future please use issues with problems with hetzner-k3s, and discussion for questions etc. :) When the pod using a volume is evicted, the CSI controller detaches the volume from that node, and reattaches it to whatever node the pod is scheduled on afterwards. You don't need to do anything manually, it's all handled automatically by the CSI. |
Beta Was this translation helpful? Give feedback.
Converting into a discussion since this is not about a problem with the tool. In the future please use issues with problems with hetzner-k3s, and discussion for questions etc. :)
When the pod using a volume is evicted, the CSI controller detaches the volume from that node, and reattaches it to whatever node the pod is scheduled on afterwards. You don't need to do anything manually, it's all handled automatically by the CSI.