From 59d80f05bc6a363576c2b3c4707d768f1b7b8f66 Mon Sep 17 00:00:00 2001 From: Thomas Milox Date: Thu, 8 Dec 2022 01:10:22 +0100 Subject: [PATCH] doc: update NEW_CONTRIBUTOR.md (#9381) Add a reference to docker-mac-net-connect for macOS users experiencing ingress not being exposed Signed-off-by: TommyStarK Signed-off-by: TommyStarK --- NEW_CONTRIBUTOR.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEW_CONTRIBUTOR.md b/NEW_CONTRIBUTOR.md index 816d05778..e89c1ba88 100644 --- a/NEW_CONTRIBUTOR.md +++ b/NEW_CONTRIBUTOR.md @@ -848,3 +848,5 @@ As you can see from the above output there are several headers added to the curl - Cluster Creation tools - [kind](https://kind.sigs.k8s.io/docs/user/quick-start/) - [minikube](https://minikube.sigs.k8s.io/docs/start/) +- MacOS users + - [docker-mac-net-connect](https://github.com/chipmk/docker-mac-net-connect) - See this [issue](https://github.com/kubernetes/minikube/issues/7332)