Skip to content

Commit

Permalink
Merge pull request #76 from Iceber/kube-state-metrics
Browse files Browse the repository at this point in the history
update ksm image
  • Loading branch information
Iceber committed Aug 7, 2023
2 parents d142819 + aee9a77 commit 3ee877e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/advanced-features/kube_state_metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Since this feature is experimental, you will install Clusterpedia [the standard

Once Clusterpedia is installed, we need to update the helm to enable the `multi-cluster kube-state-metrics` feature.
> The kube-state-metrics feature has been merged into [the main branch](https://github.com/clusterpedia-io/clusterpedia) and will be included in `v0.8.0` in the future.
> The feature is included in the ghcr.io/iceber/clusterpedia/clustersynchro-manager:v0.8.0-ksm.0
> The feature is included in the ghcr.io/iceber/clusterpedia/clustersynchro-manager:v0.8.0-ksm.1
## Enable Multi-Cluster kube-state-metrics
### Ensure Clusterpedia Chart Version >= v1.8.0
Expand All @@ -33,7 +33,7 @@ $ helm -n clusterpedia-system get values clusterpedia > values.yaml
$ echo "clustersynchroManager:
image:
repository: iceber/clusterpedia/clustersynchro-manager
tag: v0.8.0-ksm.0
tag: v0.8.0-ksm.1
kubeStateMetrics:
enable: true
" > patch.yaml
Expand Down
4 changes: 2 additions & 2 deletions content/zh/docs/advanced-features/kube_state_metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kube_deployment_created{cluster="test-14",namespace="clusterpedia-system",deploy

Clusterpedia 安装完成后,我们需要更新 helm 来开启 `多集群 kube-state-metrics` 功能。
> 当前 main 分支中已经合并 kube-state-metrics 功能,未来会包含在 `v0.8.0` 中。
> ghcr.io/iceber/clusterpedia/clustersynchro-manager:v0.8.0-ksm.0 镜像中包含该功能呢
> ghcr.io/iceber/clusterpedia/clustersynchro-manager:v0.8.0-ksm.1 镜像中包含该功能呢
## 开启多集群 kube-state-metrics
### 确保 Clusterpedia Chart 版本 >= v1.8.0
Expand All @@ -33,7 +33,7 @@ $ helm -n clusterpedia-system get values clusterpedia > values.yaml
echo "clustersynchroManager:
image:
repository: iceber/clusterpedia/clustersynchro-manager
tag: v0.8.0-ksm.0
tag: v0.8.0-ksm.1
kubeStateMetrics:
enable: true
" > patch.yaml
Expand Down

0 comments on commit 3ee877e

Please sign in to comment.