Merge pull request #50856 from Arhell/zh-ver

[zh] cluster trust bundles: use correct version/feature maturity stage
pull/50861/head
Kubernetes Prow Robot 2025-05-10 07:15:15 -07:00 committed by GitHub
commit c9d63a40bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -689,7 +689,7 @@ you like. If you want to add a note for human consumption, use the
-->
## 集群信任包 {#cluster-trust-bundles}
{{< feature-state for_k8s_version="v1.27" state="alpha" >}}
{{< feature-state feature_gate_name="ClusterTrustBundle" >}}
{{< note >}}
<!--
@ -869,7 +869,7 @@ ClusterTrustBundle 的名称**必须不**包含英文冒号(`:`)。
-->
### 从 Pod 访问 ClusterTrustBundle {#ctb-projection}
{{<feature-state for_k8s_version="v1.29" state="alpha" >}}
{{< feature-state feature_gate_name="ClusterTrustBundleProjection" >}}
<!--
The contents of ClusterTrustBundles can be injected into the container filesystem, similar to ConfigMaps and Secrets.