Merge pull request #32474 from tengqm/fix-feature-state

Fix a nit in the feature-state short code
This commit is contained in:
Kubernetes Prow Robot
2022-03-24 18:05:50 -07:00
committed by GitHub
@@ -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,