Merge pull request #20766 from prasadkatti/patch-2

Set feature state version for kubelet config task
This commit is contained in:
Kubernetes Prow Robot 2020-05-05 13:51:09 -07:00 committed by GitHub
commit 93e2ae3e96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ content_template: templates/task
---
{{% capture overview %}}
{{< feature-state state="beta" >}}
{{< feature-state for_k8s_version="v1.10" state="beta" >}}
A subset of the Kubelet's configuration parameters may be
set via an on-disk config file, as a substitute for command-line flags.