Skip to content

Commit 4b0b534

Browse files
KEP-4633: Graduate to Stable.
1 parent d3efe11 commit 4b0b534

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

content/en/docs/reference/access-authn-authz/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ A sample authentication configuration file is below:
11081108
# CAUTION: this is an example configuration.
11091109
# Do not use this for your own cluster!
11101110
#
1111-
apiVersion: apiserver.config.k8s.io/v1beta1
1111+
apiVersion: apiserver.config.k8s.io/v1
11121112
kind: AuthenticationConfiguration
11131113
anonymous:
11141114
enabled: true

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.32"
16+
toVersion: "1.33"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.34"
20+
locked: true
1621
---
1722
Enable [configurable endpoints for anonymous auth](/docs/reference/access-authn-authz/authentication/#anonymous-authenticator-configuration)
1823
for the API server.

0 commit comments

Comments
 (0)