diff --git a/content/zh-cn/docs/reference/config-api/kubelet-config.v1beta1.md b/content/zh-cn/docs/reference/config-api/kubelet-config.v1beta1.md index 15864fe93d..e67edb1a92 100644 --- a/content/zh-cn/docs/reference/config-api/kubelet-config.v1beta1.md +++ b/content/zh-cn/docs/reference/config-api/kubelet-config.v1beta1.md @@ -971,7 +971,7 @@ run those in addition to the pods specified by static pod files, and exit. Default: false -->

runOnce字段被设置时,kubelet 会咨询 API 服务器一次并获得 Pod 列表, -运行在静态 Pod 文件中指定的 Pod 及这里所获得的的 Pod,然后退出。

+运行在静态 Pod 文件中指定的 Pod 及这里所获得的 Pod,然后退出。

默认值:false

@@ -1467,13 +1467,13 @@ Default: ""

systemReservedCgroup帮助 kubelet 识别用来为 OS 系统级守护进程实施 systemReserved计算资源预留时使用的顶级控制组(CGroup)。 -参考 Node Allocatable +参考 Node Allocatable 以了解详细信息。

默认值:""

@@ -1486,13 +1486,13 @@ Default: ""

kubeReservedCgroup 帮助 kubelet 识别用来为 Kubernetes 节点系统级守护进程实施 kubeReserved计算资源预留时使用的顶级控制组(CGroup)。 -参阅 Node Allocatable +参阅 Node Allocatable 了解进一步的信息。

默认值:""

@@ -1509,7 +1509,7 @@ If none is specified, no other options may be specified. When system-reserved is in the list, systemReservedCgroup must be specified. When kube-reserved is in the list, kubeReservedCgroup must be specified. This field is supported only when cgroupsPerQOS is set to true. -Refer to Node Allocatable +Refer to Node Allocatable for more information. Default: ["pods"] --> @@ -1520,7 +1520,7 @@ Default: ["pods"]

如果列表中包含system-reserved,则必须设置systemReservedCgroup

如果列表中包含kube-reserved,则必须设置kubeReservedCgroup

这个字段只有在cgroupsPerQOS被设置为true才被支持。

-

参阅Node Allocatable +

参阅Node Allocatable 了解进一步的信息。

默认值:["pods"]

diff --git a/content/zh-cn/docs/reference/using-api/_index.md b/content/zh-cn/docs/reference/using-api/_index.md index 96f50f134d..e4a7b86e5c 100644 --- a/content/zh-cn/docs/reference/using-api/_index.md +++ b/content/zh-cn/docs/reference/using-api/_index.md @@ -152,12 +152,12 @@ Here's a summary of each level: ## API 组 -[API 组](https://git.k8s.io/community/contributors/design-proposals/api-machinery/api-group.md) +[API 组](https://git.k8s.io/design-proposals-archive/api-machinery/api-group.md) 能够简化对 Kubernetes API 的扩展。 API 组信息出现在REST 路径中,也出现在序列化对象的 `apiVersion` 字段中。 diff --git a/content/zh-cn/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md b/content/zh-cn/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md index 3bd9777355..a3ba703b09 100644 --- a/content/zh-cn/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md +++ b/content/zh-cn/docs/tasks/configure-pod-container/configure-persistent-volume-storage.md @@ -462,10 +462,10 @@ PersistentVolume are not present on the Pod resource itself. * 进一步了解 [PersistentVolumes](/zh-cn/docs/concepts/storage/persistent-volumes/) -* 阅读[持久存储设计文档](https://git.k8s.io/community/contributors/design-proposals/storage/persistent-storage.md) +* 阅读[持久存储设计文档](https://git.k8s.io/design-proposals-archive/storage/persistent-storage.md) * `fsGroup`:支持属主管理的卷会被修改,将其属主变更为 `fsGroup` 所指定的 GID, 并且对该 GID 可写。进一步的细节可参阅 - [属主变更设计文档](https://git.k8s.io/community/contributors/design-proposals/storage/volume-ownership-management.md)。 + [属主变更设计文档](https://git.k8s.io/design-proposals-archive/storage/volume-ownership-management.md)。 * `seLinuxOptions`:支持 SELinux 标签的卷会被重新打标签,以便可被 `seLinuxOptions` 下所设置的标签访问。通常你只需要设置 `level` 部分。 @@ -771,11 +771,11 @@ kubectl delete pod security-context-demo-4 * [PodSecurityContext](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podsecuritycontext-v1-core) * [SecurityContext](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#securitycontext-v1-core) * [Tuning Docker with the newest security enhancements](https://github.com/containerd/containerd/blob/main/docs/cri/config.md) -* [Security Contexts design document](https://git.k8s.io/community/contributors/design-proposals/auth/security_context.md) -* [Ownership Management design document](https://git.k8s.io/community/contributors/design-proposals/storage/volume-ownership-management.md) +* [Security Contexts design document](https://git.k8s.io/design-proposals-archive/auth/security_context.md) +* [Ownership Management design document](https://git.k8s.io/design-proposals-archive/storage/volume-ownership-management.md) * [Pod Security Policies](/docs/concepts/security/pod-security-policy/) * [AllowPrivilegeEscalation design - document](https://git.k8s.io/community/contributors/design-proposals/auth/no-new-privs.md) + document](https://git.k8s.io/design-proposals-archive/auth/no-new-privs.md) * For more information about security mechanisms in Linux, see [Overview of Linux Kernel Security Features](https://www.linux.com/learn/overview-linux-kernel-security-features) -->