-
Notifications
You must be signed in to change notification settings - Fork 79
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
[YUNIKORN-1509]Adding Chinese translation of Build and Run #341
Conversation
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.
Almost done.
under the License. | ||
--> | ||
|
||
YuniKorn始终与容器编排系统一起使用。目前,在我们的存储库中提供了一个Kubernetes适配器yunikorn-k8shim,您可以利用它来开发YuniKorn调度功能并与Kubernetes集成。本文档描述了如何设置开发环境以及如何进行开发。 |
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.
docker inspect apache/yunikorn:scheduler-amd64-latest | ||
``` | ||
|
||
`amd64`标签取决于您的主机架构(例如,对于`Intel`,它将是`amd64`,对于`Mac M1`,它将是`arm64v8`)。 |
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.
Current yunikorn image tag on "Mac M1" will be arm64.
Replace arm64v8
with arm64
in the en and zh-cn pages.
change line 31
…into YUNIKORN-1509
change line 25 and 88
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.
+1 LGTM
What is this PR for?
A few sentences describing the overall goals of the pull request's commits.
First time? Check out the contributing guide - http://yunikorn.apache.org/community/how_to_contribute
What type of PR is it?
What is the Jira issue?
[YUNIKORN-1509]Adding Chinese translation of Build and Run
-https://issues.apache.org/jira/browse/YUNIKORN-1509
How should this be tested?
./local_build run (make sure all related json files are created in .docusaurus)
./local_build run zh-cn (This step will create additional translated json files in .docusaurus)
Screenshots (if appropriate)