633 B
633 B
kubectl get namespace cattle-system -o yaml
kubectl get namespace cattle-system -o json >tmp.json
kubectl proxy
curl -k -H "Content-Type: application/json" -X PUT --data-binary @tmp.json http://127.0.0.1:8001/api/v1/namespaces/cattle-system/finalize
kubernetes-dashboard
kubectl get namespace kubernetes-dashboard -o yaml
kubectl get namespace kubernetes-dashboard -o json >tmp.json
curl -k -H "Content-Type: application/json" -X PUT --data-binary @tmp.json http://127.0.0.1:8001/api/v1/namespaces/kubernetes-dashboard/finalize
kubectl get pod -n cattle-system kubectl get pods --all-namespaces -o wide
docker stats