From 32ddd56f31425de00b634add33edea8be6fa4ac9 Mon Sep 17 00:00:00 2001 From: howieyuen Date: Wed, 1 Jun 2022 11:08:31 +0800 Subject: [PATCH] [zh]fix broken link in Security For Windows Nodes --- content/zh/docs/concepts/security/windows-security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/concepts/security/windows-security.md b/content/zh/docs/concepts/security/windows-security.md index 54f6786ce0..6636d676cd 100644 --- a/content/zh/docs/concepts/security/windows-security.md +++ b/content/zh/docs/concepts/security/windows-security.md @@ -104,6 +104,6 @@ Windows 节点不支持特定于 Linux 的 Pod 安全上下文机制(例如 SE Privileged containers are [not supported](#compatibility-v1-pod-spec-containers-securitycontext) on Windows. Instead [HostProcess containers](/docs/tasks/configure-pod-container/create-hostprocess-pod) can be used on Windows to perform many of the tasks performed by privileged containers on Linux. --> -Windows 上[不支持](#compatibility-v1-pod-spec-containers-securitycontext)特权容器。 +Windows 上[不支持](/zh/docs/concepts/windows/intro/#compatibility-v1-pod-spec-containers-securitycontext)特权容器。 然而,可以在 Windows 上使用 [HostProcess 容器](/zh/docs/tasks/configure-pod-container/create-hostprocess-pod)来执行 Linux 上特权容器执行的许多任务。 \ No newline at end of file