Skip to content

Commit

Permalink
Update kubelet-config-file.md (#10222)
Browse files Browse the repository at this point in the history
Update link to KubeletConfiguration struct.
  • Loading branch information
vsoutherner authored and k8s-ci-robot committed Sep 10, 2018
1 parent bbc815d commit c750608
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
in this struct. Make sure the Kubelet has read permissions on the file.
Expand Down

0 comments on commit c750608

Please sign in to comment.