From 50a53c8868a64a0afe10975105459604201edfc1 Mon Sep 17 00:00:00 2001 From: Michel Loiseleur Date: Thu, 5 Sep 2024 09:15:49 +0200 Subject: [PATCH] add deprecation notice on coredns tutorial --- docs/tutorials/coredns.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/tutorials/coredns.md b/docs/tutorials/coredns.md index b2765e92b..398ae2133 100644 --- a/docs/tutorials/coredns.md +++ b/docs/tutorials/coredns.md @@ -1,5 +1,9 @@ # CoreDNS with minikube +:warning: This tutorial is out of date. + +:information_source: PRs to update it are welcome ! + This tutorial describes how to setup ExternalDNS for usage within a [minikube](https://github.com/kubernetes/minikube) cluster that makes use of [CoreDNS](https://github.com/coredns/coredns) and [nginx ingress controller](https://github.com/kubernetes/ingress-nginx). You need to: