Skip to content
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

Pod priority.md #16783

Closed
wants to merge 2 commits into from
Closed

Conversation

congfairy
Copy link
Contributor

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Remember to delete this note before submitting your pull request.

For pull requests on 1.17 Features: set Milestone to 1.17 and Base Branch to dev-1.17

For pull requests on Chinese localization, set Base Branch to release-1.15

For pull requests on Korean Localization: set Base Branch to dev-1.16-ko.<latest team milestone>

If you need Help on editing and submitting pull requests, visit:
https://kubernetes.io/docs/contribute/start/#improve-existing-content.

If you need Help on choosing which branch to use, visit:
https://kubernetes.io/docs/contribute/start#choose-which-git-branch-to-use.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Oct 10, 2019
@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Oct 10, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please assign bradtopol
You can assign the PR to them by writing /assign @bradtopol in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added language/zh Issues or PRs related to Chinese language sig/docs Categorizes an issue or PR as relevant to SIG Docs. labels Oct 10, 2019
id: HostAliases
date: 2019-01-31
full_link: /docs/reference/generated/kubernetes-api/v1.13/#hostalias-v1-core
short_description: >
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does `>` exist in the source file?

@@ -0,0 +1,25 @@
---
title: Pod Priority
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title: Pod Priority
title: Pod 优先级

date: 2019-01-31
full_link: /docs/concepts/configuration/pod-priority-preemption/#pod-priority
short_description: >
Pod Priority indicates the importance of a Pod relative to other Pods.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Pod Priority indicates the importance of a Pod relative to other Pods.
Pod 优先级表示 Pod 相对于其他 Pod 的重要性。

- operation
---
<!--
Pod Priority indicates the importance of a Pod relative to other Pods.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete this

-->


Pod 优先级表示 Pod 相对于其他 Pod 的重要性。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete this

[Pod Priority](/docs/concepts/configuration/pod-priority-preemption/#pod-priority) gives the ability to set scheduling priority of a Pod to be higher and lower than other Pods — an important feature for production clusters workload.
-->

[Pod Priority](/docs/concepts/configuration/pod-priority-preemption/#pod-priority) 使Pod能够将调度优先级设置为高于和低于其他Pod - 这是生产集群工作负载的一项重要功能。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[Pod Priority](/docs/concepts/configuration/pod-priority-preemption/#pod-priority) 使Pod能够将调度优先级设置为高于和低于其他Pod - 这是生产集群工作负载的一项重要功能。
[Pod 优先级](/docs/concepts/configuration/pod-priority-preemption/#pod-priority) 使 Pod 能够将调度优先级设置为高于和低于其他 Pod - 这是生产集群工作负载的一项重要功能。

date: 2019-01-31
full_link: /docs/reference/generated/kubernetes-api/v1.13/#hostalias-v1-core
short_description: >
A HostAliases is a mapping between the IP address and hostname to be injected into a Pod's hosts file.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
A HostAliases is a mapping between the IP address and hostname to be injected into a Pod's hosts file.
HostAliases 是要注入 Pod 的 hosts 文件的 IP 地址和主机名之间的映射。

- operation
---
<!--
A HostAliases is a mapping between the IP address and hostname to be injected into a Pod's hosts file.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete this

A HostAliases is a mapping between the IP address and hostname to be injected into a Pod's hosts file.
-->

HostAliases 是要注入 Pod 的 hosts 文件的 IP 地址和主机名之间的映射。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete this

@xichengliudui
Copy link
Contributor

@congfairy ,thanks
The basic branch of Chinese translation has been updated. Please do not work on 1.14

@tengqm
Copy link
Contributor

tengqm commented Oct 10, 2019

@xichengliudui I'm not sure the Chinese translation in 1.14 has been merged back to master or release-1.15.

@xichengliudui
Copy link
Contributor

@tengqm 1.14 based translations have been merged into the 1.16 branch.
@congfairy plase create a new pr based on the 1.16 branch, ref: https://github.com/k8smeetup/k8s-official-translation/blob/master/README.md#%E5%89%8D%E6%83%85%E6%A6%82%E8%A6%81

@xichengliudui
Copy link
Contributor

It's also merged into the master #16584

@xichengliudui
Copy link
Contributor

/close

@k8s-ci-robot
Copy link
Contributor

@xichengliudui: Closed this PR.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/zh Issues or PRs related to Chinese language sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants