Skip to content

Commit 2f46069

Browse files
authored
changelog: move node exporter nodes to unreleased (#207)
1 parent 4ac1bcb commit 2f46069

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

charts/sourcegraph/CHANGELOG.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ Use `**BREAKING**:` to denote a breaking change
88

99
## Unreleased
1010

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+
1120
## 4.1.2
1221

1322
Sourcegraph 4.1.2 is now available!
@@ -23,14 +32,6 @@ Sourcegraph 4.1.1 is now available!
2332
Sourcegraph 4.1.0 is now available!
2433
- [Changelog](https://sourcegraph.com/github.com/sourcegraph/sourcegraph/-/blob/CHANGELOG.md#4-1-0)
2534
- 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.
3435

3536
## 4.0.1
3637

0 commit comments

Comments
 (0)