From d6c3fec0033047b5730ec2084c7302c033fe46ae Mon Sep 17 00:00:00 2001 From: diguage Date: Thu, 19 Sep 2019 22:19:19 +0800 Subject: [PATCH] fix markdown syntax --- .../configure-pod-container/static-pod.md | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/content/en/docs/tasks/configure-pod-container/static-pod.md b/content/en/docs/tasks/configure-pod-container/static-pod.md index 567c6f199a8fa..4618a2ab70921 100644 --- a/content/en/docs/tasks/configure-pod-container/static-pod.md +++ b/content/en/docs/tasks/configure-pod-container/static-pod.md @@ -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=` - On Fedora, edit `/etc/kubernetes/kubelet` to include this line: - - ``` - KUBELET_ARGS="--cluster-dns=10.254.0.10 --cluster-domain=kube.local --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=` +> ``` +> +> Now, restart the kubelet. On Fedora, you would run: +> +> ```shell +> # Run this command on the node where the kubelet is running +> systemctl restart kubelet +> ```