From 1e41400149b23e9a3f03aaec87c5e68ee5a3ca0e Mon Sep 17 00:00:00 2001 From: Zhang Jinghui Date: Fri, 22 Nov 2019 21:01:57 +0800 Subject: [PATCH] fix broken link of ingress-gce and ingress-nginx --- docs/tutorials/nginx-ingress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/nginx-ingress.md b/docs/tutorials/nginx-ingress.md index d180e2a0d..119348cba 100644 --- a/docs/tutorials/nginx-ingress.md +++ b/docs/tutorials/nginx-ingress.md @@ -1,6 +1,6 @@ # Setting up ExternalDNS on GKE with nginx-ingress-controller -This tutorial describes how to setup ExternalDNS for usage within a GKE cluster that doesn't make use of Google's [default ingress controller](https://github.com/kubernetes/ingress/tree/master/controllers/gce) but rather uses [nginx-ingress-controller](https://github.com/kubernetes/ingress/tree/master/controllers/nginx) for that task. +This tutorial describes how to setup ExternalDNS for usage within a GKE cluster that doesn't make use of Google's [default ingress controller](https://github.com/kubernetes/ingress-gce) but rather uses [nginx-ingress-controller](https://github.com/kubernetes/ingress-nginx) for that task. Setup your environment to work with Google Cloud Platform. Fill in your values as needed, e.g. target project.