From 6a6f4c6ef7b5999ed6256958a77a15a5172b573a Mon Sep 17 00:00:00 2001 From: "yanrong.shi" Date: Thu, 23 Jun 2022 21:43:38 +0800 Subject: [PATCH] Update create-cluster-kubeadm.md --- .../zh-cn/docs/concepts/security/pod-security-admission.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/zh-cn/docs/concepts/security/pod-security-admission.md b/content/zh-cn/docs/concepts/security/pod-security-admission.md index b5097a995e..90b8b0f29d 100644 --- a/content/zh-cn/docs/concepts/security/pod-security-admission.md +++ b/content/zh-cn/docs/concepts/security/pod-security-admission.md @@ -191,7 +191,7 @@ For each mode, there are two labels that determine the policy used: pod-security.kubernetes.io/: # Optional: per-mode version label that can be used to pin the policy to the -# version that shipped with a given Kubernetes minor version (for example v{{< skew latestVersion >}}). +# version that shipped with a given Kubernetes minor version (for example v{{< skew currentVersion >}}). # # MODE must be one of `enforce`, `audit`, or `warn`. # VERSION must be a valid Kubernetes minor version, or `latest`. @@ -205,7 +205,7 @@ pod-security.kubernetes.io/-version: pod-security.kubernetes.io/: # 可选:针对每个模式版本的版本标签可以将策略锁定到 -# 给定 Kubernetes 小版本号所附带的版本(例如 v{{< skew latestVersion >}}) +# 给定 Kubernetes 小版本号所附带的版本(例如 v{{< skew currentVersion >}}) # # MODE 必须是 `enforce`、`audit` 或 `warn` 之一 # VERSION 必须是一个合法的 Kubernetes 小版本号或者 `latest`