-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KEP-3221: remove mentions of beta and featuregate, and change order of cmd line #48487
Conversation
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
<!-- keep legacy hyperlinks working --> | ||
<a id="configuring-the-api-server-using-an-authorization-config-file" /> | ||
|
||
### Configuring the API Server using an authorization config file {#using-configuration-file-for-authorization} | ||
|
||
{{< feature-state feature_gate_name="StructuredAuthorizationConfiguration" >}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this pulls the info from the feature gate file, no need to hard-code stable / 1.32
@@ -344,7 +344,7 @@ kube-apiserver [flags] | |||
<td colspan="2">--authorization-config string</td> | |||
</tr> | |||
<tr> | |||
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>File with Authorization Configuration to configure the authorizer chain.Note: This feature is in Alpha since v1.29.--feature-gate=StructuredAuthorizationConfiguration=true feature flag needs to be set to true for enabling the functionality.This feature is mutually exclusive with the other --authorization-mode and --authorization-webhook-* flags.</p></td> | |||
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>File with Authorization Configuration to configure the authorizer chain. This feature is mutually exclusive with the other --authorization-mode and --authorization-webhook-* flags.</p></td> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this file is supposed to be generated ... maybe nothing regenerated it after 1.31?
content/en/docs/reference/command-line-tools-reference/kube-apiserver.md
Outdated
Show resolved
Hide resolved
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
b9f6fad
to
fa97189
Compare
/retitle KEP-3221: remove mentions of beta and featuregate, and change order of cmd line |
Thanks @ritazh /lgtm |
LGTM label has been added. Git tree hash: 6ff71af38360631b72f66b2a90d380b6e2a0e4f2
|
lgtm for technical content |
Signed-off-by: Rita Zhang <[email protected]>
Docs lgtm. |
1.32 is when the structured config is getting promoted to GA |
@Shubham82 @tengqm @sftim good to merge? |
/lgtm |
LGTM label has been added. Git tree hash: 37a58ff7f660fddba2d82ac5f43ef53f9eed95ad
|
bump :) still missing approval |
cc @reylejano, need your approval to merge this PR. Thanks! |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tengqm The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…f cmd line
Description
remove mentions of beta and featuregate, and change order of cmd line kubernetes/enhancements#3221
Issue
Closes: #
/sig auth
/cc @liggitt @palnabarun