mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 04:32:37 +00:00
Replace "net" by "pod infra" in docs and format strings.
This commit is contained in:
@@ -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.
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user