From aa6f636ae9f2b70886a4bb9a6f49e7d8ce46a457 Mon Sep 17 00:00:00 2001 From: Manish Bansal Date: Thu, 10 Oct 2019 11:25:59 +0530 Subject: [PATCH] Removing bullets points Same have been added inline as per suggestions --- .../en/docs/tasks/configure-pod-container/static-pod.md | 7 +------ 1 file changed, 1 insertion(+), 6 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 ab8e19b4387a8..ad9e41ef83ddc 100644 --- a/content/en/docs/tasks/configure-pod-container/static-pod.md +++ b/content/en/docs/tasks/configure-pod-container/static-pod.md @@ -51,9 +51,6 @@ Instructions for other distributions or Kubernetes installations may vary. You can configure a static Pod with either a [file system hosted configuration file](/docs/tasks/configure-pod-container/static-pod/#configuration-files) or a [web hosted configuration file](/docs/tasks/configure-pod-container/static-pod/#pods-created-via-http). -* [File system hosted configuration file](/docs/tasks/configure-pod-container/static-pod/#configuration-files) -* [Web hosted configuration file](/docs/tasks/configure-pod-container/static-pod/#pods-created-via-http) - ### Filesystem-hosted static Pod manifest {#configuration-files} The configuration files are just standard Pod definitions in JSON or YAML format in a specific directory. Use `kubelet --pod-manifest-path=` to start the kubelet or add the `staticPodPath: ` field in the [KubeletConfiguration file](/docs/tasks/administer-cluster/kubelet-config-file), which periodically scans the directory and creates/deletes static Pods as YAML/JSON files appear/disappear there. @@ -136,9 +133,7 @@ To use this approach: -2. 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: +2. 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=`