Skip to content

Instantly share code, notes, and snippets.

View DanielMoln's full-sized avatar
:shipit:
Software Engineer Student

Dániel Molnár DanielMoln

:shipit:
Software Engineer Student
View GitHub Profile
@DanielMoln
DanielMoln / kubernetes-uninstall.md
Created February 21, 2024 19:27 — forked from meysam-mahmoodi/kubernetes-uninstall.md
Kubernetes completely uninstall

Kubernetes completely uninstall

This a gist for quick uninstall kubernetes

If the cluster is node, First delete it from master

kubectl drain <node name> — delete-local-data — force — ignore-daemonsets
kubectl delete node <node name>