-
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
Update LocalStorageCapacityIsolation GA #35989
Conversation
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
/assign @xing-yang |
The content change looks good to me. Not sure why CI failed. |
From the CI: |
@@ -236,7 +236,7 @@ directly or from your monitoring tools. | |||
## Local ephemeral storage | |||
|
|||
<!-- feature gate LocalStorageCapacityIsolation --> | |||
{{< feature-state for_k8s_version="v1.10" state="beta" >}} | |||
{{< feature-state for_k8s_version="v1.25" state="GA" >}} |
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.
GA -> stable
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.
fixed, thanks!
update feature GA
/lgtm |
LGTM label has been added. Git tree hash: c0856710d651f4888459b8077db03019446a3bee
|
/milestone v1.25 |
@xing-yang: You must be a member of the kubernetes/website-milestone-maintainers GitHub team to set the milestone. If you believe you should be able to issue the /milestone command, please contact your Website milestone maintainers and have them propose you as an additional delegate for this responsibility. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kcmartin 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 |
/milestone 1.25 |
Hi, it seems that Local ephemeral storage still incorrectly mentions that it is a beta feature. Posted a fix in #40730 |
update feature GA