Update kubelet-config-file.md (#10222)
Update link to KubeletConfiguration struct.
This commit is contained in:
parent
bbc815d1f5
commit
c75060883e
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue