This message was deleted.
# harvester
a
This message was deleted.
h
is the issue webui being flaky or Internet connectivity? you do have this option if you have a local HTTP server: https://docs.harvesterhci.io/v1.4/upgrade/index#prepare-an-air-gapped-upgrade
t
Yes. follow that doc. Short answer is get the iso and a webserver. create the upgrade yaml like https://releases.rancher.com/harvester/v1.4.0/version.yaml pointing to the local webserver with the iso.
w
Note for a webserver you can just use Python
python3 -m http.server
This will serve files from current directory.
c
Thank you. My upgrade is struck at this stage. https://rancher-users.slack.com/archives/C01GKHKAG0K/p1732031814647049 Any help would be highly appreciated
Basically facing this error
Copy code
kubectl delete <http://upgrade.harvesterhci.io|upgrade.harvesterhci.io> hvst-upgrade-rmxwm --namespace harvester-system
Error from server (BadRequest): admission webhook "<http://validator.harvesterhci.io|validator.harvesterhci.io>" denied the request: node upgrade is in progressing, please wait for it to be provisioned
Struck in this for more than a week
c
The predrain step should be migrating vms off of that host I believe. Do you see vms on that host in a migrating state? Have you checked the vm logs from the harvester UI?
s
Check the Longhorn status page to see if everything is happy there. The install tends to wait until there are no degraded volumes.
h
@curved-daybreak-17512 did the upgrade finish already? Likely causes, a VM isn't migrated out, a LH volume is preventing it or you may need to manually reboot the node.