From fadf6ce4588361d5110540e8985fb0d5cd53bf73 Mon Sep 17 00:00:00 2001 From: Hayden <45088633+ghl1024@users.noreply.github.com> Date: Fri, 8 Jul 2022 11:50:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=AE=E5=BD=95=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b73f202b..fe8b8b58 100644 --- a/README.md +++ b/README.md @@ -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.