Point the KubeletConfig doc to the release-1.9 code base (#7696)

The version will be updated to v1beta1 with the official 1.10 release.
This commit is contained in:
Kai Chen 2018-03-14 13:32:03 -07:00 committed by k8s-ci-robot
parent 2085cf666b
commit 1549d29783
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ providing parameters via a config file, which simplifies node deployment.
The subset of the Kubelet's configuration that can be configured via a file
is defined by the `KubeletConfiguration` struct
[here (v1alpha1)](https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/apis/kubeletconfig/v1alpha1/types.go).
[here (v1alpha1)](https://github.com/kubernetes/kubernetes/blob/release-1.9/pkg/kubelet/apis/kubeletconfig/v1alpha1/types.go).
The configuration file must be a JSON or YAML representation of the parameters
in this struct. Note that this structure, and thus the config file API,
is still considered alpha and is not subject to stability guarantees.