Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 804 Bytes

kube-minikube-teardown.adoc

File metadata and controls

51 lines (40 loc) · 804 Bytes

WINDOWS

MAC

LINUX

Nothing more needs to be done for Docker Desktop.

Perform the following steps to return your environment to a clean state.

  1. Point the Docker daemon back to your local machine:

    eval $(minikube docker-env -u)
  2. Stop your Minikube cluster:

    minikube stop
  3. Delete your cluster:

    minikube delete