From 9bb18c9a17070d421504a15b571a5ed4ec1be718 Mon Sep 17 00:00:00 2001 From: Ilya Mashchenko Date: Sat, 21 Mar 2020 01:46:03 +0300 Subject: [PATCH] [docs]: fix Prerequisite section Clarify that mandatory command is not needed for deployment in minikube. --- docs/deploy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy/index.md b/docs/deploy/index.md index 1e2f18248..c1a04a02c 100644 --- a/docs/deploy/index.md +++ b/docs/deploy/index.md @@ -31,7 +31,7 @@ --user $(gcloud config get-value account) ``` -The following **Mandatory Command** is required for all deployments. +The following **Mandatory Command** is required for all deployments except [minikube](#minikube). ```console kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/nginx-0.30.0/deploy/static/mandatory.yaml