File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Currently, a problem daemon is running as a goroutine in the node-problem-detect
52
52
binary. In the future, we'll separate node-problem-detector and problem daemons into
53
53
different containers, and compose them with pod specification.
54
54
55
- Each catagory of problem daemon can be disabled at compilation time by setting
55
+ Each category of problem daemon can be disabled at compilation time by setting
56
56
corresponding build tags. If they are disabled at compilation time, then all their
57
57
build dependencies, global variables and background goroutines will be trimmed out
58
58
of the compiled executable.
@@ -68,7 +68,7 @@ List of supported problem daemons:
68
68
69
69
# Exporter
70
70
71
- An exporter is a component of node-problem-detector. It reports node problems and/or metrics to
71
+ An exporter is a component of node-problem-detector. It reports node problems and/or metrics to
72
72
certain back end (e.g. Kubernetes API server, or Prometheus scrape endpoint).
73
73
74
74
# Usage
You can’t perform that action at this time.
0 commit comments