Update 01-install-kubesphere.adoc

This commit is contained in:
hongming 2024-09-11 11:11:10 +08:00 committed by GitHub
parent 3a08d906b7
commit 755a9fbcf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,21 +54,10 @@ apt install socat conntrack -y
. 如果您已经拥有可用的 Kubernetes 集群,执行以下命令通过 `helm` 安装{ks_product_both}的核心组件 KubeSphere Core。
+
====
* 如果您无法访问 docker.io请执行以下安装命令。
+
[,bash]
----
helm upgrade --install -n kubesphere-system --create-namespace ks-core chart=https://charts.kubesphere.io/main/ks-core-1.1.0.tgz --debug --wait -f value.yaml
----
* 如果您能正常访问 docker.io请执行以下安装命令。
+
[,bash]
----
helm upgrade --install -n kubesphere-system --create-namespace ks-core chart=https://charts.kubesphere.io/main/ks-core-1.1.0.tgz --debug --wait
----
====
. 安装完成后,输出信息会显示{ks_product_left} Web 控制台的 IP 地址和端口号,默认的 NodePort 是 30880。
+
@ -118,4 +107,4 @@ include::../../../_ks_components/admonitions/note.adoc[]
取决于您的网络环境,您可能需要配置流量转发规则并在防火墙中放行 30880 端口。
include::../../../_ks_components/admonitions/admonEnd.adoc[]
--
--