-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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 local ephemeral storage feature to beta #7614
Conversation
Deploy preview for kubernetes-io-master-staging ready! Built with commit 5fc489f https://deploy-preview-7614--kubernetes-io-master-staging.netlify.com |
could you change this PR's base to release-1.0. =) |
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.
Please also target this PR against the branch release-1.10
since it's specific to the 1.10 release coming shortly.
@@ -306,7 +306,7 @@ LastState: map[terminated:map[exitCode:137 reason:OOM Killed startedAt:2015-07-0 | |||
You can see that the Container was terminated because of `reason:OOM Killed`, | |||
where `OOM` stands for Out Of Memory. | |||
|
|||
## Local ephemeral storage (alpha feature) | |||
## Local ephemeral storage (beta feature for version 1.10.0 and above) |
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.
please change 1.10.0
to simply 1.10
/assign |
update local ephemeral storage feature to beta
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Assign the PR to them by writing 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 |
@@ -306,7 +306,7 @@ LastState: map[terminated:map[exitCode:137 reason:OOM Killed startedAt:2015-07-0 | |||
You can see that the Container was terminated because of `reason:OOM Killed`, | |||
where `OOM` stands for Out Of Memory. | |||
|
|||
## Local ephemeral storage (alpha feature) | |||
## Local ephemeral storage (beta feature for version 1.10 and above) | |||
|
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.
Can we remove the parentheses completely and
- add
{% include feature-state-beta.md %}
in a separate line - propose this to release-1.10 branch
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.
check inline
@jingxu97 can you please get the requested changes in asap? Deadline for merging docs PRs for 1.10 is 3/9 (tomorrow US time). |
@Bradamant3 Is that one ok? Thanks! |
update local ephemeral storage feature to beta