diff --git a/docs/tasks/administer-cluster/kubelet-config-file.md b/docs/tasks/administer-cluster/kubelet-config-file.md index a546f3c7cd..24e30e9e7e 100644 --- a/docs/tasks/administer-cluster/kubelet-config-file.md +++ b/docs/tasks/administer-cluster/kubelet-config-file.md @@ -30,7 +30,7 @@ is defined by the `KubeletConfiguration` struct [here (v1alpha1)](https://github.com/kubernetes/kubernetes/blob/master/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 gurantees. +is still considered alpha and is not subject to stability guarantees. Create a file named `kubelet` in its own directory and make sure the directory and file are both readable by the Kubelet. You should write your intended