Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minikube delete doesn't remove subnodes machine directory #9954

Closed
daehyeok opened this issue Dec 14, 2020 · 1 comment · Fixed by #9955
Closed

minikube delete doesn't remove subnodes machine directory #9954

daehyeok opened this issue Dec 14, 2020 · 1 comment · Fixed by #9955
Labels
kind/bug Categorizes issue or PR as related to a bug. kind/support Categorizes issue or PR as a support question.

Comments

@daehyeok
Copy link
Contributor

❯ ls
server-key.pem server.pem
❯ minikube start -p test-profile -n 2
😄  [test-profile] minikube v1.15.1 on Darwin 10.15.7
✨  Automatically selected the docker driver
👍  Starting control plane node test-profile in cluster test-profile
🔥  Creating docker container (CPUs=2, Memory=1988MB) ...
🐳  Preparing Kubernetes v1.20.0 on Docker 20.10.0 ...
🔗  Configuring CNI (Container Networking Interface) ...
🔎  Verifying Kubernetes components...
🌟  Enabled addons: storage-provisioner, default-storageclass

❗  Multi-node clusters are currently experimental and might exhibit unintended behavior.
📘  To track progress on multi-node clusters, see https://github.com/kubernetes/minikube/issues/7538.

👍  Starting node test-profile-m02 in cluster test-profile
🔥  Creating docker container (CPUs=2, Memory=1988MB) ...
🌐  Found network options:
    ▪ NO_PROXY=192.168.49.2
🐳  Preparing Kubernetes v1.20.0 on Docker 20.10.0 ...
    ▪ env NO_PROXY=192.168.49.2
🔎  Verifying Kubernetes components...
🏄  Done! kubectl is now configured to use "test-profile" cluster and "default" namespace by default
❯ ls
server-key.pem   server.pem       test-profile     test-profile-m02
❯ minikube delete -p test-profile
🔥  Deleting "test-profile" in docker ...
🔥  Deleting container "test-profile" ...
🔥  Deleting container "test-profile-m02" ...
🔥  Removing /Users/daehyeok/.minikube/machines/test-profile ...
💀  Removed all traces of the "test-profile" cluster.
❯ ls
server-key.pem   server.pem       test-profile-m02
~/.minikube/machines ❯
@priyawadhwa priyawadhwa added kind/support Categorizes issue or PR as a support question. kind/bug Categorizes issue or PR as related to a bug. labels Dec 23, 2020
@priyawadhwa
Copy link

@daehyeok thank you for catching this and opening a PR to fix it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. kind/support Categorizes issue or PR as a support question.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants