Skip to content

Commit

Permalink
Removing bullets points
Browse files Browse the repository at this point in the history
Same have been added inline as per suggestions
  • Loading branch information
manishbansal8843 authored Oct 10, 2019
1 parent 845c3ad commit aa6f636
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions content/en/docs/tasks/configure-pod-container/static-pod.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<the directory>` to start the kubelet or add the `staticPodPath: <the directory>` 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.
Expand Down Expand Up @@ -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=<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=<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>`
Expand Down

0 comments on commit aa6f636

Please sign in to comment.