Skip to content

Commit

Permalink
fix markdown syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
diguage committed Sep 23, 2019
1 parent f6a867d commit d6c3fec
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions content/en/docs/tasks/configure-pod-container/static-pod.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,18 +132,18 @@ and store it on a web server so that you can pass the URL of that file to the ku

Configure the kubelet on your selected node to use this web manifest by running it with `--manifest-url=<manifest-url>`

On Fedora, edit `/etc/kubernetes/kubelet` to include this line:

```
KUBELET_ARGS="--cluster-dns=10.254.0.10 --cluster-domain=kube.local --manifest-url=<manifest-url>`
```
Now, restart the kubelet. On Fedora, you would run:
```shell
# Run this command on the node where the kubelet is running
systemctl restart kubelet
```
> On Fedora, edit `/etc/kubernetes/kubelet` to include this line:
>
> ```
> KUBELET_ARGS="--cluster-dns=10.254.0.10 --cluster-domain=kube.local --manifest-url=<manifest-url>`
> ```
>
> Now, restart the kubelet. On Fedora, you would run:
>
> ```shell
> # Run this command on the node where the kubelet is running
> systemctl restart kubelet
> ```
Expand Down

0 comments on commit d6c3fec

Please sign in to comment.