use a feature-state shortcode (#17602)

This commit is contained in:
Luzhenxing
2019-11-18 09:45:42 +08:00
committed by Kubernetes Prow Robot
parent f786b9cb7c
commit 86d3882330
@@ -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 %}}