Longhorn volumes
Provides a UI for managing standard and ReadWriteMany volumes.
Resources
Base
/base/longhorn/kustomization.yaml---apiVersion: kustomize.config.k8s.io/v1beta1kind: Kustomizationnamespace: longhornresources:- https://raw.githubusercontent.com/longhorn/longhorn/master/deploy/longhorn.yaml
Applying
kubectl create namespace longhorn; \kubectl apply \-f https://raw.githubusercontent.com/longhorn/longhorn/master/deploy/longhorn.yaml \-n longhorn
Longhorn should be installed in the namespace longhorn.