From 16b5784e4506345f26e9ad8013105b27bccd1061 Mon Sep 17 00:00:00 2001 From: "bingshen.wbs" Date: Mon, 8 Apr 2024 17:38:17 +0800 Subject: [PATCH] fix install commands Signed-off-by: bingshen.wbs --- docs/quick-start.md | 2 +- .../current/guide/exporter/exporter_installation.md | 4 ++-- i18n/zh/docusaurus-plugin-content-docs/current/quick-start.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/quick-start.md b/docs/quick-start.md index 1e0cd87..2dcf1a8 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -42,7 +42,7 @@ kubectl apply -f https://raw.githubusercontent.com/alibaba/kubeskoop/main/deploy Confirm that the installation is complete and obtain access through the following steps: ```shell # View the status of Skoop exporter -kubectl get pod -n kubeskoop -l app=skoop-exporter -o wide +kubectl get pod -n kubeskoop -l app=kubeskoop-exporter -o wide # View the status of Probe collection probes kubectl get --raw /api/v1/namespaces/kubeskoop/pods/skoop-exporter-t4d9m:9102/proxy/status |jq . # Obtain the entrance of Prometheus service, which is exposed by NodePort by default diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/guide/exporter/exporter_installation.md b/i18n/zh/docusaurus-plugin-content-docs/current/guide/exporter/exporter_installation.md index 2b72873..1f88e15 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/guide/exporter/exporter_installation.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/guide/exporter/exporter_installation.md @@ -25,7 +25,7 @@ kubectl apply -f https://raw.githubusercontent.com/alibaba/kubeskoop/main/deploy ```shell # 查看Skoop exporter的运行状态 -kubectl get pod -n kubeskoop -l app=skoop-exporter -o wide +kubectl get pod -n kubeskoop -l app=kubeskoop-exporter -o wide # 查看Probe采集探针的运行状态 kubectl get --raw /api/v1/namespaces/{{skoop-exporter的pod namespace}}/pods/{{skoop-exporter的pod name}}:9102/proxy/status |jq . @@ -72,7 +72,7 @@ Skoop-exporter以DaemonSet方式部署在集群中,可以通过以下方式验 ```shell # 查看Skoop exporter的运行状态 -kubectl get pod -n skoop -l app=skoop-exporter -o wide +kubectl get pod -n skoop -l app=kubeskoop-exporter -o wide # 获取到pod的信息后,可以通过apiserver查看Probe采集探针的运行状态 kubectl get --raw /api/v1/namespaces/{{skoop-exporter的pod namespace}}/pods/{{skoop-exporter的pod name}}:9102/proxy/status |jq . diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/quick-start.md b/i18n/zh/docusaurus-plugin-content-docs/current/quick-start.md index 2208d12..bdab552 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/quick-start.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/quick-start.md @@ -47,7 +47,7 @@ kubectl apply -f https://raw.githubusercontent.com/alibaba/kubeskoop/main/deploy ```shell # 查看Skoop exporter的运行状态 -kubectl get pod -n kubeskoop -l app=skoop-exporter -o wide +kubectl get pod -n kubeskoop -l app=kubeskoop-exporter -o wide # 查看Probe采集探针的运行状态 kubectl get --raw /api/v1/namespaces/kubeskoop/pods/skoop-exporter-t4d9m:9102/proxy/status |jq . # 获取Prometheus服务的入口