From 9e067740345c7f48b84cc682671b8188a89fb1dd Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Sun, 19 Mar 2017 18:46:16 +0800 Subject: [PATCH] update README.md add "which" into the document. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 431a442e..90308215 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # node-problem-detector node-problem-detector aims to make various node problems visible to the upstream layers in cluster management stack. -It is a daemon runs on each node, detects node +It is a daemon which runs on each node, detects node problems and reports them to apiserver. node-problem-detector can either run as a [DaemonSet](http://kubernetes.io/docs/admin/daemons/) or run standalone.