Skip to content

Commit

Permalink
Merge pull request #16754 from spowelljr/updateMacosGUI
Browse files Browse the repository at this point in the history
site: Update docs on running macOS minikube-gui
  • Loading branch information
medyagh authored Jun 22, 2023
2 parents 1b8623d + 0dfd08d commit 3c72c78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions site/content/en/docs/tutorials/setup_minikube_gui.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ date: 2022-02-25

2. Open the dmg and copy minikube-gui to your Applications folder

3. **Important!** On first time use only, control + click minikube-gui and select `Open`, you will see the following, select `Open`
3. Run this command to allow running the unsigned application:
```shell
xattr -d com.apple.quarantine /Applications/minikube-gui.app
```

![Mac unverified developer](/images/gui/mac.png)

If you don't see the `Open` option you likely didn't control + click minikube-gui, this is required for the first time only
4. Run the application
{{% /mactab %}}
{{% windowstab %}}
1. [Download minikube-gui](https://github.com/kubernetes-sigs/minikube-gui/releases/latest/download/minikube-gui-windows.zip)
Expand Down
Binary file removed site/static/images/gui/mac.png
Binary file not shown.

0 comments on commit 3c72c78

Please sign in to comment.