Try other samba share
This commit is contained in:
@@ -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}}'`
|
||||
Reference in New Issue
Block a user