Expand docker desktop installation with an attention block (#7730)

This commit is contained in:
Enes Kirimi 2021-10-10 20:50:37 +02:00 committed by GitHub
parent 757aa53686
commit 710d0db9a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```