-
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
minikube "developer cannot be verified" in macOS Catalina #5599
Comments
This is a fresh install of macOS Catalina and I have not disabled any security mechanisms in the operating system. minikube was installed with |
I was able to work around this by:
|
You can also verify the executables yourself by going to system preference-> security->allow anyway. |
Duplicate, #5568 |
@ashkan-leo I don't have the "Allow anyway" button under system preferences -> security |
The button only appears when you get the error message that the app can’t be verified. It will disappear after sometime |
Right, it didn't appear. I'll close, apparently I'm the only one experiencing this issue. |
sudo chown root:wheel /Users/chile/.minikube/bin/docker-machine-driver-hyperkit |
The exact command to reproduce the issue:
minikube config set vm-driver hyperkit
The full output of the command that failed:
"minikube-darwin-amd64" cannot be opened because the developer cannot be verified.
macOS cannot verify this app is free from malware."
The output of the
minikube logs
command:➜ sa_test git:(master) minikube config set vm-driver hyperkit
[1] 3562 killed minikube config set vm-driver hyperkit
The operating system version:
macOS Catalina 10.15
The text was updated successfully, but these errors were encountered: