> For the complete documentation index, see [llms.txt](https://doc.flow.swiss/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.flow.swiss/products/kubernetes/resources/update-custom-resource-definitions-crds-for-volumesnapshots.md).

# Update custom resource definitions (CRDs) for VolumeSnapshots

The CRDs for the VolumeSnapshots are still in v1beta1 and the cluster has been updated to min Kubernetes v1.23.3. v1beta1 support will be removed in a future release. It is recommended for users to switch to v1 as soon as possible after upgrading the cluster:

1. Check and delete all old VolumeSnapshots
2. Apply new CRDs `kubectl apply -f https://raw.githubusercontent.com/flowswiss/csi-driver/master/deployments/kubernetes/latest/crds.yaml`
3. Check if new CRDs are applied `kubectl get crds`
