correct header level in static pods

This commit is contained in:
Di Xu
2017-10-11 10:54:42 +08:00
committed by Peter (XiangPeng) Zhao
parent 04fc9a30b0
commit 2023d7c790
+1 -1
View File
@@ -64,7 +64,7 @@ For example, this is how to start a simple web server as a static pod:
[root@my-node1 ~] $ systemctl restart kubelet
```
## Pods created via HTTP
### Pods created via HTTP
Kubelet periodically downloads a file specified by `--manifest-url=<URL>` argument and interprets it as a json/yaml file with a pod definition. It works the same as `--pod-manifest-path=<directory>`, i.e. it's reloaded every now and then and changes are applied to running static pods (see below).