Merge pull request #47134 from asa3311/sync-zh-132
[zh] sync kubernetes-api assign-pod-node container-runtimespull/47139/head
commit
dbab4ef0b1
|
@ -157,7 +157,7 @@ document.
|
|||
如果没有使用 `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.
|
||||
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.
|
||||
|
|
|
@ -1111,7 +1111,7 @@ The following operators can only be used with `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 |
|
||||
| `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" %}}
|
||||
|
||||
<!--
|
||||
- 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)
|
||||
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
|
||||
|
|
|
@ -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.
|
||||
|
||||
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 安装说明](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
|
||||
|
|
Loading…
Reference in New Issue