Skip to content

Commit

Permalink
Merge pull request #3914 from kenneth-dsouza/kubelet-error
Browse files Browse the repository at this point in the history
Improve kubelet error log
  • Loading branch information
openshift-merge-robot authored Sep 27, 2023
2 parents ff7ef2e + 71f6d86 commit d136bfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dropins:
[Service]
# Wait for resolv-prepender to configure nameservers, exit 255 otherwise
# to mark the unit as failed and retry later
ExecCondition=/bin/bash -c 'test -f /run/resolv-prepender-kni-conf-done || exit 255'
ExecCondition=/bin/bash -c '[ -f /run/resolv-prepender-kni-conf-done ] || { echo "NM resolv-prepender failed"; exit 255; }'
{{end -}}

0 comments on commit d136bfa

Please sign in to comment.