Skip to content

Commit fba5a42

Browse files
authored
Merge pull request #26713 from adisky/patch-4
Update pod-infra-container-image description
2 parents d8bed61 + 6d48be9 commit fba5a42

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/reference/command-line-tools-reference

1 file changed

+1
-1
lines changed

content/en/docs/reference/command-line-tools-reference/kubelet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ WindowsEndpointSliceProxying=true|false (ALPHA - default=false)<br/>
917917
<td colspan="2">--pod-infra-container-image string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: `k8s.gcr.io/pause:3.2`</td>
918918
</tr>
919919
<tr>
920-
<td></td><td style="line-height: 130%; word-wrap: break-word;">The image whose network/IPC namespaces containers in each pod will use. This docker-specific flag only works when container-runtime is set to `docker`.</td>
920+
<td></td><td style="line-height: 130%; word-wrap: break-word;"> Specified image will not be pruned by the image garbage collector. When container-runtime is set to `docker`, all containers in each pod will use the network/ipc namespaces from this image. Other CRI implementations have their own configuration to set this image.</td>
921921
</tr>
922922

923923
<tr>

0 commit comments

Comments
 (0)