From 7608448e4ac5bd9163a4349640b8b54135afd030 Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Tue, 6 Sep 2016 13:19:47 +0200 Subject: [PATCH] remove specific Fedora and Kubernetes version when describing configuration --- docs/admin/static-pods.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/static-pods.md b/docs/admin/static-pods.md index ea9468f31c..d1ad849b3a 100644 --- a/docs/admin/static-pods.md +++ b/docs/admin/static-pods.md @@ -48,7 +48,7 @@ For example, this is how to start a simple web server as a static pod: EOF ``` -2. Configure your kubelet daemon on the node to use this directory by running it with `--config=/etc/kubelet.d/` argument. On Fedora Fedora 21 with Kubernetes 0.17 edit `/etc/kubernetes/kubelet` to include this line: +2. Configure your kubelet daemon on the node to use this directory by running it with `--config=/etc/kubelet.d/` argument. On Fedora edit `/etc/kubernetes/kubelet` to include this line: ```conf KUBELET_ARGS="--cluster-dns=10.254.0.10 --cluster-domain=kube.local --config=/etc/kubelet.d/" @@ -56,7 +56,7 @@ For example, this is how to start a simple web server as a static pod: Instructions for other distributions or Kubernetes installations may vary. -3. Restart kubelet. On Fedora 21, this is: +3. Restart kubelet. On Fedora, this is: ```shell [root@my-node1 ~] $ systemctl restart kubelet