Skip to content

Commit

Permalink
修改目录名
Browse files Browse the repository at this point in the history
  • Loading branch information
ghl1024 authored Jul 8, 2022
1 parent 2318558 commit fadf6ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ nohup ./categraf &> stdout.log &
edit k8s/daemonset.yaml, replace NSERVER_SERVICE_WITH_PORT with service ip:port of nserver in your cluster, replace CATEGRAF_NAMESPACE with namespace value, then run:

```shell
kubectl apply -n monitoring -f ks8/daemonset.yaml
kubectl apply -n monitoring -f ks8/sidecar.yaml
kubectl apply -n monitoring -f k8s/daemonset.yaml
kubectl apply -n monitoring -f k8s/sidecar.yaml
```
Notice: k8s/sidecar.yaml is a demo, replace mock with your own image.

Expand Down

0 comments on commit fadf6ce

Please sign in to comment.