add new file from 4.1.2

Signed-off-by: zhuxiujuan28 <562873187@qq.com>
This commit is contained in:
zhuxiujuan28 2024-12-11 17:28:52 +08:00
parent b0f9797b75
commit c30fff5d2d
9 changed files with 40 additions and 15 deletions

View File

@ -10,8 +10,6 @@
| Warning
|
* If the Persistent Volume is already mounted to a workload, expanding the capacity will result in the restart of the workload, causing a interruption in the business.
* Persistent volume capacity can only be increased and cannot be reduced.
Persistent volume capacity can only be increased and cannot be reduced.
|===
--

View File

@ -9,7 +9,7 @@
|Parameter |Description
|Name
|The name of the member cluster. The name can only contain lowercase letters, numbers, and hyphens (-), must start and end with a lowercase letter or number, and can be up to 63 characters long.
|The name of the member cluster. The name can only contain lowercase letters, numbers, and hyphens (-), must start and end with a lowercase letter or number, and can be up to 60 characters long.
include::clusters-para-tagProviderDescription.adoc[]
|===

View File

@ -39,4 +39,8 @@ If you want a more comprehensive understanding of extended APIs, please refer to
View the link:https://dev-guide.kubesphere.io/extension-dev-guide/en/examples/[Development Examples] section to learn how to build extensions.
If you have questions about the development process, try getting help at link:https://github.com/kubesphere/kubesphere/issues/new/choose[GitHub Issue].
If you have questions about the development process, try getting help at link:https://github.com/kubesphere/kubesphere/issues/new/choose[GitHub Issue].
== How to Publish an Extension?
Please refer to link:https://dev-guide.kubesphere.io/extension-dev-guide/zh/packaging-and-release/release/[Publish Extensions] to learn how to submit an extension to the KubeSphere Marketplace.

View File

@ -11,7 +11,7 @@ weight: 05
=== Common Options
[%header,cols="1,1,2"]
[%header,cols="1,1,3a"]
|===
|Option | Default Value | Description
|adminPassword | "" | string - Set a bootstrap password for the first admin user. Admins will need to reset the password upon login. If not set, the built-in default password **P@88w0rd** will be used.
@ -25,7 +25,7 @@ weight: 05
=== Advanced Options
[%header,cols="1,1,2"]
[%header,cols="1,1,3a"]
|===
|Option | Default Value | Description
@ -52,6 +52,25 @@ weight: 05
|controller.image.registry | "" | string - Set ks-controller-manager image registry address.
|controller.image.repository | "kse/ks-controller-manager" | string - Set ks-controller-manager image name.
|controller.image.tag | "" | string - Set ks-controller-manager image tag.
|composedApp.appSelector | "" | string - Specify the annotation or label to process and update the status of matching composed apps.
If the `appSelector` value is empty, all composed apps will be processed. If the following content is added in the command or ConfigMap, only composed apps created and managed by KubeSphere will be processed.
* When installing ks-core, add this in the installation command:
+
--set composedApp.appSelector="kubesphere.io/creator"
* When upgrading ks-core, add this in the upgrade command:
+
--set composedApp.appSelector="kubesphere.io/creator"
* After installation or upgrade, set in the `kubesphere-config` ConfigMap of the cluster:
+
[,yaml]
----
composedApp:
appSelector: "kubesphere.io/creator"
----
|===
== TLS Configuration

View File

@ -25,8 +25,10 @@ In addition to configuring extensions during installation, you can also modify t
include::../../../../_ks_components-en/admonitions/note.adoc[]
Click image:/images/ks-qkcp/zh/icons/upload-dark-white.svg[upload-dark,18,18] to upload the configuration file **config.yaml** of the extension from your local device.
* Click **Reset Recommended Configuration** to revert the current configuration to the default configuration, and click **OK**.
Click image:/images/ks-qkcp/zh/icons/download-dark-white.svg[download-dark,18,18] to download the configuration file **config.yaml** of the extension to your local device.
* Click image:/images/ks-qkcp/zh/icons/upload-dark-white.svg[upload-dark,18,18] to upload the configuration file **config.yaml** of the extension from your local device.
* Click image:/images/ks-qkcp/zh/icons/download-dark-white.svg[download-dark,18,18] to download the configuration file **config.yaml** of the extension to your local device.
include::../../../../_ks_components-en/admonitions/admonEnd.adoc[]

View File

@ -14,7 +14,7 @@ This section demonstrates how to use the Web kubectl for cluster resource operat
== Prerequisites
You should have the **platform-admin** role on the {ks_product-en} platform. For more information, please refer to link:../../05-users-and-roles/01-users.adoc[Users] and link:../../05-users-and-roles/02-platform-roles.adoc[Platform Roles].
You should have the **platform-admin** role on the {ks_product-en} platform. For more information, please refer to link:../../05-users-and-roles/01-users/[Users] and link:../../05-users-and-roles/02-platform-roles/[Platform Roles].
== Using Web Kubectl

View File

@ -7,9 +7,7 @@
// Note
include::../../../../_ks_components/admonitions/warning.adoc[]
* 如果持久卷已挂载到工作负载,容量扩展操作将导致工作负载重启,业务可能出现短暂中断。
* 持久卷容量只能增加,不能减少。
持久卷容量只能增加,不能减少。
include::../../../../_ks_components/admonitions/admonEnd.adoc[]
--

View File

@ -41,5 +41,7 @@ KubeSphere 扩展组件是一个可以对 KubeSphere 功能进行扩展并借助
如果您在扩展组件的开发过程中有疑问,请尝试在 link:https://github.com/kubesphere/kubesphere/issues/new/choose[GitHub Issue] 获得帮助。
== 如何发布扩展组件?
请参阅link:https://dev-guide.kubesphere.io/extension-dev-guide/zh/packaging-and-release/release/[发布扩展组件],了解如何提交扩展组件到 KubeSphere Marketplace。

View File

@ -26,8 +26,10 @@ weight: 01
include::../../../../_ks_components/admonitions/note.adoc[]
点击image:/images/ks-qkcp/zh/icons/upload-dark-white.svg[upload-dark,18,18]可将扩展组件的配置文件 **config.yaml** 从本地上传
* 点击**恢复推荐配置**,将当前配置恢复到默认推荐配置,点击**确定**
点击image:/images/ks-qkcp/zh/icons/download-dark-white.svg[download-dark,18,18]可将扩展组件的配置文件 **config.yaml** 下载到本地。
* 点击image:/images/ks-qkcp/zh/icons/upload-dark-white.svg[upload-dark,18,18]可将扩展组件的配置文件 **config.yaml** 从本地上传。
* 点击image:/images/ks-qkcp/zh/icons/download-dark-white.svg[download-dark,18,18]可将扩展组件的配置文件 **config.yaml** 下载到本地。
include::../../../../_ks_components/admonitions/admonEnd.adoc[]