Difference between revisions of "Longhorn by Rancher"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
# Troubleshooting | # Troubleshooting | ||
− | + | ``` | |
+ | helm install longhorn longhorn/longhorn --namespace longhorn-system --set kubelet-root-dir=/var/lib/kubelet | ||
+ | ``` | ||
- 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 15:30, 20 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://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