Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use ks-core-1.1.3 #3222

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "在裸机上安装 KubeSphere"
keywords: 'Kubernetes, KubeSphere, 裸机'
description: '了解如何在裸机上部署一个单 master 的多节点 KubeSohere 集群。'
description: '了解如何在裸机上部署一个单 master 的多节点 KubeSphere 集群。'
linkTitle: "在裸机上安装 KubeSphere"
weight: 3520
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "在裸机上安装 KubeSphere"
keywords: 'Kubernetes, KubeSphere, 裸机'
description: '了解如何在裸机上部署一个单 master 的多节点 KubeSohere 集群。'
description: '了解如何在裸机上部署一个单 master 的多节点 KubeSphere 集群。'
linkTitle: "在裸机上安装 KubeSphere"
weight: 3520
---
Expand Down
2 changes: 1 addition & 1 deletion content/zh/docs/v4.1/20-release-notes/release-v412.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

### 新特性
Expand Down