OCPBUGS-28230: Add terminationMessagePolicy to all containers#216
Conversation
|
@jsafrane: This pull request references Jira Issue OCPBUGS-28230, which is valid. 3 validation(s) were run on this bug
The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/retest-required |
a66c70e to
465367c
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jsafrane The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest
|
| - name: csi-attacher | ||
| image: ${ATTACHER_IMAGE} | ||
| imagePullPolicy: IfNotPresent | ||
| terminationMessagePolicy: FallbackToLogsOnError |
There was a problem hiding this comment.
isn't this already set here: https://github.com/openshift/csi-operator/blob/master/assets/common/sidecars/attacher.yaml#L28 ?
There was a problem hiding this comment.
It is! Fixed in all sidecars + CSI driver containers
For easier debugging. And it's required in OCP operators.
465367c to
42de757
Compare
|
@jsafrane: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
[ART PR BUILD NOTIFIER] This PR has been included in build ose-azure-file-csi-driver-operator-container-v4.16.0-202404181209.p0.g097858b.assembly.stream.el9 for distgit azure-file-csi-driver-operator. |
For easier debugging. And it's required in OCP operators.
@openshift/storage