Skip to content

Commit

Permalink
Merge pull request #2888 from cybertron/nodeip-hint
Browse files Browse the repository at this point in the history
Bug 1949827: Add KUBELET_NODEIP_HINT to nodeip-configuration
  • Loading branch information
openshift-merge-robot authored Mar 31, 2022
2 parents 1120f0a + a0c9a3c commit 5a571cd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ contents: |
{{if eq .IPFamilies "IPv6" -}}
--prefer-ipv6 \
{{end -}}
--retry-on-failure; \
--retry-on-failure \
$KUBELET_NODEIP_HINT; \
do \
sleep 5; \
done"
Expand All @@ -34,6 +35,7 @@ contents: |
{{if .Proxy -}}
EnvironmentFile=/etc/mco/proxy.env
{{end -}}
EnvironmentFile=-/etc/default/nodeip-configuration
[Install]
RequiredBy=kubelet.service

0 comments on commit 5a571cd

Please sign in to comment.