update readme
Signed-off-by: “Forest-L <lilin@yunify.com>
This commit is contained in:
parent
e3e5be8010
commit
16c69e979f
10
README.md
10
README.md
|
@ -6,15 +6,15 @@ Quickly get cluster core component status and cluster size information and abnor
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
1、Install Node-problem-Detector in the inspection cluster
|
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.
|
* 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 `
|
`kubectl apply -f npd-config.yaml`
|
||||||
|
|
||||||
* Create the DaemonSet file for Node-Problem-Detector
|
* Create the DaemonSet file for Node-Problem-Detector[npd.yaml](./docs/npd.yaml).
|
||||||
`kubectl apply -f `
|
`kubectl apply -f npd.yaml`
|
||||||
|
|
||||||
2、Get the Installer Excutable File
|
2、Get the Installer Excutable File
|
||||||
```shell script
|
```shell script
|
||||||
wget
|
wget https://installertest.pek3b.qingstor.com/ke
|
||||||
chmod +x ke
|
chmod +x ke
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue