mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
add v4.1.2 release note
This commit is contained in:
parent
682672caec
commit
417cc26bb6
|
|
@ -56,7 +56,7 @@ apt install socat conntrack -y
|
|||
+
|
||||
[,bash]
|
||||
----
|
||||
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.1.tgz --debug --wait
|
||||
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.2.tgz --debug --wait
|
||||
----
|
||||
|
||||
+
|
||||
|
|
|
|||
|
|
@ -370,7 +370,7 @@ KubeSphere Core (ks-core) 是{ks_product_both}的核心组件,为扩展组件
|
|||
====
|
||||
[,bash]
|
||||
----
|
||||
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.1.tgz --debug --wait
|
||||
helm upgrade --install -n kubesphere-system --create-namespace ks-core https://charts.kubesphere.io/main/ks-core-1.1.2.tgz --debug --wait
|
||||
----
|
||||
|
||||
如果显示如下信息,则表明 ks-core 安装成功:
|
||||
|
|
|
|||
|
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
title: "4.1.2 版本说明"
|
||||
keywords: "Kubernetes, KubeSphere, 版本说明"
|
||||
description: "KubeSphere 4.1.2 版本说明"
|
||||
linkTitle: "4.1.2 版本说明"
|
||||
weight: 44
|
||||
---
|
||||
|
||||
## KubeSphere
|
||||
|
||||
### 新特性
|
||||
|
||||
- 支持基于 OCI 的 Helm Chart 仓库
|
||||
|
||||
### 优化
|
||||
|
||||
- 增加默认的扩展组件仓库
|
||||
|
||||
### 缺陷修复
|
||||
|
||||
- 修复部分扩展组件页面白屏的问题
|
||||
- 修复 ks-core 卸载时部分资源残留的问题
|
||||
- 修复 K8s 1.19 环境无法安装的问题
|
||||
Loading…
Reference in New Issue