Solved
Forum Discussion
8 Replies
- ggriffithsNovice IHi craig.gill, PX Security does not be setup/configured in order to utilize CSI Snapshots.
- ggriffithsNovice II see how the `VolumeSnapshotClass` docs example could be misleading. I will get that updated.
- craig_gillNovice Iorly
- craig_gillNovice Iso you could just use something like: ``` apiVersion: http://snapshot.storage.k8s.io/v1beta1|snapshot.storage.k8s.io/v1beta1 kind: VolumeSnapshotClass metadata: name: px-csi-snapclass annotations: http://snapshot.storage.kubernetes.io/is-default-class|snapshot.storage.kubernetes.io/is-default-class: "true" driver: http://pxd.portworx.com|pxd.portworx.com deletionPolicy: Delete``` and be fine?
- craig_gillNovice II will try that out
- ggriffithsNovice IYes, as long as you don't have PX Security enabled in your storagecluster or px daemonset.
- craig_gillNovice ISweet thanks for the quick response!
- ggriffithsNovice IYou're welcome!