all repos — infra @ 6e1b4251f2a8de8412faa19cf9cadd97d80b6d18

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