use for_k8s_version not for_kubernetes_version

This commit use "for_k8s_version" property on feature-state short
code, not "for_kubernetes_version".
This commit is contained in:
Akihito INOH 2022-04-21 06:43:44 +09:00
parent c62c9e9c61
commit c4b703f11f
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ If you do not specify either, then the DaemonSet controller will create Pods on
### Scheduled by default scheduler
{{< feature-state for_kubernetes_version="1.17" state="stable" >}}
{{< feature-state for_k8s_version="1.17" state="stable" >}}
A DaemonSet ensures that all eligible nodes run a copy of a Pod. Normally, the
node that a Pod runs on is selected by the Kubernetes scheduler. However,