Skip to content

Commit 29870e8

Browse files
authored
OCPBUGS-28230: enforce termination message policy on all platform pods (#260)
Signed-off-by: Joe Lanford <[email protected]>
1 parent 2a9da85 commit 29870e8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

config/manager/manager.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ spec:
7070
requests:
7171
cpu: 5m
7272
memory: 64Mi
73+
terminationMessagePolicy: FallbackToLogsOnError
7374
- command:
7475
- ./manager
7576
args:
@@ -103,6 +104,7 @@ spec:
103104
cpu: 1000m
104105
memory: 200Mi
105106
imagePullPolicy: IfNotPresent
107+
terminationMessagePolicy: FallbackToLogsOnError
106108
serviceAccountName: controller-manager
107109
terminationGracePeriodSeconds: 10
108110
volumes:

test/tools/imageregistry/imagebuilder.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ spec:
1313
"--context=/workspace/",
1414
"--destination=docker-registry.catalogd-e2e.svc:5000/test-catalog:e2e",
1515
"--skip-tls-verify"]
16+
terminationMessagePolicy: FallbackToLogsOnError
1617
volumeMounts:
1718
- name: dockerfile
1819
mountPath: /workspace/

0 commit comments

Comments
 (0)