Fix a nit in the feature-state short code

pull/32474/head
Qiming Teng 2022-03-25 08:39:55 +08:00
parent 39cab7a2d3
commit d65e53644c
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 state="stable" for-kubernetes-version="1.17" >}}
{{< feature-state for_kubernetes_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,