File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
reference/access-authn-authz Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ packages that define the API objects.
8282
8383### OpenAPI V3
8484
85- {{< feature-state state="stable" for_k8s_version="v1.27 " >}}
85+ {{< feature-state feature_gate_name="OpenAPIV3 " >}}
8686
8787Kubernetes supports publishing a description of its APIs as OpenAPI v3.
8888
@@ -167,7 +167,7 @@ cluster.
167167
168168### Aggregated Discovery
169169
170- {{< feature-state state="beta" for_k8s_version="v1.27 " >}}
170+ {{< feature-state feature_gate_name="AggregatedDiscoveryEndpoint " >}}
171171
172172Kubernetes offers beta support for aggregated discovery, publishing
173173all resources supported by a cluster through two endpoints (` /api ` and
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ Containers in a Pod can request other resources (not CPU or memory) and still be
8787
8888## Memory QoS with cgroup v2
8989
90- {{< feature-state for_k8s_version="v1.22" state="alpha " >}}
90+ {{< feature-state feature-gate-name="MemoryQoS " >}}
9191
9292Memory QoS uses the memory controller of cgroup v2 to guarantee memory resources in Kubernetes.
9393Memory requests and limits of containers in pod are used to set specific interfaces ` memory.min `
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ for a number of reasons:
6262
6363## Bound service account token volume mechanism {#bound-service-account-token-volume}
6464
65- {{< feature-state for_k8s_version="v1.22" state="stable " >}}
65+ {{< feature-state feature_gate_name="BoundServiceAccountTokenVolume " >}}
6666
6767By default, the Kubernetes control plane (specifically, the
6868[ ServiceAccount admission controller] ( #serviceaccount-admission-controller ) )
@@ -249,7 +249,7 @@ it does the following when a Pod is created:
249249
250250# ## Legacy ServiceAccount token tracking controller
251251
252- {{< feature-state for_k8s_version="v1.28" state="stable " >}}
252+ {{< feature-state feature_gate_name="LegacyServiceAccountTokenTracking " >}}
253253
254254This controller generates a ConfigMap called
255255` kube-system/kube-apiserver-legacy-service-account-token-tracking` in the
@@ -258,7 +258,7 @@ account tokens began to be monitored by the system.
258258
259259# ## Legacy ServiceAccount token cleaner
260260
261- {{< feature-state for_k8s_version="v1.29" state="beta " >}}
261+ {{< feature-state feature_gate_name="LegacyServiceAccountTokenCleanUp " >}}
262262
263263The legacy ServiceAccount token cleaner runs as part of the
264264` kube-controller-manager` and checks every 24 hours to see if any auto-generated
You can’t perform that action at this time.
0 commit comments