-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Deleted hostpath PVs stuck in released state after minikube restart #4546
Comments
Reason of this issue: After minikube restart, the hostPathProvisionerIdentity was changed, that's why report deletion failed. |
This issue could be reproduced easily with the steps as logged. But I am afraid this can't be fixed by minikube code. After VM restart, the sandbox ID was changed also. |
AFAIK, this is still an issue with minikube v1.4 as we have not yet swapped out the storage provisioner addon used. |
I believe this is Dupe of #4546 if you don't mind I will close this issue in favor ohttps://github.com//issues/4546 to cenetralize the work on the issue. |
Still an issue under 1.6.1. Note that @medyagh dupe reference is a self reference to this very issue. |
ping @tstromberg |
Anyone likes to contribute logs to this issue? minikube logs |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen Just because no one has worked on it doesn't mean this confirmed bug has stopped being a problem. |
@maxb: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Dynamically provisioned PVs are stuck in the released state if minikube is restarted before deleting the pvc. It seems that the Provisioner Identity changes on reboot which causes the hostpath provisioner to ignore the PV.
The exact command to reproduce the issue:
The full output of the command that failed:
The output of the
minikube logs
command:N/A
The operating system version:
MacOS 10.14.5
minikube v1.1.1
kubernetes 1.14.3
The text was updated successfully, but these errors were encountered: