File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
content/zh-cn/docs/reference/command-line-tools-reference/feature-gates Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : ReloadKubeletServerCertificateFile
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.31"
12
+
13
+ ---
14
+
15
+ <!--
16
+ Enable the kubelet TLS server to update its certificate if the specified certificate file are changed.
17
+
18
+ This feature is useful when specifying `tlsCertFile` and `tlsPrivateKeyFile` in kubelet configuration.
19
+ The feature gate has no effect for other cases such as using TLS boostrap.
20
+ -->
21
+ 允许 kubelet TLS 服务器在指定的证书文件发生变化时更新其证书。
22
+
23
+ 此特性在 kubelet 配置中指定了 ` tlsCertFile ` 和 ` tlsPrivateKeyFile ` 时非常有用。
24
+ 对于其他情况,例如使用 TLS 引导启动时,此特性门控无效。
You can’t perform that action at this time.
0 commit comments