Try other samba share

This commit is contained in:
2025-07-08 21:48:51 +01:00
parent ef3cc756cc
commit 31a4ba8fa9
7 changed files with 55 additions and 75 deletions

View File

@@ -111,3 +111,10 @@ You should be able to access `http://traefik.k3s/dashboard#/` (at the time of wr
## Grafana
Grab the admin user password from the `monitoring-grafana` secret
## Removing a PVC
After removing a pvc, you may need to force the removal by patching the finalize out
`kubectl delete pv <pv_name> --grace-period=0 --force`
`kubectl patch pv <pv_name> -p '{"metadata": {"finalizers": null}}'`