Skip to content

Commit 36eb431

Browse files
authored
Merge pull request #33508 from wlp1153468871/wlp07011
[zh]Update content/zh/docs/reference/access-authn-authz/authentication.md
2 parents 070066f + 3765cce commit 36eb431

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/zh/docs/reference/access-authn-authz/authentication.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,7 @@ users:
14931493
#
14941494
# The API version returned by the plugin MUST match the version listed here.
14951495
#
1496-
# To integrate with tools that support multiple versions (such as client.authentication.k8s.io/v1alpha1),
1496+
# To integrate with tools that support multiple versions (such as client.authentication.k8s.io/v1beta1),
14971497
# set an environment variable, pass an argument to the tool that indicates which version the exec plugin expects,
14981498
# or read the version from the ExecCredential object in the KUBERNETES_EXEC_INFO environment variable.
14991499
apiVersion: "client.authentication.k8s.io/v1"
@@ -1565,7 +1565,7 @@ users:
15651565
#
15661566
# 插件返回的 API 版本必需与这里列出的版本匹配。
15671567
#
1568-
# 要与支持多个版本的工具(如 client.authentication.k8sio/v1alpha1)集成,
1568+
# 要与支持多个版本的工具(如 client.authentication.k8s.io/v1beta1)集成,
15691569
# 可以设置一个环境变量或者向工具传递一个参数标明 exec 插件所期望的版本,
15701570
# 或者从 KUBERNETES_EXEC_INFO 环境变量的 ExecCredential 对象中读取版本信息。
15711571
apiVersion: "client.authentication.k8s.io/v1"
@@ -1636,7 +1636,7 @@ users:
16361636
#
16371637
# The API version returned by the plugin MUST match the version listed here.
16381638
#
1639-
# To integrate with tools that support multiple versions (such as client.authentication.k8s.io/v1alpha1),
1639+
# To integrate with tools that support multiple versions (such as client.authentication.k8s.io/v1),
16401640
# set an environment variable, pass an argument to the tool that indicates which version the exec plugin expects,
16411641
# or read the version from the ExecCredential object in the KUBERNETES_EXEC_INFO environment variable.
16421642
apiVersion: "client.authentication.k8s.io/v1beta1"
@@ -1709,7 +1709,7 @@ users:
17091709
#
17101710
# 插件返回的 API 版本必需与这里列出的版本匹配。
17111711
#
1712-
# 要与支持多个版本的工具(如 client.authentication.k8sio/v1alpha1)集成,
1712+
# 要与支持多个版本的工具(如 client.authentication.k8s.io/v1)集成,
17131713
# 可以设置一个环境变量或者向工具传递一个参数标明 exec 插件所期望的版本,
17141714
# 或者从 KUBERNETES_EXEC_INFO 环境变量的 ExecCredential 对象中读取版本信息。
17151715
apiVersion: "client.authentication.k8s.io/v1"

0 commit comments

Comments
 (0)