diff --git a/docs/platform-engineers/addon/intro.md b/docs/platform-engineers/addon/intro.md index 16b79fdd..ab3c75d3 100644 --- a/docs/platform-engineers/addon/intro.md +++ b/docs/platform-engineers/addon/intro.md @@ -173,14 +173,14 @@ vela addon enable ./your-addon-dir/ ## Known Limits -- Install the addon in the sub-cluster. If the addon is not installed in the control plane, but only in sub-clusters, there are known some issues. +- Cannot only install addon in the sub-clusters. Because of KubeVela need render out every kind of resource in control plane, if an addon contain some [CRD](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/), these CRD must be installed in control plane, otherwise Vela-core controller will meet an error of cannot find CRD. ## Extend Terraform Addon -* We have build some tool for more convenience to extend cloud resource addons, you can refer to the [extend terraform addon docs](./terraform). +* We have built some tools to extend cloud resource as addons for convenience, you can refer to the [extend terraform addon docs](./terraform). ## Contribution -If you make and use an addon in your product environment, welcome to contribute your customize addon to community. By doing this, whole community can help to test, optimize , upgrade or fix bugs for the addon. Community also can help you find more usage scenario about thr addon. +If you have developed your own addons, welcome to contribute to the [community catalog](https://github.com/kubevela/catalog). -Meanwhile, any bug fix about existing addon is also welcome. Contribution is making a pull request to [this](https://github.com/kubevela/catalog) repo. Please refer to [doc](https://github.com/kubevela/catalog/blob/master/README.md#contribution) for more info about contribution rules. \ No newline at end of file +Meanwhile, any bugfix of existing addons are welcomed. Just make a pull request to [this](https://github.com/kubevela/catalog) repo. \ No newline at end of file diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/platform-engineers/addon/intro.md b/i18n/zh/docusaurus-plugin-content-docs/current/platform-engineers/addon/intro.md index 9c83ab8f..38a7cbda 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/platform-engineers/addon/intro.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/platform-engineers/addon/intro.md @@ -172,9 +172,9 @@ vela addon enable ./your-addon-dir/ ## 已知局限 (Known Limits) -- 尚不支持仅在子集群中安装插件。 如果不在控制平面安装插件,仅安装在子集群中,会遇到诸多已知问题。 +- 尚不支持仅在子集群中安装插件。 由于 KubeVela 需要在管控平面中渲染出所有类型的资源再将其下发到子集群当中,如果插件中包含了一些 [CRD](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/), 插件不在管控平面安装的话 Vela 的控制器会遇到无法找到 CRD 错误。 ## 贡献 Addon -如果你根据本文档制作了新的插件,非常欢迎贡献到社区。通过如此,整个社区可以帮助你测试、升级、维护这个插件。并发觉更多关于该插件的可能场景。 -同时,如果你发现了某个插件的 bug,也欢迎帮助社区修复此 bug。 贡献的方式是给该 [仓库](https://github.com/kubevela/catalog) 提交 Pull request。 在贡献前请阅读[文档](https://github.com/kubevela/catalog#contribution)了解贡献规则。 \ No newline at end of file +如果你根据本文档制作了新的插件,非常欢迎贡献到社区。 +同时,如果你发现了某个插件的 bug,也欢迎帮助社区修复此 bug。 \ No newline at end of file diff --git a/i18n/zh/docusaurus-plugin-content-docs/version-v1.4/platform-engineers/addon/intro.md b/i18n/zh/docusaurus-plugin-content-docs/version-v1.4/platform-engineers/addon/intro.md index 9c83ab8f..38a7cbda 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/version-v1.4/platform-engineers/addon/intro.md +++ b/i18n/zh/docusaurus-plugin-content-docs/version-v1.4/platform-engineers/addon/intro.md @@ -172,9 +172,9 @@ vela addon enable ./your-addon-dir/ ## 已知局限 (Known Limits) -- 尚不支持仅在子集群中安装插件。 如果不在控制平面安装插件,仅安装在子集群中,会遇到诸多已知问题。 +- 尚不支持仅在子集群中安装插件。 由于 KubeVela 需要在管控平面中渲染出所有类型的资源再将其下发到子集群当中,如果插件中包含了一些 [CRD](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/), 插件不在管控平面安装的话 Vela 的控制器会遇到无法找到 CRD 错误。 ## 贡献 Addon -如果你根据本文档制作了新的插件,非常欢迎贡献到社区。通过如此,整个社区可以帮助你测试、升级、维护这个插件。并发觉更多关于该插件的可能场景。 -同时,如果你发现了某个插件的 bug,也欢迎帮助社区修复此 bug。 贡献的方式是给该 [仓库](https://github.com/kubevela/catalog) 提交 Pull request。 在贡献前请阅读[文档](https://github.com/kubevela/catalog#contribution)了解贡献规则。 \ No newline at end of file +如果你根据本文档制作了新的插件,非常欢迎贡献到社区。 +同时,如果你发现了某个插件的 bug,也欢迎帮助社区修复此 bug。 \ No newline at end of file diff --git a/versioned_docs/version-v1.4/platform-engineers/addon/intro.md b/versioned_docs/version-v1.4/platform-engineers/addon/intro.md index 16b79fdd..ab3c75d3 100644 --- a/versioned_docs/version-v1.4/platform-engineers/addon/intro.md +++ b/versioned_docs/version-v1.4/platform-engineers/addon/intro.md @@ -173,14 +173,14 @@ vela addon enable ./your-addon-dir/ ## Known Limits -- Install the addon in the sub-cluster. If the addon is not installed in the control plane, but only in sub-clusters, there are known some issues. +- Cannot only install addon in the sub-clusters. Because of KubeVela need render out every kind of resource in control plane, if an addon contain some [CRD](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/), these CRD must be installed in control plane, otherwise Vela-core controller will meet an error of cannot find CRD. ## Extend Terraform Addon -* We have build some tool for more convenience to extend cloud resource addons, you can refer to the [extend terraform addon docs](./terraform). +* We have built some tools to extend cloud resource as addons for convenience, you can refer to the [extend terraform addon docs](./terraform). ## Contribution -If you make and use an addon in your product environment, welcome to contribute your customize addon to community. By doing this, whole community can help to test, optimize , upgrade or fix bugs for the addon. Community also can help you find more usage scenario about thr addon. +If you have developed your own addons, welcome to contribute to the [community catalog](https://github.com/kubevela/catalog). -Meanwhile, any bug fix about existing addon is also welcome. Contribution is making a pull request to [this](https://github.com/kubevela/catalog) repo. Please refer to [doc](https://github.com/kubevela/catalog/blob/master/README.md#contribution) for more info about contribution rules. \ No newline at end of file +Meanwhile, any bugfix of existing addons are welcomed. Just make a pull request to [this](https://github.com/kubevela/catalog) repo. \ No newline at end of file