Skip to content

Commit e6acc07

Browse files
authored
Merge pull request #44514 from asa3311/sync-zh-91
[zh] sync feature-gates/u*.md
2 parents 80e36eb + 7a07ce6 commit e6acc07

File tree

5 files changed

+101
-0
lines changed

5 files changed

+101
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: UnauthenticatedHTTP2DOSMitigation
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: beta
10+
defaultValue: false
11+
fromVersion: "1.28"
12+
toVersion: "1.28"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.29"
16+
---
17+
18+
<!--
19+
Enables HTTP/2 Denial of Service (DoS) mitigations for unauthenticated clients.
20+
Kubernetes v1.28.0 through v1.28.2 do not include this feature gate.
21+
-->
22+
启用了针对未认证客户端的 HTTP/2 拒绝服务(DoS)防护措施。
23+
Kubernetes v1.28.0 至 v1.28.2 版本并未包括这项特性门控。
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: UnknownVersionInteroperabilityProxy
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.28"
12+
---
13+
14+
<!--
15+
Proxy resource requests to the correct peer kube-apiserver when
16+
multiple kube-apiservers exist at varied versions.
17+
See [Mixed version proxy](/docs/concepts/architecture/mixed-version-proxy/) for more information.
18+
-->
19+
当存在多个不同版本的 kube-apiserver 时,将资源请求代理到正确的对等 kube-apiserver。
20+
更多信息请参见[混合版本代理](/zh-cn/docs/concepts/architecture/mixed-version-proxy/)
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: UserNamespacesPodSecurityStandards
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.29"
12+
---
13+
14+
<!--
15+
Enable Pod Security Standards policies relaxation for pods
16+
that run with namespaces. You must set the value of this feature gate consistently across all nodes in
17+
your cluster, and you must also enable `UserNamespacesSupport` to use this feature.
18+
-->
19+
启用 Pod 安全标准策略的放宽措施,适用于在命名空间中运行的 Pod。
20+
你需要在集群的所有节点上统一设置此特性门控,并且必须启用 `UserNamespacesSupport` 才能使用此功能。
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: UserNamespacesStatelessPodsSupport
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.25"
12+
toVersion: "1.27"
13+
14+
removed: true
15+
---
16+
17+
<!--
18+
Enable user namespace support for stateless Pods. This feature gate was superseded
19+
by the `UserNamespacesSupport` feature gate in the Kubernetes v1.28 release.
20+
-->
21+
为无状态 Pod 启用用户命名空间支持。此特性在 Kubernetes v1.28 版本中被 `UserNamespacesSupport` 特性取代。
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: UserNamespacesSupport
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.28"
12+
---
13+
14+
<!--
15+
Enable user namespace support for Pods.
16+
-->
17+
为 Pod 启用用户命名空间支持。

0 commit comments

Comments
 (0)