Skip to content

Commit 300f5ea

Browse files
Merge pull request #1417 from jrangelramos/OCPBUGS-84513
OCPBUGS-84513: set terminationMessagePolicy on update-payload pods
2 parents 1caa221 + 6130926 commit 300f5ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/cvo/updatepayload.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ func (r *payloadRetriever) fetchUpdatePayloadToDir(ctx context.Context, dir stri
218218
corev1.ResourceEphemeralStorage: resource.MustParse("2Mi"),
219219
},
220220
}
221+
container.TerminationMessagePolicy = corev1.TerminationMessageFallbackToLogsOnError
221222
return container
222223
}
223224

0 commit comments

Comments
 (0)