docs.rancherdesktop.io icon indicating copy to clipboard operation
docs.rancherdesktop.io copied to clipboard

Installing Longhorn on RD

Open mook-as opened this issue 2 years ago • 0 comments

Somebody asked about installing Longhorn on Rancher Desktop; I'm not sure if this is useful for our docs (it's basically a retread of Longhorn docs — it's not like I looked at installing Longhorn before), but since I had it I might as well post it:

  1. Installing Longhorn dependencies
    1. rdctl shell
    2. (From the shell) sudo su -
    3. apk add -U nfs-utils open-iscsi
    4. modprobe iscsi_tcp
    5. (Exit out of rdctl shell)
  2. Install longhorn using the helm v3 method

Note: This does not work on Windows, because we can't load kernel modules there.

mook-as avatar Jun 26 '23 16:06 mook-as