From 710d0db9a56401ed0eb07559b67180f1752839c6 Mon Sep 17 00:00:00 2001 From: Enes Kirimi Date: Sun, 10 Oct 2021 20:50:37 +0200 Subject: [PATCH] Expand docker desktop installation with an attention block (#7730) --- docs/deploy/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/deploy/index.md b/docs/deploy/index.md index 559d74c58..ccd782a5e 100644 --- a/docs/deploy/index.md +++ b/docs/deploy/index.md @@ -53,6 +53,9 @@ 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) +!!! attention + Before running the command at your terminal, make sure Kubernetes is enabled at Docker settings + ```console kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.0.3/deploy/static/provider/cloud/deploy.yaml ```