Skip to content

Commit e32aa27

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

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

config/e2e/manager_e2e_coverage_copy_pod.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ spec:
1818
capabilities:
1919
drop:
2020
- "ALL"
21+
terminationMessagePolicy: FallbackToLogsOnError
2122
volumeMounts:
2223
- name: e2e-coverage-volume
2324
mountPath: /e2e-coverage

config/manager/manager.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ spec:
8484
requests:
8585
cpu: 10m
8686
memory: 64Mi
87+
terminationMessagePolicy: FallbackToLogsOnError
8788
- name: kube-rbac-proxy
8889
securityContext:
8990
allowPrivilegeEscalation: false
@@ -104,6 +105,7 @@ spec:
104105
requests:
105106
cpu: 5m
106107
memory: 64Mi
108+
terminationMessagePolicy: FallbackToLogsOnError
107109
serviceAccountName: controller-manager
108110
terminationGracePeriodSeconds: 10
109111
volumes:

0 commit comments

Comments
 (0)