From 2758d5de488a4b9bc8ef08b86a14a02e53c85d09 Mon Sep 17 00:00:00 2001 From: Julien SENON Date: Sun, 25 Mar 2018 17:29:40 +0200 Subject: [PATCH] Change readme with remarks from @andyxning, remove duplicate comment --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7c2cc75c..74e0973f 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,6 @@ to another registry. ## Start DaemonSet * Edit [node-problem-detector.yaml](https://github.com/kubernetes/node-problem-detector/blob/master/deployment/node-problem-detector.yaml) to fit your environment: Set `log` volume to your system log directory. (Used by SystemLogMonitor). For **kubernetes <=1.9** use [node-problem-detector-old.yaml](https://github.com/kubernetes/node-problem-detector/blob/master/deployment/node-problem-detector-old.yaml) -* Edit node-problem-detector.yaml to fit your environment: Set `log` volume to your system log directory. (Used by SystemLogMonitor) * Create the DaemonSet with `kubectl create -f node-problem-detector.yaml` * If needed, you can use [ConfigMap](https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/) to overwrite the `config/`.