Conversation
|
@lpettyjo The volumegroupsnapshot is still TP in 4.21, we just bump API to v1beta2. |
|
Yup. My bad. Here's the correct PR for the API bump: #104901. |
f31a5cb to
153e044
Compare
153e044 to
a6bb446
Compare
a6bb446 to
7c57502
Compare
|
@lpettyjo: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
| Created by cluster administrators to describe how volume group snapshots should be created, including the driver information, the deletion policy, etc. | ||
|
|
||
| These three API kinds are defined as `CustomResourceDefinitions` (CRDs). These CRDs must be installed in a {product-title} cluster for a CSI driver to support volume group snapshots. No newline at end of file | ||
| These three API kinds are defined as `CustomResourceDefinitions` (CRDs). These CRDs must be installed in a {product-title} cluster for a CSI driver to support volume group snapshots. |
There was a problem hiding this comment.
Can you mention that these CRDs are installed by default now since the feature is GA? Without that detail, one might wonder how to install them.
There was a problem hiding this comment.
Yes +1 the way it's written now may let customers think they have to install them
|
|
||
| .Prerequisites | ||
| * Logged in to a running {product-title} cluster with administrator privileges. | ||
| * Enabled this feature using feature gates. For information about how to use feature gates, see "Enabling features sets by using feature gates". |
There was a problem hiding this comment.
I think you can remove the Enabled this feature using feature gates line now that the feature is GA and enabled by default.
|
|
||
| .Prerequisites | ||
| * Logged in to a running {product-title} cluster. | ||
| * Enabled this feature using feature gates. For information about how to use feature gates, see "Enabling features sets by using feature gates". |
There was a problem hiding this comment.
I think you can remove the Enabled this feature using feature gates line now that the feature is GA and enabled by default.
| @@ -9,11 +9,6 @@ | |||
| [role="_abstract"] | |||
| Volume group snapshots capture point-in-time copies of multiple persistent volume claims using label selectors. Three API objects manage snapshots: VolumeGroupSnapshot, VolumeGroupSnapshotContent, and VolumeGroupSnapshotClass. | |||
There was a problem hiding this comment.
Please add somewhere in this section that this feature is CSI driver dependent, the driver must support volume group snap.
We mention this later in the create section but i would like to also mention it in the introduction
Version(s): 5.0+
Issue: https://issues.redhat.com/browse/OSDOCS-13351
Link to docs preview: https://101795--ocpdocs-pr.netlify.app/openshift-enterprise/latest/storage/container_storage_interface/persistent-storage-csi-group-snapshots.html
QE review:
Additional information:
@gcharot @jsafrane @dobsonj