Merge pull request from Kartik494/improveDocsCRD

Added a note for CRD improvement in Docs
pull/31204/head
Kubernetes Prow Robot 2022-01-04 12:14:08 -08:00 committed by GitHub
commit c39b834244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
content/en/docs/concepts/storage

View File

@ -39,6 +39,10 @@ request a particular class. Administrators set the name and other parameters
of a class when first creating VolumeSnapshotClass objects, and the objects cannot
be updated once they are created.
{{< note >}}
Installation of the CRDs is the responsibility of the Kubernetes distribution. Without the required CRDs present, the creation of a VolumeSnapshotClass fails.
{{< /note >}}
```yaml
apiVersion: snapshot.storage.k8s.io/v1
kind: VolumeSnapshotClass