Skip to content

Commit

Permalink
Merge pull request #23887 from mtaufen/said-beta-docs-1.20
Browse files Browse the repository at this point in the history
Update docs for ServiceAccountIssuerDiscovery beta
  • Loading branch information
k8s-ci-robot authored Oct 14, 2020
2 parents 5f2e72b + da08874 commit f1ac8ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ different Kubernetes components.
| `ServiceAppProtocol` | `true` | Beta | 1.19 | |
| `ServerSideApply` | `false` | Alpha | 1.14 | 1.15 |
| `ServerSideApply` | `true` | Beta | 1.16 | |
| `ServiceAccountIssuerDiscovery` | `false` | Alpha | 1.18 | |
| `ServiceAccountIssuerDiscovery` | `false` | Alpha | 1.18 | 1.19 |
| `ServiceAccountIssuerDiscovery` | `true` | Beta | 1.20 | |
| `ServiceAppProtocol` | `false` | Alpha | 1.18 | |
| `ServiceNodeExclusion` | `false` | Alpha | 1.8 | 1.18 |
| `ServiceNodeExclusion` | `true` | Beta | 1.19 | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ The application is responsible for reloading the token when it rotates. Periodic

## Service Account Issuer Discovery

{{< feature-state for_k8s_version="v1.18" state="alpha" >}}
{{< feature-state for_k8s_version="v1.20" state="beta" >}}

The Service Account Issuer Discovery feature is enabled by enabling the
`ServiceAccountIssuerDiscovery` [feature gate](/docs/reference/command-line-tools-reference/feature-gates)
Expand Down

0 comments on commit f1ac8ef

Please sign in to comment.