Skip to content

Commit 3c72c78

Browse files
authored
Merge pull request #16754 from spowelljr/updateMacosGUI
site: Update docs on running macOS minikube-gui
2 parents 1b8623d + 0dfd08d commit 3c72c78

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

site/content/en/docs/tutorials/setup_minikube_gui.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ date: 2022-02-25
2424

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

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

29-
![Mac unverified developer](/images/gui/mac.png)
30-
31-
If you don't see the `Open` option you likely didn't control + click minikube-gui, this is required for the first time only
32+
4. Run the application
3233
{{% /mactab %}}
3334
{{% windowstab %}}
3435
1. [Download minikube-gui](https://github.com/kubernetes-sigs/minikube-gui/releases/latest/download/minikube-gui-windows.zip)

site/static/images/gui/mac.png

-36.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)