Skip to main contentNedix.io

Longhorn volumes

Provides a UI for managing standard and ReadWriteMany volumes.

Resources

Base

/base/longhorn/kustomization.yaml
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: longhorn
resources:
- 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.