Skip to content

OCPBUGS-28230: enforce termination message policy on all platform pods #2354

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bindata/network/iptables-alerter/003-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ spec:
memory: 65Mi
securityContext:
privileged: true
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
- mountPath: /iptables-alerter
name: iptables-alerter-script
Expand Down
1 change: 1 addition & 0 deletions bindata/network/openshift-sdn/sdn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ spec:
requests:
cpu: 5m
memory: 20Mi
terminationMessagePolicy: FallbackToLogsOnError
env:
- name: K8S_NODE
valueFrom:
Expand Down
1 change: 1 addition & 0 deletions bindata/network/ovn-kubernetes/managed/ovnkube-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ spec:
command: ["/bin/bash", "-c", "echo drop-icmp done"]
securityContext:
privileged: true
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
{{ if .NETWORK_NODE_IDENTITY_ENABLE }}
- mountPath: /etc/ovn/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,7 @@ spec:
command: ["/bin/bash", "-c", "echo drop-icmp done"]
securityContext:
privileged: true
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
{{ if .NETWORK_NODE_IDENTITY_ENABLE }}
- mountPath: /etc/ovn/
Expand Down