...
| Code Block | ||||
|---|---|---|---|---|
| ||||
$# 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
...