use ks-core-1.1.3

This commit is contained in:
wzy 2024-12-07 00:14:42 +08:00
parent 192bbc2fa4
commit ab3229bc1b
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
```
### 新特性