You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# scalyr-agent Helm Chart
2
2
3
-
[](https://scalyr.github.io/helm-scalyr/)[](https://opensource.org/licenses/Apache-2.0)[](https://github.com/scalyr/helm-scalyr/actions/workflows/lint_tests.yml)[](https://github.com/scalyr/helm-scalyr/actions/workflows/end_to_end_tests.yaml)
3
+
[](https://scalyr.github.io/helm-scalyr/)[](https://opensource.org/licenses/Apache-2.0)[](https://github.com/scalyr/helm-scalyr/actions/workflows/lint_tests.yml)[](https://github.com/scalyr/helm-scalyr/actions/workflows/end_to_end_tests.yaml)
4
4
5
5
## Introduction
6
6
@@ -50,6 +50,10 @@ If you'd like to create a different Scalyr agent, you can set `controllerType` t
| scalyr.k8s.enableMetrics | bool |`true`| Enable fetching Kubernetes metrics. This requires scalyr.k8s.enableLogs to be true |
91
-
| scalyr.k8s.verifyKubeletQueries |string|`"false"`| Set this to true and set up scalyr.k8s.caCert to activate TLS validation of queries to the k8s kubelet|
96
+
| scalyr.k8s.verifyKubeletQueries |bool|`true`| Set this to false to disable TLS cert validation of queries to k8s kubelet. By default cert validation is enabled and connection is verified using the CA configured via the service account certificate (/run/secrets/kubernetes.io/serviceaccount/ca.crt file). If you want to use a custom CA bundle, you can do that by setting scalyr.k8s.caCert config option to point to this file (this file needs to be available inside the agent container). In some test environments such as minikube where self signed certs are used you may want to set this to false.|
92
97
| scalyr.server | string |`"agent.scalyr.com"`| The Scalyr server to send logs to. Use eu.scalyr.com for EU |
| tolerations | list |`[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"}]`| Pod tolerations. Defaults to the values documented in the official [Installation guide](https://app.scalyr.com/help/install-agent-kubernetes)|
@@ -197,13 +202,17 @@ content or metadata has been updated).
197
202
198
203
Helm Chart repository is available at https://scalyr.github.io/helm-scalyr/.
199
204
200
-
## License
205
+
## Copyright, License, and Contributor Agreement
201
206
202
207
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except
203
208
in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:
204
209
205
210
http://www.apache.org/licenses/LICENSE-2.0
206
211
212
+
By contributing you agree that these contributions are your own (or approved by your employer)
213
+
and you grant a full, complete, irrevocable copyright license to all users and developers of the
214
+
project, present and future, pursuant to the license of the project.
215
+
207
216
## Thank You
208
217
209
218
The chart has been originally developed by [Dennis Ploeger](https://github.com/dploeger) from
Copy file name to clipboardExpand all lines: README.md.gotmpl
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{{ template "chart.header" . }}
2
2
{{ template "chart.deprecationWarning" . }}
3
3
4
-
[](https://scalyr.github.io/helm-scalyr/) [](https://opensource.org/licenses/Apache-2.0) [](https://github.com/scalyr/helm-scalyr/actions/workflows/lint_tests.yml) [](https://github.com/scalyr/helm-scalyr/actions/workflows/end_to_end_tests.yaml)
4
+
[](https://scalyr.github.io/helm-scalyr/) [](https://opensource.org/licenses/Apache-2.0) [](https://github.com/scalyr/helm-scalyr/actions/workflows/lint_tests.yml) [](https://github.com/scalyr/helm-scalyr/actions/workflows/end_to_end_tests.yaml)
5
5
6
6
## Introduction
7
7
@@ -129,15 +129,18 @@ content or metadata has been updated).
129
129
130
130
Helm Chart repository is available at https://scalyr.github.io/helm-scalyr/.
131
131
132
-
## License
132
+
## Copyright, License, and Contributor Agreement
133
133
134
134
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except
135
135
in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:
136
136
137
137
http://www.apache.org/licenses/LICENSE-2.0
138
138
139
-
## Thank You
139
+
By contributing you agree that these contributions are your own (or approved by your employer)
140
+
and you grant a full, complete, irrevocable copyright license to all users and developers of the
141
+
project, present and future, pursuant to the license of the project.
140
142
143
+
## Thank You
141
144
142
145
The chart has been originally developed by [Dennis Ploeger](https://github.com/dploeger) from
143
146
[dodevops](https://github.com/dodevops). They have agreed to transfer the ownership to Scalyr so we
0 commit comments