Skip to content

Commit

Permalink
Merge pull request #4147 from deads2k/termination
Browse files Browse the repository at this point in the history
OCPBUGS-28230: add FallbackToLogsOnError for easier debugging
  • Loading branch information
openshift-merge-bot[bot] committed Jan 28, 2024
2 parents a3dbd65 + bee2519 commit c5f53e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions install/0000_80_machine-config-operator_04_deployment.yaml
Expand Up @@ -59,6 +59,7 @@ spec:
requests:
cpu: 20m
memory: 50Mi
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
- mountPath: /etc/tls/private
name: proxy-tls
Expand Down
1 change: 1 addition & 0 deletions manifests/machineconfigcontroller/deployment.yaml
Expand Up @@ -46,6 +46,7 @@ spec:
requests:
cpu: 20m
memory: 50Mi
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
- mountPath: /etc/tls/private
name: proxy-tls
Expand Down
1 change: 1 addition & 0 deletions manifests/machineconfigdaemon/daemonset.yaml
Expand Up @@ -97,6 +97,7 @@ spec:
requests:
cpu: 20m
memory: 50Mi
terminationMessagePolicy: FallbackToLogsOnError
volumeMounts:
- mountPath: /etc/tls/private
name: proxy-tls
Expand Down

0 comments on commit c5f53e2

Please sign in to comment.