Document fix for CSI driver not found
This commit is contained in:
parent
c6028dc46e
commit
224531a28e
1 changed files with 9 additions and 0 deletions
|
@ -14,6 +14,15 @@ csi-f13ee1f46a4acc0d7e4abe8a3c993c7e043e9a55cd7573bda3499085654b493a driver.lo
|
||||||
❯ kubectl rollout restart -n media deployment prowlarr
|
❯ kubectl rollout restart -n media deployment prowlarr
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
driver name driver.longhorn.io not found in the list of registered CSI drivers
|
||||||
|
```
|
||||||
|
|
||||||
|
I solved this by restarting k3s:
|
||||||
|
```
|
||||||
|
systemctl restart k3s
|
||||||
|
```
|
||||||
|
|
||||||
## Migration from NFS to Longhorn
|
## Migration from NFS to Longhorn
|
||||||
|
|
||||||
1. Delete the workload, and delete the PVC and PVC using NFS.
|
1. Delete the workload, and delete the PVC and PVC using NFS.
|
||||||
|
|
Loading…
Reference in a new issue