Skip to content

Commit 38ff99e

Browse files
authored
Merge pull request #44206 from asa3311/sync-zh-87
[zh] sync authentication feature-gates
2 parents 01dfe9f + b71026b commit 38ff99e

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,6 +1433,13 @@ to interpret the credential format produced by the client plugin.
14331433
[Webhook 令牌身份认证组件](#webhook-token-authentication)的模块,
14341434
负责解析客户端插件所生成的凭据格式。
14351435

1436+
{{< note >}}
1437+
<!--
1438+
Earlier versions of `kubectl` included built-in support for authenticating to AKS and GKE, but this is no longer present.
1439+
-->
1440+
早期版本的 `kubectl` 内置了对 AKS 和 GKE 的认证支持,但这一功能已不再存在。
1441+
{{< /note >}}
1442+
14361443
<!--
14371444
### Example use case
14381445

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ For a reference to old feature gates that are removed, please refer to
258258
| `TopologyManagerPolicyBetaOptions` | `true` | Beta | 1.28 | |
259259
| `TopologyManagerPolicyOptions` | `false` | Alpha | 1.26 | 1.27 |
260260
| `TopologyManagerPolicyOptions` | `true` | Beta | 1.28 | |
261+
| `UnauthenticatedHTTP2DOSMitigation` | `false` | Beta | 1.28 | |
261262
| `UnknownVersionInteroperabilityProxy` | `false` | Alpha | 1.28 | |
262263
| `UserNamespacesSupport` | `false` | Alpha | 1.28 | |
263264
| `ValidatingAdmissionPolicy` | `false` | Alpha | 1.26 | 1.27 |
@@ -1272,13 +1273,18 @@ Each feature gate is designed for enabling/disabling a specific feature:
12721273
此特性门控绝对不会进阶至稳定版。
12731274
<!--
12741275
- `TopologyManagerPolicyOptions`: Allow fine-tuning of topology manager policies,
1276+
- `UnauthenticatedHTTP2DOSMitigation`: Enables HTTP/2 Denial of Service (DoS)
1277+
mitigations for unauthenticated clients.
1278+
Kubernetes v1.28.0 through v1.28.2 do not include this feature gate.
12751279
- `UnknownVersionInteroperabilityProxy`: Proxy resource requests to the correct peer kube-apiserver when
12761280
multiple kube-apiservers exist at varied versions.
12771281
See [Mixed version proxy](/docs/concepts/architecture/mixed-version-proxy/) for more information.
12781282
- `UserNamespacesSupport`: Enable user namespace support for Pods.
12791283
Before Kubernetes v1.28, this feature gate was named `UserNamespacesStatelessPodsSupport`.
12801284
-->
12811285
- `TopologyManagerPolicyOptions`:允许微调拓扑管理器策略。
1286+
- `UnauthenticatedHTTP2DOSMitigation`:此功能针对未认证客户端启用 HTTP/2 拒绝服务(DoS)防御机制。
1287+
值得注意的是,Kubernetes v1.28.0 至 v1.28.2 版本中并未包含这一功能。
12821288
- `UnknownVersionInteroperabilityProxy`:存在多个不同版本的 kube-apiserver 时将资源请求代理到正确的对等 kube-apiserver。
12831289
详细信息请参阅[混合版本代理](/zh-cn/docs/concepts/architecture/mixed-version-proxy/)
12841290
- `UserNamespacesSupport`:为 Pod 启用用户名字空间支持。

0 commit comments

Comments
 (0)