hi everyone. i'm trying to upgrade from v1.3.1 to ...
# harvester
q
hi everyone. i'm trying to upgrade from v1.3.1 to 1.3.2 and my first node (3 node cluster) is stuck on pre-drained. i've tried rebooting the node, no vm's are running, and i'm not sure where to find the issue.
j
Have you tried the pre-check script? That’s how I found out, for example, that having a single replica volume attached will lock pre-drain when upgrading on <1.4 (for any workload, not just VMs).
c
If it’s in pre-drained state, it usually means that the node is being drained and something blocks it. Check the log on Harvester: kubectl logs -n cattle-system deploy/rancher -f
q
issue was a) pvcs it didnt like, which i fixed, and b) certs needed rotation. the precheck script was super helpful. now that node is in post-drain, but as part of troubleshooting the issue earlier, i deleted the upgrade vm, so not i'm trying to figure out how to get it to re-create it 😞