Skip to content

Commit

Permalink
Merge pull request #1261 from dougbtv/deads_upstreampick_fallback
Browse files Browse the repository at this point in the history
Enforce termination message policy on all platform pods
  • Loading branch information
s1061123 committed Apr 16, 2024
2 parents b6206a0 + e214154 commit 897cb1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions deployments/multus-daemonset-crio.yml
Expand Up @@ -197,6 +197,7 @@ spec:
privileged: true
capabilities:
add: ["SYS_ADMIN"]
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
- name: run
mountPath: /run
Expand Down
2 changes: 2 additions & 0 deletions deployments/multus-daemonset-thick.yml
Expand Up @@ -165,6 +165,7 @@ spec:
memory: "50Mi"
securityContext:
privileged: true
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
- name: cni
mountPath: /host/etc/cni/net.d
Expand Down Expand Up @@ -208,6 +209,7 @@ spec:
memory: "15Mi"
securityContext:
privileged: true
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
- name: cnibin
mountPath: /host/opt/cni/bin
Expand Down
2 changes: 2 additions & 0 deletions deployments/multus-daemonset.yml
Expand Up @@ -194,6 +194,7 @@ spec:
memory: "50Mi"
securityContext:
privileged: true
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
- name: cni
mountPath: /host/etc/cni/net.d
Expand All @@ -214,6 +215,7 @@ spec:
memory: "15Mi"
securityContext:
privileged: true
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
- name: cnibin
mountPath: /host/opt/cni/bin
Expand Down

0 comments on commit 897cb1a

Please sign in to comment.