diff --git a/content/en/docs/_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-oper-expandAPersistentVolume.adoc b/content/en/docs/_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-oper-expandAPersistentVolume.adoc index 9ba7f8488..caf95c253 100644 --- a/content/en/docs/_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-oper-expandAPersistentVolume.adoc +++ b/content/en/docs/_custom-en/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-oper-expandAPersistentVolume.adoc @@ -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. |=== -- \ No newline at end of file diff --git a/content/en/docs/_custom-en/platformManagement/multiclusterManagement/clusters/clusters-oper-addClusterBasicInfo.adoc b/content/en/docs/_custom-en/platformManagement/multiclusterManagement/clusters/clusters-oper-addClusterBasicInfo.adoc index e61ae7a54..62da0adeb 100644 --- a/content/en/docs/_custom-en/platformManagement/multiclusterManagement/clusters/clusters-oper-addClusterBasicInfo.adoc +++ b/content/en/docs/_custom-en/platformManagement/multiclusterManagement/clusters/clusters-oper-addClusterBasicInfo.adoc @@ -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[] |=== diff --git a/content/en/docs/v4.1/01-intro/02-architecture.adoc b/content/en/docs/v4.1/01-intro/02-architecture.adoc index 89962e259..bb4a5856a 100644 --- a/content/en/docs/v4.1/01-intro/02-architecture.adoc +++ b/content/en/docs/v4.1/01-intro/02-architecture.adoc @@ -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]. \ No newline at end of file +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. \ No newline at end of file diff --git a/content/en/docs/v4.1/03-installation-and-upgrade/02-install-kubesphere/05-appendix.adoc b/content/en/docs/v4.1/03-installation-and-upgrade/02-install-kubesphere/05-appendix.adoc index edae3e23c..84fdb5ac1 100644 --- a/content/en/docs/v4.1/03-installation-and-upgrade/02-install-kubesphere/05-appendix.adoc +++ b/content/en/docs/v4.1/03-installation-and-upgrade/02-install-kubesphere/05-appendix.adoc @@ -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 diff --git a/content/en/docs/v4.1/06-extension-user-guide/03-manage-components/01-set-configurations.adoc b/content/en/docs/v4.1/06-extension-user-guide/03-manage-components/01-set-configurations.adoc index 021bbefbf..380b4b2a3 100644 --- a/content/en/docs/v4.1/06-extension-user-guide/03-manage-components/01-set-configurations.adoc +++ b/content/en/docs/v4.1/06-extension-user-guide/03-manage-components/01-set-configurations.adoc @@ -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[] \ No newline at end of file diff --git a/content/en/docs/v4.1/10-toolbox/01-use-kubectl-tool.adoc b/content/en/docs/v4.1/10-toolbox/01-use-kubectl-tool.adoc index 92d95125c..0f6dcf2a8 100644 --- a/content/en/docs/v4.1/10-toolbox/01-use-kubectl-tool.adoc +++ b/content/en/docs/v4.1/10-toolbox/01-use-kubectl-tool.adoc @@ -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 diff --git a/content/zh/docs/_custom/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-oper-expandAPersistentVolume.adoc b/content/zh/docs/_custom/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-oper-expandAPersistentVolume.adoc index eadf55624..0c543d4c4 100644 --- a/content/zh/docs/_custom/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-oper-expandAPersistentVolume.adoc +++ b/content/zh/docs/_custom/clusterManagement/persistentVolumeClaims/persistentVolumeClaims-oper-expandAPersistentVolume.adoc @@ -7,9 +7,7 @@ // Note include::../../../../_ks_components/admonitions/warning.adoc[] -* 如果持久卷已挂载到工作负载,容量扩展操作将导致工作负载重启,业务可能出现短暂中断。 - -* 持久卷容量只能增加,不能减少。 +持久卷容量只能增加,不能减少。 include::../../../../_ks_components/admonitions/admonEnd.adoc[] -- diff --git a/content/zh/docs/v4.1/01-intro/02-architecture.adoc b/content/zh/docs/v4.1/01-intro/02-architecture.adoc index 27aebf5e8..cd8d64808 100644 --- a/content/zh/docs/v4.1/01-intro/02-architecture.adoc +++ b/content/zh/docs/v4.1/01-intro/02-architecture.adoc @@ -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。 diff --git a/content/zh/docs/v4.1/06-extension-user-guide/03-manage-components/01-set-configurations.adoc b/content/zh/docs/v4.1/06-extension-user-guide/03-manage-components/01-set-configurations.adoc index 727f5b071..286298216 100644 --- a/content/zh/docs/v4.1/06-extension-user-guide/03-manage-components/01-set-configurations.adoc +++ b/content/zh/docs/v4.1/06-extension-user-guide/03-manage-components/01-set-configurations.adoc @@ -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[]