-
Notifications
You must be signed in to change notification settings - Fork 250
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
Add documentation for Secrets in the VolumeGroupSnapshotClass #609
base: master
Are you sure you want to change the base?
Add documentation for Secrets in the VolumeGroupSnapshotClass #609
Conversation
@nixpanic: GitHub didn't allow me to request PR reviews from the following users: yati1998. Note that only kubernetes-csi members and repo collaborators can review this PR, and authors cannot review their own PRs. 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-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: nixpanic The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
v8.2.0 has been released. Once this PR is reviewed it can be merged too. |
|
||
Note, however, that the delete operation will continue even if the secret is not found (because, for example, the entire namespace containing the secret was deleted). In this case, if the driver requires a secret for deletion, then the volume and PV may need to be manually cleaned up. | ||
|
||
The values of these parameters may be "templates". The `external-snapshotter` will automatically resolve templates at snapshot create time, as detailed below: |
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.
snapshot create time
to volume group snapshot create time
|
||
If no such secret exists in the Kubernetes API, or the snapshotter is unable to fetch it, the create operation will fail. | ||
|
||
Note, however, that the delete operation will continue even if the secret is not found (because, for example, the entire namespace containing the secret was deleted). In this case, if the driver requires a secret for deletion, then the volume and PV may need to be manually cleaned up. |
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.
then the volume and PV may need to be manually cleaned up.
need to be updated to reflect volume group snapshot
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.
Modified it to then the volume group snapshot and related snapshots need to be manually cleaned up.
|
||
If no such secret exists in the Kubernetes API, or the snapshotter is unable to fetch it, the create operation will fail. | ||
|
||
The values of these parameters may be "templates". The `external-snapshotter` will automatically resolve templates at snapshot create time, as detailed below: |
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.
snapshot create time
to group snapshot creation
15a5ad7
to
aa2bf35
Compare
/lgtm |
The Secrets that can be configured in the VolumeGroupSnapshotClass were not documented yet.
Note that the
external-snapshotter
v8.2.0 is not released yet, the secret forGetGroupSnapshotRequest
operations depends on that.No release-note for this, versions are included in the text itself.
Depends-on: kubernetes-csi/external-snapshotter#1122