mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Update 01-install-kubesphere.adoc
This commit is contained in:
parent
91ebfc263b
commit
9c5f022e44
|
|
@ -59,6 +59,20 @@ apt install socat conntrack -y
|
|||
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.0.tgz --debug --wait
|
||||
----
|
||||
|
||||
+
|
||||
include::../../../_ks_components/admonitions/note.adoc[]
|
||||
|
||||
+
|
||||
如果您访问 Docker Hub 受限,请使用如下自定义配置,修改默认的镜像拉取地址。
|
||||
+
|
||||
[,bash]
|
||||
----
|
||||
--set global.imageRegistry=hub.kubesphere.com.cn
|
||||
----
|
||||
|
||||
+
|
||||
include::../../../_ks_components/admonitions/admonEnd.adoc[]
|
||||
|
||||
. 安装完成后,输出信息会显示{ks_product_left} Web 控制台的 IP 地址和端口号,默认的 NodePort 是 30880。
|
||||
+
|
||||
--
|
||||
|
|
|
|||
Loading…
Reference in New Issue