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
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,8 +73,8 @@ certain back end. Some of them can be disable at compile time using a build tag.
73
73
74
74
| Exporter |Description | Disabling Build Tag |
75
75
|----------|:-----------|:--------------------|
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 |
78
78
| [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
79
79
80
80
# Usage
@@ -171,10 +171,11 @@ to another registry.
171
171
172
172
## Installation
173
173
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):
0 commit comments