Skip to content

Commit 079d993

Browse files
authored
Merge pull request #33502 from JarHMJ/202205051956
[zh]fix in content/zh/docs/reference/access-authn-authz/authentication.md
2 parents c17ed38 + 321706d commit 079d993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1712,7 +1712,7 @@ users:
17121712
# 要与支持多个版本的工具(如 client.authentication.k8s.io/v1)集成,
17131713
# 可以设置一个环境变量或者向工具传递一个参数标明 exec 插件所期望的版本,
17141714
# 或者从 KUBERNETES_EXEC_INFO 环境变量的 ExecCredential 对象中读取版本信息。
1715-
apiVersion: "client.authentication.k8s.io/v1"
1715+
apiVersion: "client.authentication.k8s.io/v1beta1"
17161716
17171717
# 执行此插件时要设置的环境变量。可选字段。
17181718
env:

0 commit comments

Comments
 (0)