From d1f1a33f51bdecfeb3f4665fdd4626023628bdf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 26 Mar 2020 11:13:08 +0100 Subject: [PATCH] Fix nginx ingress installation instructions in k8s --- docs/k8s.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/k8s.rst b/docs/k8s.rst index 6dca48a..f57b00d 100644 --- a/docs/k8s.rst +++ b/docs/k8s.rst @@ -30,8 +30,8 @@ Ingress controller In order to access your platform, you will have to setup an Ingress controller. Instructions vary for each cloud provider. To deploy an Nginx Ingress controller, it might be as simple as running:: - kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/nginx-0.24.1/deploy/mandatory.yaml - kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/nginx-0.24.1/deploy/provider/cloud-generic.yaml + kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/nginx-0.30.0/deploy/static/mandatory.yaml + kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/nginx-0.30.0/deploy/static/provider/cloud-generic.yaml See the `official instructions `_ for more details.