Difference between revisions of "Longhorn by Rancher"

From UVOO Tech Wiki
Jump to navigation Jump to search
Line 19: Line 19:
 
```
 
```
 
helm install longhorn longhorn/longhorn --namespace longhorn-system --set kubelet-root-dir=/var/lib/kubelet
 
helm install longhorn longhorn/longhorn --namespace longhorn-system --set kubelet-root-dir=/var/lib/kubelet
 +
curl https://raw.githubusercontent.com/longhorn/longhorn/master/deploy/longhorn.yaml | sed -e 's/#- name: KUBELET_ROOT_DIR/- name: KUBELET_ROOT_DIR/g' -e 's$#  value: /var/lib/rancher/k3s/agent/kubelet$  value: /var/lib/kubelet$g' | kubectl apply -f -
 +
 
```
 
```
 
- https://longhorn.io/docs/0.8.0/users-guide/distribution-specific-notes/csi-on-rke-and-coreos/
 
- https://longhorn.io/docs/0.8.0/users-guide/distribution-specific-notes/csi-on-rke-and-coreos/

Revision as of 22:41, 26 June 2021

https://longhorn.io/docs/1.1.1/references/examples/

https://longhorn.io/docs/1.0.0/concepts/

https://longhorn.io/docs/1.0.0/deploy/install/install-with-helm/

https://youtu.be/Ho4zEF8pzvE

https://youtu.be/zJY2uxLtwUk

https://medium.com/volterra-io/kubernetes-storage-performance-comparison-v2-2020-updated-1c0b69f0dcf4

https://longhorn.io/docs/1.1.1/references/longhorn-client-python/

Troubleshooting

helm install longhorn longhorn/longhorn --namespace longhorn-system --set kubelet-root-dir=/var/lib/kubelet
curl https://raw.githubusercontent.com/longhorn/longhorn/master/deploy/longhorn.yaml | sed -e 's/#- name: KUBELET_ROOT_DIR/- name: KUBELET_ROOT_DIR/g' -e 's$#  value: /var/lib/rancher/k3s/agent/kubelet$  value: /var/lib/kubelet$g' | kubectl apply -f -