k8snetworkplumbingwg / multus-cni

A CNI meta-plugin for multi-homed pods in Kubernetes
Apache License 2.0
2.27k stars 577 forks source link

Enforce termination message policy on all platform pods #1261

Closed dougbtv closed 2 months ago

dougbtv commented 2 months ago

Picked from suggestion @ https://github.com/openshift/multus-cni/pull/227/files

Change terminationMessagePolicy to FallbackToLogsOnError for enhanced error visibility, Kubernetes will use the last chunk of the container's log output as the termination message

coveralls commented 2 months ago

Coverage Status

coverage: 62.778% (-0.3%) from 63.028% when pulling e214154f5fb62358223a499494aef3921be1bec8 on dougbtv:deads_upstreampick_fallback into b6206a0dbfb95af2536035532d4f587850d999c1 on k8snetworkplumbingwg:master.

s1061123 commented 2 months ago

LGTM, merged!