Skip to content

Commit e3dd942

Browse files
committed
sync install-kubeadm verify-signed-artifacts custom-resource-definitions
Update install-kubeadm.md
1 parent 68c0d1a commit e3dd942

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

content/zh-cn/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ see the [Creating a cluster with kubeadm](/docs/setup/production-environment/too
3838
* A compatible Linux host. The Kubernetes project provides generic instructions for Linux distributions
3939
based on Debian and Red Hat, and those distributions without a package manager.
4040
* 2 GB or more of RAM per machine (any less will leave little room for your apps).
41-
* 2 CPUs or more.
41+
* 2 CPUs or more for control plane machines.
4242
* Full network connectivity between all machines in the cluster (public or private network is fine).
4343
* Unique hostname, MAC address, and product_uuid for every node. See [here](#verify-mac-address) for more details.
4444
* Certain ports are open on your machines. See [here](#check-required-ports) for more details.
@@ -51,7 +51,7 @@ see the [Creating a cluster with kubeadm](/docs/setup/production-environment/too
5151
* 一台兼容的 Linux 主机。Kubernetes 项目为基于 Debian 和 Red Hat 的 Linux
5252
发行版以及一些不提供包管理器的发行版提供通用的指令。
5353
* 每台机器 2 GB 或更多的 RAM(如果少于这个数字将会影响你应用的运行内存)。
54-
* CPU 2 核心及以上
54+
* 控制平面机器需要 CPU 2 核心或更多
5555
* 集群中的所有机器的网络彼此均能相互连接(公网和内网都可以)。
5656
* 节点之中不可以有重复的主机名、MAC 地址或 product_uuid。请参见[这里](#verify-mac-address)了解更多详细信息。
5757
* 开启机器上的某些端口。请参见[这里](#check-required-ports)了解更多详细信息。

content/zh-cn/docs/tasks/administer-cluster/verify-signed-artifacts.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ weight: 420
2020
<!--
2121
You will need to have the following tools installed:
2222
23-
- `cosign` ([install guide](https://docs.sigstore.dev/cosign/installation/))
23+
- `cosign` ([install guide](https://docs.sigstore.dev/cosign/system_config/installation/))
2424
- `curl` (often provided by your operating system)
2525
- `jq` ([download jq](https://jqlang.github.io/jq/download/))
2626
-->
2727
你需要安装以下工具:
2828

29-
- `cosign`[安装指南](https://docs.sigstore.dev/cosign/installation/)
29+
- `cosign`[安装指南](https://docs.sigstore.dev/cosign/system_config/installation/))
3030
- `curl`(通常由你的操作系统提供)
3131
- `jq`[下载 jq](https://jqlang.github.io/jq/download/)
3232

@@ -77,7 +77,7 @@ cosign verify-blob "$BINARY" \
7777
<!--
7878
Cosign 2.0 requires the `--certificate-identity` and `--certificate-oidc-issuer` options.
7979
80-
To learn more about keyless signing, please refer to [Keyless Signatures](https://docs.sigstore.dev/signing/overview/).
80+
To learn more about keyless signing, please refer to [Keyless Signatures](https://docs.sigstore.dev/cosign/signing/overview/).
8181
8282
Previous versions of Cosign required that you set `COSIGN_EXPERIMENTAL=1`.
8383
@@ -86,7 +86,7 @@ For additional information, please refer to the [sigstore Blog](https://blog.sig
8686
Cosign 2.0 需要指定 `--certificate-identity``--certificate-oidc-issuer` 选项。
8787

8888
想要进一步了解无密钥签名,请参考
89-
[Keyless Signatures](https://docs.sigstore.dev/signing/overview/)
89+
[Keyless Signatures](https://docs.sigstore.dev/cosign/signing/overview/)
9090

9191
Cosign 的早期版本还需要设置 `COSIGN_EXPERIMENTAL=1`
9292

content/zh-cn/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ cluster.
11441144
才能使用这种行为,并将其应用到集群中的所有 CustomResourceDefinition。
11451145

11461146
<!--
1147-
Provided you enabled the feature gate, Kubernetes implements _validation racheting_
1147+
Provided you enabled the feature gate, Kubernetes implements _validation ratcheting_
11481148
for CustomResourceDefinitions. The API server is willing to accept updates to resources that
11491149
are not valid after the update, provided that each part of the resource that failed to validate
11501150
was not changed by the update operation. In other words, any invalid part of the resource

0 commit comments

Comments
 (0)