Longhorn

Longhorn Docs

Longhorn Helm Install

Add the Longhorn Helm repository:

1helm repo add longhorn https://charts.longhorn.io

Fetch the latest charts from the repository:

1helm repo update

Install Longhorn in the longhorn-system namespace.

To install Longhorn with Helm 3, use the commands:

1helm install longhorn longhorn/longhorn --namespace longhorn-system --create-namespace

To confirm that the deployment succeeded, run:

1kubectl -n longhorn-system get pod
Docs