From 06c82c0af45dee65d136ca5a25cbe6293ade5c5a Mon Sep 17 00:00:00 2001 From: fisherxu Date: Sat, 5 Aug 2017 01:06:07 +0800 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7017baa2..8a7bd1f4 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ spec: hostPath: path: /etc/localtime ``` -* Edit node-problem-detector.yaml to fit your environment: Set `log` volume to your system log diretory. (Used by SystemLogMonitor) +* 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](http://kubernetes.io/docs/user-guide/configmap/) to overwrite the `config/`.