-
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 stop working after upgrade to macOs Catalina #5568
Comments
Taking “closed” to a whole new level... https://developer.apple.com/developer-id/
Guess minikube has to get a Developer ID for the App Store ? |
The “open anyway” button has now been moved to settings : |
I don't have the open anyway button in settings but it look like I added an exception by using a first time "open with" Terminal.app on the binary in finder. |
Also using http://osxdaily.com/2016/09/27/allow-apps-from-anywhere-macos-gatekeeper/ |
Allow apps from anywhere and After taking the following steps, I now seem to have an "Open anyways" option now, allowing running individual applications without disabling secure defaults. Here's what I did, not sure if all steps are relevant:
sudo spctl --master-disable
sudo spctl --master-enable
|
Switch spctl off
Switch spctl on
|
I'm not sure how this "new" Apple requirement can be integrated into minikube release process: https://developer.apple.com/developer-id/ https://developer.apple.com/documentation/security/notarizing_your_app_before_distribution Maybe @tstromberg can take a look at if and how such a workflow could be added to the CI ? |
sudo chown root:wheel /Users/chile/.minikube/bin/docker-machine-driver-hyperkit |
Related: #5792 |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Came here to document that my issue in Catalina was that hyperkit requires Docker for Mac. Withtout it, minikube either hangs (using My problem was solved by launching Docker for Mac which then asked security privileges for itself. After that, minikube was able to start. Related: #5811 (comment) |
New version of |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. 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. |
The exact command to reproduce the issue:
minikube version
The full output of the command that failed:
Original message in french
That says Unable to open minikube because macOS can't verify this app
The output of the
minikube logs
command:The operating system version:
This appends just after upgrade to macOS Catalina 10.15
minikube installed with
brew cask
The text was updated successfully, but these errors were encountered: