mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 20:48:11 +00:00
kube-dashboard: Add missing steps to delete the dashboard.
In addition to the namespace deletion, the clusterrolebinding and the clusterroles must be deleted.
This commit is contained in:
@@ -86,4 +86,6 @@ sudo k3s kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard
|
||||
|
||||
```bash
|
||||
sudo k3s kubectl delete ns kubernetes-dashboard
|
||||
sudo k3s kubectl delete clusterrolebinding kubernetes-dashboard
|
||||
sudo k3s kubectl delete clusterroles kubernetes-dashboard
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user