Skip to content

Commit 79763df

Browse files
committed
projected volumes: clustertrustbundle API is beta in 1.33+
1 parent 88bb575 commit 79763df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/storage/projected-volumes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ volume mount will not receive updates for those volume sources.
7373

7474
## clusterTrustBundle projected volumes {#clustertrustbundle}
7575

76-
{{<feature-state for_k8s_version="v1.29" state="alpha" >}}
76+
{{< feature-state feature_gate_name="ClusterTrustBundleProjection" >}}
7777

7878
{{< note >}}
79-
To use this feature in Kubernetes {{< skew currentVersion >}}, you must enable support for ClusterTrustBundle objects with the `ClusterTrustBundle` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) and `--runtime-config=certificates.k8s.io/v1alpha1/clustertrustbundles=true` kube-apiserver flag, then enable the `ClusterTrustBundleProjection` feature gate.
79+
To use this feature in Kubernetes {{< skew currentVersion >}}, you must enable support for ClusterTrustBundle objects with the `ClusterTrustBundle` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) and `--runtime-config=certificates.k8s.io/v1beta1/clustertrustbundles=true` kube-apiserver flag, then enable the `ClusterTrustBundleProjection` feature gate.
8080
{{< /note >}}
8181

8282
The `clusterTrustBundle` projected volume source injects the contents of one or more [ClusterTrustBundle](/docs/reference/access-authn-authz/certificate-signing-requests#cluster-trust-bundles) objects as an automatically-updating file in the container filesystem.

0 commit comments

Comments
 (0)