Skip to content

Commit

Permalink
update default value of kubelet flag pod-infra-container-image (#9611)
Browse files Browse the repository at this point in the history
  • Loading branch information
miaoshixuan authored and k8s-ci-robot committed Jul 31, 2018
1 parent 6689419 commit 5dfc96e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5dfc96e

Please sign in to comment.