In this section, you will learn how to install Longhorn with Helm.
- Each node in the Kubernetes cluster where Longhorn will be installed must fulfill these requirements.
- Helm v2.0+ must be installed on your workstation.
- Refer to the official documentation for help installing Helm.
- If you’re using a Helm version prior to version 3.0, you need to .
Installing Longhorn
Note: The initial settings for Longhorn can be found in
Fetch the latest charts from the repository:
Install Longhorn in the
longhorn-system
namespace.To install Longhorn with Helm 2, use the command:
helm install longhorn longhorn/longhorn --namespace longhorn-system --create-namespace
To enable access to the Longhorn UI, you will need to set up an Ingress controller. Authentication to the Longhorn UI is not enabled by default. For information on creating an NGINX Ingress controller with basic authentication, refer to this section.