# 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`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.flow.swiss/products/kubernetes/resources/update-custom-resource-definitions-crds-for-volumesnapshots.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
