all repos — infra @ e10443c6f9ae1a0ecf550ed5f2a161fa6f4433c8

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