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

"minishift" cannot be opened because the developer cannot be verified #3500

Open
antonpuz opened this issue Jan 11, 2021 · 5 comments
Open

Comments

@antonpuz
Copy link

General information

  • Minishift version: minishift-1.34.3-darwin-amd64
  • OS: macOS
  • Hypervisor: hyperkit

Steps to reproduce

  1. Get minishift either with helm or directly downloading
  2. run minishift start

Expected

minishift is started

Actual

MacOS shows an error message (example for directly downloaded build)
Screen Shot 2021-01-11 at 8 43 11

Why is this error showing up? can't the distribution be signed?

@anjannath
Copy link
Member

As the binaries are not signed, this is expected, please go to security settings and add exception to allow it to run, its a one time operation after downloading a new release.

@bdurrow
Copy link

bdurrow commented Feb 22, 2021

For others that land here. If you installed from brew the following command is likely to resolve this issue for you:

brew reinstall minishift --no-quarantine

@dperique
Copy link

@bdurrow. Thank helped -- thanks!

Vicky:~ dennis.periquet$ brew reinstall minishift --no-quarantine
==> Downloading https://github.com/minishift/minishift/releases/download/v1.34.3/minishift-1.34.3-da
Already downloaded: /Users/Dennis.Periquet@ibm.com/Library/Caches/Homebrew/downloads/bc5fccabace05ebeea262dda9c3228366a9394b80560e199beac26807f2a1a11--minishift-1.34.3-darwin-amd64.tgz
==> Uninstalling Cask minishift
==> Unlinking Binary '/usr/local/bin/minishift'.
==> Purging files for version 1.34.3 of Cask minishift
==> Installing Cask minishift
Warning: macOS's Gatekeeper has been disabled for this Cask
==> Linking Binary 'minishift' to '/usr/local/bin/minishift'.
🍺  minishift was successfully installed!

Vicky:~ dennis.periquet$ minishift start --vm-driver virtualbox
-- Starting profile 'minishift'
-- Check if deprecated options are used ... OK
-- Checking if https://github.com is reachable ... OK
-- Checking if requested OpenShift version 'v3.11.0' is valid ... OK
-- Checking if requested OpenShift version 'v3.11.0' is supported ... OK
...

@memark
Copy link

memark commented Oct 22, 2021

@bdurrow Excellent!

This should be in the README, or in the message shown after installing with homebrew.

@pradeekpmohandas
Copy link

For others that land here. If you installed from brew the following command is likely to resolve this issue for you:

brew reinstall minishift --no-quarantine

this worked

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

6 participants