all repos — infra @ 82be1cf6c554fe1566434b072658defc064ae5a0

infrastructure manifests and setup notes

longhorn/readme (view raw)

 1longhorn
 2--------
 3
 4    git clone https://github.com/longhorn/longhorn
 5    kubectl create namespace longhorn-system
 6
 7    helm install longhorn ./longhorn/chart/ -n longhorn-system -f \
 8    values.yaml
 9
10