Skip to content

support groupsnapshot.storage.k8s.io/v1beta1 #2678

Open
@BBBmau

Description

@BBBmau

Description

v1.32 graduated groupsnapshot.storage.k8s.io from alpha -> beta

It introduces:

  • VolumeGroupSnapshot
  • VolumeGroupSnapshotClass

More info can be found here that goes over the usage: https://kubernetes.io/blog/2024/12/18/kubernetes-1-32-volume-group-snapshot-beta/

YAMLs

VolumeGroupSnapshot:

apiVersion: groupsnapshot.storage.k8s.io/v1beta1
kind: VolumeGroupSnapshot
metadata:
  name: snapshot-daily-20241217
  namespace: demo-namespace
spec:
  volumeGroupSnapshotClassName: csi-groupSnapclass
  source:
    selector:
      matchLabels:
        group: myGroup

VolumeGroupSnapshotClass:

apiVersion: groupsnapshot.storage.k8s.io/v1beta1
kind: VolumeGroupSnapshotClass
metadata:
  name: csi-groupSnapclass
  annotations:
    kubernetes.io/description: "Example group snapshot class"
driver: example.csi.k8s.io
deletionPolicy: Delete

Potential Terraform Configuration

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.

References

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Metadata

Metadata

Assignees

Labels

acknowledgedIssue has undergone initial review and is in our work queue.enhancementv1.32

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions