update default value of kubelet flag pod-infra-container-image (#9611)
parent
66894191f1
commit
5dfc96e7c0
|
@ -882,7 +882,7 @@ kubelet [flags]
|
||||||
<td colspan="2">--pod-infra-container-image string</td>
|
<td colspan="2">--pod-infra-container-image string</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td></td><td style="line-height: 130%; word-wrap: break-word;">The image whose network/ipc namespaces containers in each pod will use. (default "gcr.io/google_containers/pause-amd64:3.0")</td>
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">The image whose network/ipc namespaces containers in each pod will use. (default "k8s.gcr.io/pause:3.1")</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue