update default value of kubelet flag pod-infra-container-image (#9611)

pull/9691/head
miaoshixuan 2018-08-01 00:45:39 +08:00 committed by k8s-ci-robot
parent 66894191f1
commit 5dfc96e7c0
1 changed files with 1 additions and 1 deletions

View File

@ -882,7 +882,7 @@ kubelet [flags]
<td colspan="2">--pod-infra-container-image string</td>
</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>