2022-08-16 09:40:54 +00:00
|
|
|
# Longhorn distributed block storage system
|
|
|
|
|
2023-05-18 19:46:54 +00:00
|
|
|
Pull the manifest and apply changes
|
2022-08-16 09:40:54 +00:00
|
|
|
|
2023-05-18 19:46:54 +00:00
|
|
|
```
|
2023-07-25 19:33:43 +00:00
|
|
|
wget https://raw.githubusercontent.com/longhorn/longhorn/v1.5.1/deploy/longhorn.yaml -O application.yml
|
2023-05-18 19:46:54 +00:00
|
|
|
patch -p0 < changes.diff
|
|
|
|
```
|
|
|
|
|
|
|
|
To upgrade use following:
|
2022-08-16 09:40:54 +00:00
|
|
|
|
|
|
|
```
|
2022-09-11 13:24:35 +00:00
|
|
|
kubectl -n longhorn-system apply -f application.yml -f application-extras.yml
|
2022-08-16 09:40:54 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
After deploying specify `dedicated=storage:NoSchedule`
|
|
|
|
for `Kubernetes Taint Toleration` under `Setting -> General` on
|
|
|
|
[Longhorn Dashboard](https://longhorn.k-space.ee/).
|
|
|
|
Proceed to tag suitable nodes with `storage` and disable Longhorn scheduling on others.
|