Apply 954b9fe7 (Add docs about enable/disable functionality in clusterrepo) zh/en 2.10 docs

This commit is contained in:
Billy Tat
2024-10-29 14:28:56 -07:00
parent 954b9fe73e
commit 4ccbbdf8b6
3 changed files with 48 additions and 2 deletions
@@ -165,6 +165,29 @@ spec:
仅支持 Helm 3 兼容 Chart 。
### Enable/Disable Helm Chart Repositories
Rancher v2.10.0 adds the ability to enable and disable Helm repositories. Helm repositories are enabled by default.
To disable a chart repository:
1. Click **☰ > Cluster Management**.
1. Find the name of the cluster whose repositories you want to access. Click **Explore** at the end of the cluster's row.
1. In the left navigation menu on the **Cluster Dashboard**, click **Apps > Repositories**.
1. Find the repository you want to disable, and click **⋮ > Edit YAML**.
1. Set the **Enabled** field under **Spec** to **false**.
1. Click **Save**.
1. When you disable a repository, updates are disabled and new changes to the clusterRepo are not applied.
To enable a chart repository:
1. Click **☰ > Cluster Management**.
1. Find the name of the cluster whose repositories you want to access. Click **Explore** at the end of the cluster's row.
1. In the left navigation menu on the **Cluster Dashboard**, click **Apps > Repositories**.
1. Find the repository you want to disable, and click **⋮ > Edit YAML**.
1. Set the **Enabled** field under **Spec** to **true**.
1. Click **Save**.
### 部署和升级 Chart
安装和部署 chart: