-
Notifications
You must be signed in to change notification settings - Fork 124
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
Add docs userguide
#162
Add docs userguide
#162
Conversation
Welcome @justedennnnn! It looks like this is your first PR to karmada-io/website 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@justedennnnn 十分感谢你提交了对MCS的使用提交了中文翻译。
整体感觉翻译有点直接,可以适当的修改为更方便阅读并理解的中文语句,再次表示感谢~~
i18n/zh/docusaurus-plugin-content-docs/current/userguide/service/multi-cluster-service.md
Outdated
Show resolved
Hide resolved
i18n/zh/docusaurus-plugin-content-docs/current/userguide/service/multi-cluster-service.md
Outdated
Show resolved
Hide resolved
i18n/zh/docusaurus-plugin-content-docs/current/userguide/service/multi-cluster-service.md
Outdated
Show resolved
Hide resolved
i18n/zh/docusaurus-plugin-content-docs/current/userguide/service/multi-cluster-service.md
Outdated
Show resolved
Hide resolved
i18n/zh/docusaurus-plugin-content-docs/current/userguide/service/multi-cluster-service.md
Outdated
Show resolved
Hide resolved
感谢您的建议,已修正。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
多谢你的快速响应,你可以参考 https://github.com/karmada-io/website/pull/162/checks?check_run_id=8227486090 来修改你的签名。
@@ -2,26 +2,27 @@ | |||
title: Multi-cluster Service Discovery |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不好意思,我上次可能没解释好,改成这样可以么:
title: 多集群服务发现
After ServiceExport and ServiceImport have been installed on the **karmada control-plane**, we can create `ClusterPropagationPolicy` to propagate those two CRDs to the member clusters. | ||
我们需要在成员集群中安装ServiceExport和ServiceImport。 | ||
|
||
在在**karmada控制平面**上安装完 ServiceExport 和 ServiceImport 之后,我们可以创建 `ClusterPropagationPolicy` 来传播这两个 CRD 到成员集群。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
开头多了一个“在”字。
”传播“可以修改为”分发“么?
@@ -56,11 +57,11 @@ spec: | |||
- member1 | |||
- member2 | |||
``` | |||
## Example | |||
## 例如 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
改为”示例“可能会比较好。
|
||
Start a Pod `request` on the `member2` cluster to access the ClusterIP of **derived service**: | ||
在 `member2` 集群上启动一个Pod `request`来访问**衍生服务**的ClusterIP。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
”衍生服务“可否修改为”派生服务“呢?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
修改不及时,不好意思。感谢指导,已修改。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
多谢修改
LGTM
/cc @Poor12
Thanks~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RainbowMango The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind documentation
-->
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: