mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
update 1.1.4 version
Signed-off-by: zhuxiujuan28 <562873187@qq.com>
This commit is contained in:
parent
30e343728e
commit
1324d32030
|
|
@ -69,7 +69,7 @@ If you haven't installed KubeSphere yet, you can configure TLS during installati
|
|||
|
||||
[source,bash]
|
||||
----
|
||||
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.3.tgz \
|
||||
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.4.tgz \
|
||||
--set portal.hostname=kubesphere.my.org \ # Replace kubesphere.my.org with your custom domain
|
||||
--set portal.https.port=30880 \
|
||||
--set ingress.enabled=true \
|
||||
|
|
|
|||
|
|
@ -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.3.tgz --debug --wait
|
||||
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.4.tgz --debug --wait
|
||||
----
|
||||
|
||||
include::../../../../_ks_components-en/admonitions/note.adoc[]
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ kubectl get pods -n cert-manager
|
|||
|
||||
[source,bash]
|
||||
----
|
||||
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.3.tgz \
|
||||
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.4.tgz \
|
||||
--set portal.hostname=kubesphere.my.org \ # 将 kubesphere.my.org 替换为您的自定义域名
|
||||
--set portal.https.port=30880 \
|
||||
--set ingress.enabled=true \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
---
|
||||
title: "4.1.3 版本说明"
|
||||
keywords: "Kubernetes, KubeSphere, 版本说明"
|
||||
|
|
|
|||
Loading…
Reference in New Issue