Skip to content

Commit 5919888

Browse files
authored
Merge pull request #485 from karan/helm-readme
fix helm instructions
2 parents 2d53c0a + d39915d commit 5919888

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ certain back end. Some of them can be disable at compile time using a build tag.
7373

7474
| Exporter |Description | Disabling Build Tag |
7575
|----------|:-----------|:--------------------|
76-
| Kubernetes exporter | Kubernetes exporter reports node problems to Kubernetes API server: temporary problems get reported as Events, and permanent problems get reported as Node Conditions. |
77-
| Prometheus exporter | Prometheus exporter reports node problems and metrics locally as Prometheus metrics |
76+
| Kubernetes exporter | Kubernetes exporter reports node problems to Kubernetes API server: temporary problems get reported as Events, and permanent problems get reported as Node Conditions. |
77+
| Prometheus exporter | Prometheus exporter reports node problems and metrics locally as Prometheus metrics |
7878
| [Stackdriver exporter](https://github.com/kubernetes/node-problem-detector/blob/master/config/exporter/stackdriver-exporter.json) | Stackdriver exporter reports node problems and metrics to Stackdriver Monitoring API. | disable_stackdriver_exporter
7979

8080
# Usage
@@ -171,10 +171,11 @@ to another registry.
171171

172172
## Installation
173173

174-
The easiest way to install node-problem-detector into your cluster is to use the [Helm](https://helm.sh/) [chart](https://github.com/helm/charts/tree/master/stable/node-problem-detector):
174+
The easiest way to install node-problem-detector into your cluster is to use the [Helm](https://helm.sh/) [chart](https://github.com/deliveryhero/helm-charts/tree/master/stable/node-problem-detector):
175175

176176
```
177-
helm install stable/node-problem-detector
177+
helm repo add deliveryhero https://charts.deliveryhero.io/
178+
helm install deliveryhero/node-problem-detector
178179
```
179180

180181
Or alternatively, to install node-problem-detector manually:

0 commit comments

Comments
 (0)