File tree 1 file changed +9
-4
lines changed
content/en/docs/reference/command-line-tools-reference/feature-gates
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,14 @@ stages:
10
10
defaultValue : false
11
11
fromVersion : " 1.27"
12
12
---
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
+
16
18
In order to use the ClusterTrustBundle API in your cluster, you need to enable this feature gate
17
19
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.
You can’t perform that action at this time.
0 commit comments