all repos — infra @ 9aecc3012731610d6e3f708f6cfb39394bf06dad

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