Skip to content

Commit dbab4ef

Browse files
authored
Merge pull request #47134 from asa3311/sync-zh-132
[zh] sync kubernetes-api assign-pod-node container-runtimes
2 parents 5eafe69 + b6856ff commit dbab4ef

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

content/zh-cn/docs/concepts/overview/kubernetes-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ document.
157157
如果没有使用 `Accept` 头指示资源类型,对于 `/api``/apis` 端点的默认响应将是一个非聚合的发现文档。
158158

159159
<!--
160-
The [discovery document](https://github.com/kubernetes/kubernetes/blob/release-{{< skew currentVersion >}}/api/discovery/aggregated_v2.json)
160+
The [discovery document](https://github.com/kubernetes/kubernetes/blob/release-{{< skew currentVersion >}}/api/discovery/aggregated_v2beta1.json)
161161
for the built-in resources can be found in the Kubernetes GitHub repository.
162162
This Github document can be used as a reference of the base set of the available resources
163163
if a Kubernetes cluster is not available to query.

content/zh-cn/docs/concepts/scheduling-eviction/assign-pod-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ The following operators can only be used with `nodeAffinity`.
11111111
以下操作符只能与 `nodeAffinity` 一起使用。
11121112

11131113
<!--
1114-
| Operator | Behaviour |
1114+
| Operator | Behavior |
11151115
| :------------: | :-------------: |
11161116
| `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 |
11171117
| `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`.
11351135
## {{% heading "whatsnext" %}}
11361136

11371137
<!--
1138-
- Read more about [taints and tolerations](/docs/concepts/scheduling-eviction/taint-and-toleration/) .
1138+
- Read more about [taints and tolerations](/docs/concepts/scheduling-eviction/taint-and-toleration/).
11391139
- Read the design docs for [node affinity](https://git.k8s.io/design-proposals-archive/scheduling/nodeaffinity.md)
11401140
and for [inter-pod affinity/anti-affinity](https://git.k8s.io/design-proposals-archive/scheduling/podaffinity.md).
11411141
- Learn about how the [topology manager](/docs/tasks/administer-cluster/topology-manager/) takes part in node-level

content/zh-cn/docs/setup/production-environment/container-runtimes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,11 +473,11 @@ and not require this setting on kubelet any longer.
473473
<!--
474474
This section contains the necessary steps to install CRI-O as a container runtime.
475475
476-
To install CRI-O, follow [CRI-O Install Instructions](https://github.com/cri-o/cri-o/blob/main/install.md#readme).
476+
To install CRI-O, follow [CRI-O Install Instructions](https://github.com/cri-o/packaging/blob/main/README.md#usage).
477477
-->
478478
本节包含安装 CRI-O 作为容器运行时的必要步骤。
479479

480-
要安装 CRI-O,请按照 [CRI-O 安装说明](https://github.com/cri-o/cri-o/blob/main/install.md#readme)执行操作。
480+
要安装 CRI-O,请按照 [CRI-O 安装说明](https://github.com/cri-o/packaging/blob/main/README.md#usage)执行操作。
481481

482482
<!--
483483
#### cgroup driver

0 commit comments

Comments
 (0)