Merge pull request #48703 from my-git9/pp-16568

[zh-cn]sync reload-kubelet-server-certificate-file
This commit is contained in:
Kubernetes Prow Robot 2024-11-13 12:42:46 +00:00 committed by GitHub
commit 77c17e3f07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
---
title: ReloadKubeletServerCertificateFile
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: beta
defaultValue: true
fromVersion: "1.31"
---
<!--
Enable the kubelet TLS server to update its certificate if the specified certificate file are changed.
This feature is useful when specifying `tlsCertFile` and `tlsPrivateKeyFile` in kubelet configuration.
The feature gate has no effect for other cases such as using TLS boostrap.
-->
允许 kubelet TLS 服务器在指定的证书文件发生变化时更新其证书。
此特性在 kubelet 配置中指定了 `tlsCertFile``tlsPrivateKeyFile` 时非常有用。
对于其他情况,例如使用 TLS 引导启动时,此特性门控无效。