kubernetes-dashboard卸载及其pod删除
dashboard
General-purpose web UI for Kubernetes clusters
项目地址:https://gitcode.com/gh_mirrors/da/dashboard

·
pod删除
|
强制删除
|
|
kubernetes-dashboard卸载
|
Shell脚本
#!/bin/bash
kubectl delete deployment kubernetes-dashboard --namespace=kube-system
kubectl delete service kubernetes-dashboard --namespace=kube-system
kubectl delete role kubernetes-dashboard-minimal --namespace=kube-system
kubectl delete rolebinding kubernetes-dashboard-minimal --namespace=kube-system
kubectl delete sa kubernetes-dashboard --namespace=kube-system
kubectl delete secret kubernetes-dashboard-certs --namespace=kube-system
kubectl delete secret kubernetes-dashboard-csrf --namespace=kube-system
kubectl delete secret kubernetes-dashboard-key-holder --namespace=kube-system




General-purpose web UI for Kubernetes clusters
最近提交(Master分支:16 天前 )
2f3f7b01
* feat(pod): add GPU resource allocation support and refactor request/limit functions
* test(pod): add GPU allocation resource validation in unit tests 13 小时前
1d1d9f43
* Add argument to Dashboard API to allow for a custom CA bundle
* add tls bundle to auth
* fix CA file usage with custom bundle path
* override client config to after config exiss
* fix whitespace
* Review arguments documentation 6 天前
更多推荐
所有评论(0)