File tree Expand file tree Collapse file tree 5 files changed +16
-2
lines changed Expand file tree Collapse file tree 5 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 22
33For actual scalyr agent changelog, please see https://github.com/scalyr/scalyr-agent-2/blob/release/CHANGELOG.md
44
5+ ## 0.2.28
6+
7+ - Update chart for DataSet agent v2.1.38 release.
8+ - Add support of the `` livenessProbe.debug `` option which prints additional info on agent's `` livenessProbe `` .
9+
510## 0.2.27
611
712- Allow user to set the priority of the Scalyr Agent DaemonSet using `` scalyr.priorityClassName ``
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : scalyr-agent
33description : A Helm chart for deploying the Scalyr agent
44type : application
5- version : 0.2.27
6- appVersion : 2.1.37
5+ version : 0.2.28
6+ appVersion : 2.1.38
77keywords :
88 - scalyr
99 - logging
Original file line number Diff line number Diff line change 7878 - scalyr-agent-2
7979 - status
8080 - -H
81+ {{- if .Values.livenessProbe.debug }}
82+ - --debug
83+ {{- end }}
8184 initialDelaySeconds : 60
8285 periodSeconds : 60
8386 timeoutSeconds : {{ .Values.livenessProbe.timeoutSeconds }}
@@ -182,3 +185,4 @@ spec:
182185 {{- toYaml . | nindent 8 }}
183186 {{- end }}
184187{{- end }}
188+
Original file line number Diff line number Diff line change 7676 - scalyr-agent-2
7777 - status
7878 - -H
79+ {{- if .Values.livenessProbe.debug }}
80+ - --debug
81+ {{- end }}
7982 initialDelaySeconds : 60
8083 periodSeconds : 60
8184 timeoutSeconds : {{ .Values.livenessProbe.timeoutSeconds }}
Original file line number Diff line number Diff line change @@ -117,6 +117,8 @@ livenessProbe:
117117 enabled : true
118118 # livenessProbe.timeoutSeconds -- timeout in seconds after which probe should be considered as failed if there is no response
119119 timeoutSeconds : 10
120+ # livenessProbe.debug -- set to true to enable printing additional debug information during the health check command.
121+ debug : false
120122
121123# resources -- Pod resources. Defaults to the values documented in the official
122124# [Installation guide](https://app.scalyr.com/help/install-agent-kubernetes)
You can’t perform that action at this time.
0 commit comments