Merge pull request #3222 from lnnt/master

use ks-core-1.1.3
This commit is contained in:
pixiake 2025-01-06 15:36:37 +08:00 committed by GitHub
commit 3bb8bba0f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
---
title: "在裸机上安装 KubeSphere"
keywords: 'Kubernetes, KubeSphere, 裸机'
description: '了解如何在裸机上部署一个单 master 的多节点 KubeSohere 集群。'
description: '了解如何在裸机上部署一个单 master 的多节点 KubeSphere 集群。'
linkTitle: "在裸机上安装 KubeSphere"
weight: 3520
---

View File

@ -1,7 +1,7 @@
---
title: "在裸机上安装 KubeSphere"
keywords: 'Kubernetes, KubeSphere, 裸机'
description: '了解如何在裸机上部署一个单 master 的多节点 KubeSohere 集群。'
description: '了解如何在裸机上部署一个单 master 的多节点 KubeSphere 集群。'
linkTitle: "在裸机上安装 KubeSphere"
weight: 3520
---

View File

@ -11,7 +11,7 @@ weight: 44
### 安装/升级命令
```
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
```
### 新特性