Important: Please install the Longhorn chart in the
longhorn-system
namespace only.
Warning: Longhorn doesn’t support downgrading from a higher version to a lower version.
Longhorn is 100% open source software. Project source code is spread across a number of repos:
bash
, curl
, findmnt
, grep
, awk
and blkid
has been installed in all nodes of the Kubernetes cluster.open-iscsi
has been installed, and the iscsid
daemon is running on all nodes of the Kubernetes cluster. For GKE, recommended Ubuntu as guest OS image since it contains open-iscsi
already.helm repo add longhorn https://charts.longhorn.io
helm repo update
longhorn-system
namespace and install the Longhorn chart together.
helm install longhorn/longhorn --name longhorn --namespace longhorn-system
longhorn-system
namespace first, then install the Longhorn chart.kubectl create namespace longhorn-system
helm install longhorn longhorn/longhorn --namespace longhorn-system
With Helm 2 to uninstall Longhorn.
helm delete longhorn --purge
With Helm 3 to uninstall Longhorn.
helm uninstall longhorn -n longhorn-system
kubectl delete namespace longhorn-system
Please see link for more information.