Skip to content

Commit c7b9b20

Browse files
author
kartik494
committed
Added a note for CRD improvement in Docs
1 parent 53f7612 commit c7b9b20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/docs/concepts/storage/volume-snapshot-classes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ request a particular class. Administrators set the name and other parameters
3939
of a class when first creating VolumeSnapshotClass objects, and the objects cannot
4040
be updated once they are created.
4141

42+
{{< note >}}
43+
Installation of the CRDs is the responsibility of the Kubernetes distribution. Without the required CRDs present, the creation of a VolumeSnapshotClass fails.
44+
{{< /note >}}
45+
4246
```yaml
4347
apiVersion: snapshot.storage.k8s.io/v1
4448
kind: VolumeSnapshotClass

0 commit comments

Comments
 (0)