Skip to content

Commit 2976832

Browse files
committed
review: split the CTB FG info for KAS and KCM
1 parent ad05ff8 commit 2976832

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/cluster-trust-bundle.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,14 @@ stages:
1010
defaultValue: false
1111
fromVersion: "1.27"
1212
---
13-
Enable ClusterTrustBundle support, including kubelet integration. Also makes the Kubernetes
14-
controller manager publish a ClusterTrustBundle for the `kubernetes.io/kube-apiserver-serving`
15-
signer.
13+
This feature gate exists in the Kubernetes API server and the controller manager.
14+
15+
Used from the kube-apiserver, it enables ClusterTrustBundle support, including kubelet integration
16+
via the ClusterTrustBundle projected volumes API.
17+
1618
In order to use the ClusterTrustBundle API in your cluster, you need to enable this feature gate
1719
and also [enable](/docs/tasks/administer-cluster/enable-disable-api/) the associated alpha API group
18-
using the `--runtime-config` command line argument to kube-apiserver.
20+
using the `--runtime-config` command line argument to kube-apiserver.
21+
22+
In the Kubernetes controller manager, it is used to control publishing of a ClusterTrustBundle
23+
for the `kubernetes.io/kube-apiserver-serving` signer.

0 commit comments

Comments
 (0)