Kubelet warning fix

Warning: For remote container runtime,
--pod-infra-container-image is ignored in kubelet,
which should be set in that remote runtime instead

Change-Id: Iec2df4873857c0d74a267810ef215f246102c2f4
This commit is contained in:
Thirunavukkarasu Palani 2021-07-27 18:58:46 +00:00
parent 7692b36fe9
commit 5f964eced5
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ ExecStart=/opt/kubernetes/bin/kubelet \
{{ argument }} \
{%- endfor %}
{%- endif %}
--pod-infra-container-image={{ config['Kubelet:images.pause'] }}
Restart=always
StartLimitInterval=0