update url of kubelet-config-file types (#13603)

This commit is contained in:
Blade
2019-04-05 01:23:53 +08:00
committed by Kubernetes Prow Robot
parent 9476c2599a
commit 3dac0bb857
@@ -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/config/types.go). [here (v1beta1)](https://github.com/kubernetes/kubernetes/blob/{{< param "docsbranch" >}}/staging/src/k8s.io/kubelet/config/v1beta1/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.