File tree Expand file tree Collapse file tree 5 files changed +117
-0
lines changed
content/zh-cn/docs/reference/command-line-tools-reference/feature-gates Expand file tree Collapse file tree 5 files changed +117
-0
lines changed Original file line number Diff line number Diff line change
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 名称的情况下请求证书。
Original file line number Diff line number Diff line change
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 ` 。
Original file line number Diff line number Diff line change
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
+ 小节。
Original file line number Diff line number Diff line change
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 服务器的监视缓存内容不足。
Original file line number Diff line number Diff line change
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
+ 分配器的多余写入;如果你已经完成了机制迁移的重要阶段,可以启用此特性门控。
You can’t perform that action at this time.
0 commit comments