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>