[docs]: fix Prerequisite section
Clarify that mandatory command is not needed for deployment in minikube.
This commit is contained in:
parent
afa62c7d77
commit
7313270365
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue