diff --git a/content/zh/docs/reference/glossary/host-aliases.md b/content/zh/docs/reference/glossary/host-aliases.md new file mode 100644 index 0000000000000..4c726dc3f185c --- /dev/null +++ b/content/zh/docs/reference/glossary/host-aliases.md @@ -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. + +aka: +tags: +- operation +--- + + +HostAliases 是要注入 Pod 的 hosts 文件的 IP 地址和主机名之间的映射。 + + + + + +[HostAliases](/docs/reference/generated/kubernetes-api/v1.13/#hostalias-v1-corev) 是一个可选的主机名和 IP 地址列表,如果指定,它们将被注入 Pod 的 hosts 文件中。 这仅适用于非 hostNetwork 的 Pod。 diff --git a/content/zh/docs/reference/glossary/pod-priority.md b/content/zh/docs/reference/glossary/pod-priority.md new file mode 100644 index 0000000000000..5c52abad4e4e1 --- /dev/null +++ b/content/zh/docs/reference/glossary/pod-priority.md @@ -0,0 +1,25 @@ +--- +title: Pod Priority +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. +aka: +tags: +- operation +--- + + + +Pod 优先级表示 Pod 相对于其他 Pod 的重要性。 + + + + + +[Pod Priority](/docs/concepts/configuration/pod-priority-preemption/#pod-priority) 使Pod能够将调度优先级设置为高于和低于其他Pod - 这是生产集群工作负载的一项重要功能。