all repos — infra @ 3a8e0e7ceeefcb35e01956b86ccb2dbe6ef84bfa

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