Skip to content

Commit b677f2a

Browse files
committed
Update feature gate
1 parent 0932a5c commit b677f2a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

content/en/docs/concepts/overview/kubernetes-api.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Kubernetes stores the serialized state of objects by writing them into
162162

163163
A list of all group versions supported by a cluster is published at
164164
the `/api` and `/apis` endpoints. Each group version also advertises
165-
the list of resources supported via `/apis/<group>/<version` (for
165+
the list of resources supported via `/apis/<group>/<version>` (for
166166
example: `/apis/rbac.authorization.k8s.io/v1alpha1`). These endpoints
167167
are used by kubectl to fetch the list of resources supported by a
168168
cluster.
@@ -177,7 +177,8 @@ all resources supported by a cluster through two endpoints (`/api` and
177177
endpoint drastically reduces the number of requests sent to fetch the
178178
discovery for the average Kubernetes cluster. This may be accessed by
179179
requesting the respective endpoints with an Accept header indicating
180-
the aggregated discovery resource: `Accept:
180+
the aggregated discovery resource:
181+
`Accept:
181182
application/json;v=v2beta1;g=apidiscovery.k8s.io;as=APIGroupDiscoveryList`.
182183

183184
The endpoint also supports ETag and protobuf encoding.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ For a reference to old feature gates that are removed, please refer to
6666
| `APIServerIdentity` | `false` | Alpha | 1.20 | 1.25 |
6767
| `APIServerIdentity` | `true` | Beta | 1.26 | |
6868
| `APIServerTracing` | `false` | Alpha | 1.22 | |
69-
| `AggregatedDiscoveryEndpoint` | `false` | Alpha | 1.26 | |
69+
| `AggregatedDiscoveryEndpoint` | `false` | Alpha | 1.26 | 1.26 |
70+
| `AggregatedDiscoveryEndpoint` | `true` | Beta | 1.27 | |
7071
| `AnyVolumeDataSource` | `false` | Alpha | 1.18 | 1.23 |
7172
| `AnyVolumeDataSource` | `true` | Beta | 1.24 | |
7273
| `AppArmor` | `true` | Beta | 1.4 | |

0 commit comments

Comments
 (0)