This message was deleted.
# harvester
a
This message was deleted.
t
How did you add the iscsi drive? I would use a CSI and add multi-pathd. something like https://github.com/kubernetes-csi/csi-driver-iscsi
also upgrade to 1.5
g
I added the iSCSI disk using the following command: sudo iscsiadm -m node -T iqn.2004-08.com.qsanxs3216 000d47038dev0.ctr1 -p 192.168.70.10 --login I'm planning to upgrade to version 1.5.0, but for some reason, the Upgrade button doesn't appear in the Dashboard. I checked with: kubectl get pods -n harvester-system | grep upgrade-repo-hvst …but it doesn’t return anything. Do you happen to know what could be causing this issue? Or should I just proceed with a manual upgrade?
t
Basically, any command you run on the host gets wiped out when you reboot it. That’s why you need to use a CSI. I’ll send you the Yamo command in a few minutes. That’ll allow you to do the upgrade.
g
Thank you very much.
t
kubectl apply -f <https://releases.rancher.com/harvester/v1.5.1-rc1/version.yaml>
will allow you to upgrade.
g
Thank you