From bc1accdc2514b8615c01adac35f78469a6c1d385 Mon Sep 17 00:00:00 2001 From: Madhuri Kumari Date: Tue, 26 Dec 2017 15:18:38 +0530 Subject: [PATCH] Update kubelet-config-file.md --- docs/tasks/administer-cluster/kubelet-config-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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