Update 01-install-kubesphere.adoc (#3177)

* Update 01-install-kubesphere.adoc

* Update 01-install-kubesphere.adoc

* Update 01-install-kubesphere.adoc

* Update 01-install-kubesphere.adoc

* Update 01-install-kubesphere.adoc

* Update 02-install-kubernetes-and-kubesphere.adoc
This commit is contained in:
hongming 2024-09-18 17:25:39 +08:00 committed by GitHub
parent a11713a22b
commit 682672caec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 2 deletions

View File

@ -56,9 +56,22 @@ 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.0.tgz --debug --wait
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.1.tgz --debug --wait
----
+
include::../../../_ks_components/admonitions/note.adoc[]
如果您访问 Docker Hub 受限,请使用如下配置,修改默认的镜像拉取地址。
[,bash]
----
--set global.imageRegistry=swr.cn-southwest-2.myhuaweicloud.com/ks
----
include::../../../_ks_components/admonitions/admonEnd.adoc[]
. 安装完成后,输出信息会显示{ks_product_left} Web 控制台的 IP 地址和端口号,默认的 NodePort 是 30880。
+
--

View File

@ -370,7 +370,7 @@ KubeSphere Core (ks-core) 是{ks_product_both}的核心组件,为扩展组件
====
[,bash]
----
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.0.tgz --debug --wait
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.1.tgz --debug --wait
----
如果显示如下信息,则表明 ks-core 安装成功: