Merge pull request #47134 from asa3311/sync-zh-132

[zh] sync kubernetes-api assign-pod-node container-runtimes
pull/47139/head
Kubernetes Prow Robot 2024-07-10 19:19:15 -07:00 committed by GitHub
commit dbab4ef0b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -157,7 +157,7 @@ document.
如果没有使用 `Accept` 头指示资源类型,对于 `/api``/apis` 端点的默认响应将是一个非聚合的发现文档。 如果没有使用 `Accept` 头指示资源类型,对于 `/api``/apis` 端点的默认响应将是一个非聚合的发现文档。
<!-- <!--
The [discovery document](https://github.com/kubernetes/kubernetes/blob/release-{{< skew currentVersion >}}/api/discovery/aggregated_v2.json) The [discovery document](https://github.com/kubernetes/kubernetes/blob/release-{{< skew currentVersion >}}/api/discovery/aggregated_v2beta1.json)
for the built-in resources can be found in the Kubernetes GitHub repository. for the built-in resources can be found in the Kubernetes GitHub repository.
This Github document can be used as a reference of the base set of the available resources This Github document can be used as a reference of the base set of the available resources
if a Kubernetes cluster is not available to query. if a Kubernetes cluster is not available to query.

View File

@ -1111,7 +1111,7 @@ The following operators can only be used with `nodeAffinity`.
以下操作符只能与 `nodeAffinity` 一起使用。 以下操作符只能与 `nodeAffinity` 一起使用。
<!-- <!--
| Operator | Behaviour | | Operator | Behavior |
| :------------: | :-------------: | | :------------: | :-------------: |
| `Gt` | The field value will be parsed as an integer, and that integer is less than the integer that results from parsing the value of a label named by this selector | | `Gt` | The field value will be parsed as an integer, and that integer is less than the integer that results from parsing the value of a label named by this selector |
| `Lt` | The field value will be parsed as an integer, and that integer is greater than the integer that results from parsing the value of a label named by this selector | | `Lt` | The field value will be parsed as an integer, and that integer is greater than the integer that results from parsing the value of a label named by this selector |
@ -1135,7 +1135,7 @@ are not available for `podAffinity`.
## {{% heading "whatsnext" %}} ## {{% heading "whatsnext" %}}
<!-- <!--
- Read more about [taints and tolerations](/docs/concepts/scheduling-eviction/taint-and-toleration/) . - Read more about [taints and tolerations](/docs/concepts/scheduling-eviction/taint-and-toleration/).
- Read the design docs for [node affinity](https://git.k8s.io/design-proposals-archive/scheduling/nodeaffinity.md) - Read the design docs for [node affinity](https://git.k8s.io/design-proposals-archive/scheduling/nodeaffinity.md)
and for [inter-pod affinity/anti-affinity](https://git.k8s.io/design-proposals-archive/scheduling/podaffinity.md). and for [inter-pod affinity/anti-affinity](https://git.k8s.io/design-proposals-archive/scheduling/podaffinity.md).
- Learn about how the [topology manager](/docs/tasks/administer-cluster/topology-manager/) takes part in node-level - Learn about how the [topology manager](/docs/tasks/administer-cluster/topology-manager/) takes part in node-level

View File

@ -473,11 +473,11 @@ and not require this setting on kubelet any longer.
<!-- <!--
This section contains the necessary steps to install CRI-O as a container runtime. This section contains the necessary steps to install CRI-O as a container runtime.
To install CRI-O, follow [CRI-O Install Instructions](https://github.com/cri-o/cri-o/blob/main/install.md#readme). To install CRI-O, follow [CRI-O Install Instructions](https://github.com/cri-o/packaging/blob/main/README.md#usage).
--> -->
本节包含安装 CRI-O 作为容器运行时的必要步骤。 本节包含安装 CRI-O 作为容器运行时的必要步骤。
要安装 CRI-O请按照 [CRI-O 安装说明](https://github.com/cri-o/cri-o/blob/main/install.md#readme)执行操作。 要安装 CRI-O请按照 [CRI-O 安装说明](https://github.com/cri-o/packaging/blob/main/README.md#usage)执行操作。
<!-- <!--
#### cgroup driver #### cgroup driver