From 650fff1c056f6b852ee9a936450294f1fcc36843 Mon Sep 17 00:00:00 2001 From: Johannes Scheuermann Date: Thu, 29 Sep 2016 17:32:46 +0200 Subject: [PATCH] Fix typo in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff840683..18213450 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ spec: hostPath: path: /var/log/ ``` -* Edit node-problem-detector.yaml to fit your environment: Set `log` volueme to your system log diretory. (Used by KernelMonitor) +* Edit node-problem-detector.yaml to fit your environment: Set `log` volume to your system log diretory. (Used by KernelMonitor) * Create the DaemonSet with `kubectl create -f node-problem-detector.yaml` * If needed, you can use [ConfigMap](http://kubernetes.io/docs/user-guide/configmap/) to overwrite the `config/`.