-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Pod priority.md #16783
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,25 @@ | ||||||
--- | ||||||
title: HostAliases | ||||||
id: HostAliases | ||||||
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. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
aka: | ||||||
tags: | ||||||
- operation | ||||||
--- | ||||||
<!-- | ||||||
A HostAliases is a mapping between the IP address and hostname to be injected into a Pod's hosts file. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. delete this |
||||||
--> | ||||||
|
||||||
HostAliases 是要注入 Pod 的 hosts 文件的 IP 地址和主机名之间的映射。 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. delete this |
||||||
|
||||||
<!--more--> | ||||||
|
||||||
<!-- | ||||||
[HostAliases](/docs/reference/generated/kubernetes-api/v1.13/#hostalias-v1-corev) is an optional list of hostnames and IP addresses that will be injected into the Pod's hosts file if specified. This is only valid for non-hostNetwork Pods. | ||||||
--> | ||||||
|
||||||
[HostAliases](/docs/reference/generated/kubernetes-api/v1.13/#hostalias-v1-corev) 是一个可选的主机名和 IP 地址列表,如果指定,它们将被注入 Pod 的 hosts 文件中。 这仅适用于非 hostNetwork 的 Pod。 |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,25 @@ | ||||||
--- | ||||||
title: Pod Priority | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
id: pod-priority | ||||||
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. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
aka: | ||||||
tags: | ||||||
- operation | ||||||
--- | ||||||
<!-- | ||||||
Pod Priority indicates the importance of a Pod relative to other Pods. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. delete this |
||||||
--> | ||||||
|
||||||
|
||||||
Pod 优先级表示 Pod 相对于其他 Pod 的重要性。 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. delete this |
||||||
|
||||||
<!--more--> | ||||||
|
||||||
<!-- | ||||||
[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 - 这是生产集群工作负载的一项重要功能。 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
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.