Skip to content

Commit f3d5e8e

Browse files
authored
Merge pull request #48702 from my-git9/pp-23991
[zh-cn]add 6 feature-gates
2 parents 1578334 + aa654a3 commit f3d5e8e

File tree

5 files changed

+117
-0
lines changed

5 files changed

+117
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: AllowDNSOnlyNodeCSR
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: deprecated
10+
defaultValue: false
11+
fromVersion: "1.31"
12+
---
13+
14+
<!--
15+
Allow kubelet to request a certificate without any Node IP available, only with DNS names.
16+
-->
17+
允许 kubelet 在不提供节点 IP、仅提供 DNS 名称的情况下请求证书。
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: AllowInsecureKubeletCertificateSigningRequests
3+
content_type: feature_gate
4+
5+
_build:
6+
list: never
7+
render: false
8+
9+
stages:
10+
- stage: deprecated
11+
defaultValue: false
12+
fromVersion: "1.31"
13+
---
14+
15+
<!--
16+
Disable node admission validation of
17+
[CertificateSigningRequests](/docs/reference/access-authn-authz/certificate-signing-requests/#certificate-signing-requests)
18+
for kubelet signers. Unless you disable this feature gate, Kubernetes enforces that new
19+
kubelet certificates have a `commonName` matching `system:node:$nodeName`.
20+
-->
21+
针对签名者为 kubelet 的 [CertificateSigningRequest)](/zh-cn/docs/reference/access-authn-authz/certificate-signing-requests/#certificate-signing-requests)
22+
禁用节点准入检查。除非禁用此特性门控,
23+
否则 Kubernetes 会强制要求新的 kubelet 证书的 `commonName``system:node:$nodeName`
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: AppArmorFields
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: beta
10+
defaultValue: true
11+
fromVersion: "1.30"
12+
toVersion: "1.30"
13+
- stage: stable
14+
defaultValue: true
15+
fromVersion: "1.31"
16+
---
17+
18+
<!--
19+
Enable AppArmor related security context settings.
20+
21+
For more information about AppArmor and Kubernetes, read the
22+
[AppArmor](/docs/concepts/security/linux-kernel-security-constraints/#apparmor) section
23+
within
24+
[security features in the Linux kernel](/docs/concepts/security/linux-kernel-security-constraints/#linux-security-features).
25+
-->
26+
启用与 AppArmor 相关的安全上下文设置。
27+
28+
有关 AppArmor 和 Kubernetes 的更多信息,请阅读
29+
[Linux 内核中的安全特性](/zh-cn/docs/concepts/security/linux-kernel-security-constraints/#linux-security-features)
30+
部分中的 [AppArmor](/zh-cn/docs/concepts/security/linux-kernel-security-constraints/#apparmor)
31+
小节。
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: ConcurrentWatchObjectDecode
3+
content_type: feature_gate
4+
5+
_build:
6+
list: never
7+
render: false
8+
9+
stages:
10+
- stage: beta
11+
defaultValue: false
12+
fromVersion: "1.31"
13+
14+
---
15+
16+
<!--
17+
Enable concurrent watch object decoding. This is to avoid starving the API server's
18+
watch cache when a conversion webhook is installed.
19+
-->
20+
启用并发监视对象解码。目的是避免在安装了转换 Webhook 时造成 API 服务器的监视缓存内容不足。
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: DisableAllocatorDualWrite
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.31"
12+
---
13+
14+
<!--
15+
You can enable the `MultiCIDRServiceAllocator` feature gate. The API server supports migration
16+
from the old bitmap ClusterIP allocators to the new IPAddress allocators.
17+
18+
The API server performs a dual-write on both allocators. This feature gate disables the dual write
19+
on the new Cluster IP allocators; you can enable this feature gate if you have completed the
20+
relevant stage of the migration.
21+
-->
22+
你可以启用 `MultiCIDRServiceAllocator` 特性门控。API 服务器支持从旧的位图
23+
ClusterIP 分配器迁移到新的 IPAddress 分配器。
24+
25+
API 服务器会在两个分配器上执行双重写入。此特性门控用于禁用对 ClusterIP
26+
分配器的多余写入;如果你已经完成了机制迁移的重要阶段,可以启用此特性门控。

0 commit comments

Comments
 (0)