kube/longhorn-system
Lauri Võsandi f14d2933d0 Upgrade to Longhorn 1.4.2 2023-05-18 22:46:54 +03:00
..
README.md Upgrade to Longhorn 1.4.2 2023-05-18 22:46:54 +03:00
application-extras.yml Switch to wildcard *.k-space.ee certificate 2022-10-14 14:32:36 +03:00
application.yml Upgrade to Longhorn 1.4.2 2023-05-18 22:46:54 +03:00
changes.diff Upgrade to Longhorn 1.4.2 2023-05-18 22:46:54 +03:00

README.md

Longhorn distributed block storage system

Pull the manifest and apply changes

wget https://raw.githubusercontent.com/longhorn/longhorn/v1.4.2/deploy/longhorn.yaml -O application.yml
patch -p0 < changes.diff

To upgrade use following:

kubectl -n longhorn-system apply -f application.yml -f application-extras.yml

After deploying specify dedicated=storage:NoSchedule for Kubernetes Taint Toleration under Setting -> General on Longhorn Dashboard. Proceed to tag suitable nodes with storage and disable Longhorn scheduling on others.