Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update ksm image #76

Merged
merged 1 commit into from
Aug 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading