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 "developer cannot be verified" in macOS Catalina #5599

Closed
derekbelrose opened this issue Oct 11, 2019 · 8 comments
Closed

minikube "developer cannot be verified" in macOS Catalina #5599

derekbelrose opened this issue Oct 11, 2019 · 8 comments

Comments

@derekbelrose
Copy link

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

@derekbelrose
Copy link
Author

This is a fresh install of macOS Catalina and I have not disabled any security mechanisms in the operating system. minikube was installed with brew install minikube

@derekbelrose
Copy link
Author

I was able to work around this by:

  1. Open terminal.app
  2. type open /usr/local/Caskroom/minikube/1.4.0/minikube-darwin-amd64
  3. Click ok in the resulting dialog.

@ashkan-leo
Copy link

ashkan-leo commented Oct 11, 2019

You can also verify the executables yourself by going to system preference-> security->allow anyway.
Every time an unsigned binary is executed for the first time you need to do this. It’s extremely annoying.

@afbjorklund
Copy link
Collaborator

Duplicate, #5568

@derekbelrose
Copy link
Author

@ashkan-leo I don't have the "Allow anyway" button under system preferences -> security

@ashkan-leo
Copy link

The button only appears when you get the error message that the app can’t be verified. It will disappear after sometime

@derekbelrose
Copy link
Author

Right, it didn't appear.

I'll close, apparently I'm the only one experiencing this issue.

@edreams
Copy link

edreams commented Oct 25, 2019

sudo chown root:wheel /Users/chile/.minikube/bin/docker-machine-driver-hyperkit
sudo chmod u+s /Users/chile/.minikube/bin/docker-machine-driver-hyperkit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants