From 86d3882330cce4846a9f0ea19e85af9916e30a22 Mon Sep 17 00:00:00 2001 From: Luzhenxing Date: Mon, 18 Nov 2019 09:45:42 +0800 Subject: [PATCH] use a feature-state shortcode (#17602) --- .../en/docs/tasks/administer-cluster/nodelocaldns.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/content/en/docs/tasks/administer-cluster/nodelocaldns.md b/content/en/docs/tasks/administer-cluster/nodelocaldns.md index f661336278..fa4e557785 100644 --- a/content/en/docs/tasks/administer-cluster/nodelocaldns.md +++ b/content/en/docs/tasks/administer-cluster/nodelocaldns.md @@ -7,6 +7,7 @@ content_template: templates/task --- {{% capture overview %}} +{{< feature-state for_k8s_version="v1.15" state="beta" >}} This page provides an overview of NodeLocal DNSCache feature in Kubernetes. {{% /capture %}} @@ -58,13 +59,4 @@ This works for e2e clusters created on GCE. On all other environments, the follo Once enabled, node-local-dns Pods will run in the kube-system namespace on each of the cluster nodes. This Pod runs [CoreDNS](https://github.com/coredns/coredns) in cache mode, so all CoreDNS metrics exposed by the different plugins will be available on a per-node basis. -### Feature availability - -The addon can be applied using the yaml specified above in any k8s version. The feature support is as described: - -| k8s version | Feature support | -| :---------: |:-----------:| -| 1.15 | Beta(Not enabled by default) | -| 1.13 | Alpha(Not enabled by default) | - {{% /capture %}}