From 16c69e979f269e9ccdb0b7c4352da22512dcc6d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CForest-L?= Date: Sun, 8 Nov 2020 03:01:01 +0800 Subject: [PATCH] update readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: “Forest-L --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d42bfe4..d955d39 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,15 @@ Quickly get cluster core component status and cluster size information and abnor ## Usage 1、Install Node-problem-Detector in the inspection cluster -* Create a ConfigMap file for Node-Problem-Detector, which contains fault patrol rules and can be added by the user. -`kubectl apply -f ` +* Create a ConfigMap file for Node-Problem-Detector, which contains fault patrol rules and can be added by the user[npd-config.yaml](./docs/npd-config.yaml). +`kubectl apply -f npd-config.yaml` -* Create the DaemonSet file for Node-Problem-Detector -`kubectl apply -f ` +* Create the DaemonSet file for Node-Problem-Detector[npd.yaml](./docs/npd.yaml). +`kubectl apply -f npd.yaml` 2、Get the Installer Excutable File ```shell script -wget +wget https://installertest.pek3b.qingstor.com/ke chmod +x ke ```