Skip to content

Commit

Permalink
Merge pull request #74 from ghl1024/main
Browse files Browse the repository at this point in the history
change dir name
  • Loading branch information
UlricQin committed Jul 8, 2022
2 parents 8e15bcb + fadf6ce commit d8acb82
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 d8acb82

Please sign in to comment.