From b71026bb8d747b3c3c33ad5f07fde2f7a24ea0f7 Mon Sep 17 00:00:00 2001 From: xin gu <418294249@qq.com> Date: Mon, 4 Dec 2023 19:12:37 +0800 Subject: [PATCH] sync authentication feature-gates --- .../docs/reference/access-authn-authz/authentication.md | 7 +++++++ .../command-line-tools-reference/feature-gates.md | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/content/zh-cn/docs/reference/access-authn-authz/authentication.md b/content/zh-cn/docs/reference/access-authn-authz/authentication.md index 92c3c6b116..52dae1db01 100644 --- a/content/zh-cn/docs/reference/access-authn-authz/authentication.md +++ b/content/zh-cn/docs/reference/access-authn-authz/authentication.md @@ -1433,6 +1433,13 @@ to interpret the credential format produced by the client plugin. [Webhook 令牌身份认证组件](#webhook-token-authentication)的模块, 负责解析客户端插件所生成的凭据格式。 +{{< note >}} + +早期版本的 `kubectl` 内置了对 AKS 和 GKE 的认证支持,但这一功能已不再存在。 +{{< /note >}} + - `TopologyManagerPolicyOptions`:允许微调拓扑管理器策略。 +- `UnauthenticatedHTTP2DOSMitigation`:此功能针对未认证客户端启用 HTTP/2 拒绝服务(DoS)防御机制。 + 值得注意的是,Kubernetes v1.28.0 至 v1.28.2 版本中并未包含这一功能。 - `UnknownVersionInteroperabilityProxy`:存在多个不同版本的 kube-apiserver 时将资源请求代理到正确的对等 kube-apiserver。 详细信息请参阅[混合版本代理](/zh-cn/docs/concepts/architecture/mixed-version-proxy/)。 - `UserNamespacesSupport`:为 Pod 启用用户名字空间支持。