From 5bf79cdcb1e0eca45b75d8902a4ed262d518b5b3 Mon Sep 17 00:00:00 2001 From: Xi Shen Date: Wed, 17 Feb 2021 16:15:34 +1100 Subject: [PATCH] Make setup instructions for Docker Desktop general The same setup instruction for Mac also works on Windows 10. I tested on my own Windows 10 setup. Some other people on the Internet also pointed it out. I think Docker Desktop is supposed to provide feature parity between these platforms. So, I think we can rely on Docker Desktop to keep the behaviour and allow the same instructions to work on both platforms. --- docs/deploy/index.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/deploy/index.md b/docs/deploy/index.md index 3918bb044..62dd1dcfb 100644 --- a/docs/deploy/index.md +++ b/docs/deploy/index.md @@ -29,7 +29,7 @@ ## Contents - [Provider Specific Steps](#provider-specific-steps) - - [Docker for Mac](#docker-for-mac) + - [Docker Desktop](#docker-desktop) - [minikube](#minikube) - [microk8s](#microk8s) - [AWS](#aws) @@ -44,9 +44,12 @@ ### Provider Specific Steps -#### Docker for Mac +#### Docker Desktop -Kubernetes is available in Docker for Mac (from [version 18.06.0-ce](https://docs.docker.com/docker-for-mac/release-notes/#stable-releases-of-2018)) +Kubernetes is available in Docker Desktop + +- Mac, from [version 18.06.0-ce](https://docs.docker.com/docker-for-mac/release-notes/#stable-releases-of-2018) +- Windows, from [version 18.06.0-ce](https://docs.docker.com/docker-for-windows/release-notes/#docker-community-edition-18060-ce-win70-2018-07-25) ```console kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.44.0/deploy/static/provider/cloud/deploy.yaml