Skip to content

Commit

Permalink
Point the KubeletConfig doc to the release-1.9 code base
Browse files Browse the repository at this point in the history
The version will be updated to v1beta1 with the official 1.10 release.
  • Loading branch information
cimomo committed Mar 10, 2018
1 parent 3472cfd commit aa16531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tasks/administer-cluster/kubelet-config-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit aa16531

Please sign in to comment.