From cabab54eabd71de9100b8f99b0126cf67c66857e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=BD=87?= Date: Mon, 14 Oct 2019 23:44:10 +0800 Subject: [PATCH] Increase the kubernetes 1.14 version to the installation prompt --- docs/deploy/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/deploy/index.md b/docs/deploy/index.md index 5ac0ca195..99b05902a 100644 --- a/docs/deploy/index.md +++ b/docs/deploy/index.md @@ -37,6 +37,9 @@ The following **Mandatory Command** is required for all deployments. kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/mandatory.yaml ``` +!!! tip + If you are using a Kubernetes version previous to 1.14, you need to change `kubernetes.io/os` to `beta.kubernetes.io/os` at line 217 of [mandatory.yaml](https://github.com/kubernetes/ingress-nginx/blob/master/deploy/static/mandatory.yaml#L217), see [Labels details](https://kubernetes.io/docs/reference/kubernetes-api/labels-annotations-taints/). + ### Provider Specific Steps There are cloud provider specific yaml files.