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: charts/sourcegraph/CHANGELOG.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,15 @@ Use `**BREAKING**:` to denote a breaking change
8
8
9
9
## Unreleased
10
10
11
+
- Added a node-exporter daemonset, which collects crucial machine-level metrics that help Sourcegraph scale your deployment. See [#194](https://github.com/sourcegraph/deploy-sourcegraph-helm/pull/194) for more information
12
+
13
+
- 🚨 **WARNING**: Similarly to cadvisor, `node-exporter`:
14
+
- runs as a daemonset
15
+
- needs to mount various read-only directories from the host machine (`/`, `/proc`, and `/sys`)
16
+
- ideally shares the machine's PID namespaces
17
+
18
+
- If necessary, node-exporter can be disabled by setting `nodeExporter.enabled: false` in your `override.yaml` configuration file.
19
+
11
20
## 4.1.2
12
21
13
22
Sourcegraph 4.1.2 is now available!
@@ -23,14 +32,6 @@ Sourcegraph 4.1.1 is now available!
- Added `allowedTopologies` support to storageclass [#188](https://github.com/sourcegraph/deploy-sourcegraph-helm/pull/188). This is useful to restrict provisioning of PV in specific zones or regions. In some cloud providers (e.g. GCP), this can be used to provision regional disks with only one worker node present.
26
-
- Added a node-exporter daemonset, which collects crucial machine-level metrics that help Sourcegraph scale your deployment. See [#194](https://github.com/sourcegraph/deploy-sourcegraph-helm/pull/194) for more information
27
-
28
-
🚨 **WARNING**: Similarly to cadvisor, `node-exporter`:
29
-
- runs as a daemonset
30
-
- needs to mount various read-only directories from the host machine (`/`, `/proc`, and `/sys`)
31
-
- ideally shares the machine's PID namespaces
32
-
33
-
If necessary, node-exporter can be disabled by setting `nodeExporter.enabled: false` in your `override.yaml` configuration file.
0 commit comments