Update kubelet-config-file.md (#10222)

Update link to KubeletConfiguration struct.
This commit is contained in:
vsoutherner 2018-09-09 21:35:41 -04:00 committed by k8s-ci-robot
parent bbc815d1f5
commit c75060883e
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ it simplifies node deployment and configuration management.
The subset of the Kubelet's configuration that can be configured via a file The subset of the Kubelet's configuration that can be configured via a file
is defined by the `KubeletConfiguration` struct is defined by the `KubeletConfiguration` struct
[here (v1beta1)](https://github.com/kubernetes/kubernetes/blob/{{< param "docsbranch" >}}/pkg/kubelet/apis/kubeletconfig/v1beta1/types.go). [here (v1beta1)](https://github.com/kubernetes/kubernetes/blob/{{< param "docsbranch" >}}/pkg/kubelet/apis/config/types.go).
The configuration file must be a JSON or YAML representation of the parameters The configuration file must be a JSON or YAML representation of the parameters
in this struct. Make sure the Kubelet has read permissions on the file. in this struct. Make sure the Kubelet has read permissions on the file.