Skip to content

Commit 273e91f

Browse files
Merge pull request #844 from alecmerdler/bugzilla-1707071
Add Termination Message to Failing OLM Pods
2 parents a068177 + da1fe1d commit 273e91f

7 files changed

+7
-0
lines changed

deploy/chart/templates/0000_50_olm_07-olm-operator.deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ spec:
6363
httpGet:
6464
path: /healthz
6565
port: {{ .Values.olm.service.internalPort }}
66+
terminationMessagePolicy: FallbackToLogsOnError
6667
env:
6768
{{ if and .Values.installType (eq .Values.installType "ocp") }}
6869
- name: RELEASE_VERSION

deploy/chart/templates/0000_50_olm_08-catalog-operator.deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ spec:
6565
httpGet:
6666
path: /healthz
6767
port: {{ .Values.catalog.service.internalPort }}
68+
terminationMessagePolicy: FallbackToLogsOnError
6869
env:
6970
{{ if and .Values.installType (eq .Values.installType "ocp") }}
7071
- name: RELEASE_VERSION

deploy/chart/templates/_packageserver.deployment-spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,5 @@ spec:
5656
scheme: HTTPS
5757
path: /healthz
5858
port: {{ .Values.package.service.internalPort }}
59+
terminationMessagePolicy: FallbackToLogsOnError
5960
{{- end -}}

manifests/0000_50_olm_07-olm-operator.deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ spec:
4545
httpGet:
4646
path: /healthz
4747
port: 8080
48+
terminationMessagePolicy: FallbackToLogsOnError
4849
env:
4950

5051
- name: RELEASE_VERSION

manifests/0000_50_olm_08-catalog-operator.deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ spec:
4848
httpGet:
4949
path: /healthz
5050
port: 8080
51+
terminationMessagePolicy: FallbackToLogsOnError
5152
env:
5253

5354
- name: RELEASE_VERSION

manifests/0000_50_olm_16-packageserver.clusterserviceversion.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ spec:
116116
scheme: HTTPS
117117
path: /healthz
118118
port: 5443
119+
terminationMessagePolicy: FallbackToLogsOnError
119120
maturity: alpha
120121
version: 0.9.0
121122
apiservicedefinitions:

manifests/0000_50_olm_17-packageserver.deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ spec:
5959
scheme: HTTPS
6060
path: /healthz
6161
port: 5443
62+
terminationMessagePolicy: FallbackToLogsOnError

0 commit comments

Comments
 (0)