Skip to content

Commit 4ecb267

Browse files
Updating readme with configmap details
Signed-off-by: Max Williams <max.williams@deliveryhero.com>
1 parent 7086112 commit 4ecb267

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,13 @@ The easiest way to install node-problem-detector into your cluster is to use the
117117
helm install stable/node-problem-detector
118118
```
119119

120-
Alternatively, you can edit [node-problem-detector.yaml](deployment/node-problem-detector.yaml) to fit your environment. Set `log` volume to your system log directory (used by SystemLogMonitor). For Kubernetes versions older than 1.9, use [node-problem-detector-old.yaml](deployment/node-problem-detector-old.yaml).
120+
Or alternatively, to install node-problem-detector manually:
121121

122-
- Create the DaemonSet with `kubectl create -f deployment/node-problem-detector.yaml`.
123-
- If needed, you can use a [ConfigMap](https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/) to overwrite the `config` directory inside the pod.
122+
* Edit [node-problem-detector.yaml](deployment/node-problem-detector.yaml) to fit your environment. Set `log` volume to your system log directory (used by SystemLogMonitor). For Kubernetes versions older than 1.9, use [node-problem-detector-old.yaml](deployment/node-problem-detector-old.yaml).
123+
124+
* If needed, you can use a [ConfigMap](https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/) to overwrite the `config` directory inside the pod. Edit [node-problem-detector-config.yaml](deployment/node-problem-detector-config.yaml) as required and create the `ConfigMap` with `kubectl create -f node-problem-detector-config.yaml`.
125+
126+
* Create the DaemonSet with `kubectl create -f node-problem-detector.yaml`.
124127

125128
## Start Standalone
126129

0 commit comments

Comments
 (0)