Replace "net" by "pod infra" in docs and format strings.

This commit is contained in:
Mrunal Patel
2015-01-28 15:03:06 -08:00
parent 18880d9086
commit 19e0605f5b
7 changed files with 12 additions and 12 deletions

View File

@@ -65,8 +65,8 @@ There are 4 ways that a container manifest can be provided to the Kubelet:
**--manifest_url**=""
URL for accessing the container manifest.
**--network_container_image**="kubernetes/pause:latest"
The image that network containers in each pod will use.
**--pod_infra_container_image**="kubernetes/pause:latest"
The image that pod infra containers in each pod will use.
**--port**=10250
The port for the info server to serve on.

View File

@@ -89,8 +89,8 @@ HTTP server The kubelet can also listen for HTTP and respond to a simple API (un
URL for accessing the container manifest.
.PP
\fB\-\-network\_container\_image\fP="kubernetes/pause:latest"
The image that network containers in each pod will use.
\fB\-\-pod\_infra\_container\_image\fP="kubernetes/pause:latest"
The image that pod infra containers in each pod will use.
.PP
\fB\-\-port\fP=10250