-
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
Graduate BlockVolume feature to beta #10100
Conversation
Deploy preview for kubernetes-io-vnext-staging processing. Built with commit 84d1e0a https://app.netlify.com/sites/kubernetes-io-vnext-staging/deploys/5c0302c20097d4092d750233 |
@wongma7 Now that this is in beta, does it need more documentation surrounding it? |
content/en/docs/reference/command-line-tools-reference/feature-gates.md
Outdated
Show resolved
Hide resolved
@xiangpengzhao @zhangxiaoyu-zidif -- what's the status of this? These docs are overdue and we haven't heard any status updates on the associated feature issue. I'm removing this from the milestone per this comment. If you feel this is incorrect, please respond ASAP. /milestone clear |
@wongma7 please confirm @justaugustus concern :) |
/close Feel free to reopen if you want to start this again. 😄 |
@zparnold: Closing this PR. 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. |
/open |
/reopen |
@tfogo: Reopening this PR. 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. |
Hi @wongma7, can you please complete this PR and let us know when it's ready for review? The docs deadline is approaching fast so we want to start reviewing PRs ASAP. |
oops i rebased on master instead of dev zzzz |
@@ -300,11 +300,12 @@ Currently, storage size is the only resource that can be set or requested. Futu | |||
### Volume Mode | |||
|
|||
{{< feature-state for_k8s_version="v1.9" state="alpha" >}} |
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.
question for docs: do we still need the alpha info?
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 should be updated because the pr is targeting dev-1.13 branch.
@@ -616,19 +617,10 @@ Volume binding matrix for statically provisioned volumes: | |||
|
|||
| PV volumeMode | PVC volumeMode | Result | |
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 simplify this table to just say volumeMode on PVC and PV must match?
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.
reduced to "PersistentVolumeClaims
will only be bound to PersistentVolumes
with the same volumeMode.
" c90a2a8#diff-bd23e5d028a7006d4c9e9cd8db0d5eabR614
{{< note >}} | ||
**Note:** Only statically provisioned volumes are supported for alpha release. Administrators should take care to consider these values when working with raw block devices. | ||
{{< /note >}} | ||
`PersistentVolumeClaims` will only be bound to `PersistentVolumes` with the same `volumeMode.` |
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.
Maybe one sentence is too small for an entire section. Would it make sense to merge it with the above section?
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.
yes, moved to some place above
/lgtm |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tfogo 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 |
/lgtm |
docs for feature kubernetes/enhancements#351