Skip to content

Commit

Permalink
Merge pull request openshift#1838 from openshift-cherrypick-robot/che…
Browse files Browse the repository at this point in the history
…rry-pick-1784-to-release-4.4

[release-4.4] Bug 1848021: Set the pod-infra-container-image flag in kubelet to ocp pause image
  • Loading branch information
openshift-merge-robot committed Jun 19, 2020
2 parents b2d3330 + 7a91aaa commit cba4bab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ contents: |
--volume-plugin-dir=/etc/kubernetes/kubelet-plugins/volume/exec \
{{cloudConfigFlag . }} \
--register-with-taints=node-role.kubernetes.io/master=:NoSchedule \
--pod-infra-container-image={{.Images.infraImageKey}} \
--v=${KUBELET_LOG_LEVEL}

Restart=always
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ contents: |
--volume-plugin-dir=/etc/kubernetes/kubelet-plugins/volume/exec \
--cloud-provider={{cloudProvider .}} \
{{cloudConfigFlag . }} \
--pod-infra-container-image={{.Images.infraImageKey}} \
--v=${KUBELET_LOG_LEVEL}

Restart=always
Expand Down

0 comments on commit cba4bab

Please sign in to comment.