mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
add charts repo mirror
Signed-off-by: feng <guofeng@yunify.com>
This commit is contained in:
parent
3bb8bba0f6
commit
75b1d3b57a
|
|
@ -55,7 +55,8 @@ apt install socat conntrack -y
|
|||
+
|
||||
[,bash]
|
||||
----
|
||||
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.2.tgz --debug --wait
|
||||
# If you are accessing charts.kubesphere.io from a restricted location, replace charts.kubesphere.io with charts.kubesphere.com.cn
|
||||
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.3.tgz --debug --wait
|
||||
----
|
||||
+
|
||||
include::../../../_ks_components-en/admonitions/note.adoc[]
|
||||
|
|
|
|||
|
|
@ -371,7 +371,7 @@ curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
|||
[,bash]
|
||||
----
|
||||
# If you are accessing charts.kubesphere.io from a restricted location, replace charts.kubesphere.io with charts.kubesphere.com.cn
|
||||
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.2.tgz --debug --wait
|
||||
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.3.tgz --debug --wait
|
||||
----
|
||||
|
||||
include::../../../../_ks_components-en/admonitions/note.adoc[]
|
||||
|
|
|
|||
|
|
@ -11,7 +11,8 @@ weight: 44
|
|||
### Installation/Upgrade Command
|
||||
|
||||
```
|
||||
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.2.tgz --debug --wait
|
||||
# If you are accessing charts.kubesphere.io from a restricted location, replace charts.kubesphere.io with charts.kubesphere.com.cn
|
||||
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.3.tgz --debug --wait
|
||||
```
|
||||
|
||||
### Features
|
||||
|
|
|
|||
|
|
@ -496,6 +496,7 @@ nfs-client k8s-sigs.io/nfs-subdir-external-provisioner Delete
|
|||
> **说明:** KubeKey 部署 Kubernetes 集群时会自动安装 Helm,无需手动安装。
|
||||
|
||||
```bash
|
||||
# 如果无法访问 charts.kubesphere.io, 可将 charts.kubesphere.io 替换为 charts.kubesphere.com.cn
|
||||
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.3.tgz --debug --wait \
|
||||
--set global.imageRegistry=swr.cn-southwest-2.myhuaweicloud.com/ks \
|
||||
--set extension.imageRegistry=swr.cn-southwest-2.myhuaweicloud.com/ks \
|
||||
|
|
|
|||
|
|
@ -281,8 +281,9 @@ helm del -n kube-federation-system kubefed
|
|||
### 升级 Crd
|
||||
|
||||
```
|
||||
# 下载 ks-core chart 包
|
||||
helm fetch https://charts.kubesphere.io/main/ks-core-1.1.2.tgz --untar
|
||||
# 下载 ks-core chart 包
|
||||
# 如果无法访问 charts.kubesphere.io, 可将 charts.kubesphere.io 替换为 charts.kubesphere.com.cn
|
||||
helm fetch https://charts.kubesphere.io/main/ks-core-1.1.3.tgz --untar
|
||||
|
||||
|
||||
# 更新 crds
|
||||
|
|
@ -298,9 +299,9 @@ kubectl apply -f ks-core/charts/ks-crds/crds/
|
|||
# 如果访问 dockerhub 受限,在以下命令中添加
|
||||
# --set global.imageRegistry=swr.cn-southwest-2.myhuaweicloud.com/ks
|
||||
# --set extension.imageRegistry=swr.cn-southwest-2.myhuaweicloud.com/ks
|
||||
# 如果无法访问 charts.kubesphere.io, 可将 charts.kubesphere.io 替换为 charts.kubesphere.com.cn
|
||||
|
||||
|
||||
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.2.tgz --debug --wait
|
||||
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.3.tgz --debug --wait
|
||||
```
|
||||
|
||||
### 添加 Member 集群
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@ apt install socat conntrack -y
|
|||
+
|
||||
[,bash]
|
||||
----
|
||||
# 如果无法访问 charts.kubesphere.io, 可将 charts.kubesphere.io 替换为 charts.kubesphere.com.cn
|
||||
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.3.tgz --debug --wait
|
||||
----
|
||||
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ weight: 44
|
|||
### 安装/升级命令
|
||||
|
||||
```
|
||||
# 如果无法访问 charts.kubesphere.io, 可将 charts.kubesphere.io 替换为 charts.kubesphere.com.cn
|
||||
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.3.tgz --debug --wait
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue