Merge pull request #1166 from ingvagabund/generalize-fedora-steps-for-statis-pods
remove specific Fedora and Kubernetes version when describing configuration
This commit is contained in:
@@ -48,7 +48,7 @@ For example, this is how to start a simple web server as a static pod:
|
|||||||
EOF
|
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
|
```conf
|
||||||
KUBELET_ARGS="--cluster-dns=10.254.0.10 --cluster-domain=kube.local --config=/etc/kubelet.d/"
|
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.
|
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
|
```shell
|
||||||
[root@my-node1 ~] $ systemctl restart kubelet
|
[root@my-node1 ~] $ systemctl restart kubelet
|
||||||
|
|||||||
Reference in New Issue
Block a user