Forum Discussion

craig_gill's avatar
craig_gill
Novice I
4 years ago
Solved

Does snapshotting with the CSI Driver require security to be enabled and a user-token to be configured?

 Does snapshotting with the CSI Driver require security to be enabled and a user-token to be configured?
  • craig_gill's avatar
    4 years ago
    so 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?