You are viewing documentation for KubeSphere version:v3.0.0

KubeSphere v3.0.0 documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see the latest version.

Uninstall KubeSphere and Kubernetes

Uninstalling KubeSphere and Kubernetes means they will be removed from your machine. This operation is irreversible and does not have any backup. Please be cautious with the operation.

To delete your cluster, execute the following command.

  • If you installed KubeSphere with the quickstart (all-in-one):

    ./kk delete cluster
    
  • If you installed KubeSphere with the advanced mode (created with a configuration file):

    ./kk delete cluster [-f config-sample.yaml]
    
What’s on this Page