Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleInstall LH
$# use kubectlthe --create-namespace flag, if the namespace longhorn-systemdoes not exist
$ helm install longhorn longhorn/longhorn --namespace longhorn-system [--create-namespace]

The initial settings for Longhorn can be customized using Helm options or by editing the deployment configuration file. To obtain a copy of the values.yaml file

...