Skip to content

Instantly share code, notes, and snippets.

@iandow
Last active January 29, 2019 21:40
Show Gist options
  • Save iandow/75a6cab52ccf968611005e977ebdb026 to your computer and use it in GitHub Desktop.
Save iandow/75a6cab52ccf968611005e977ebdb026 to your computer and use it in GitHub Desktop.
teststaticpv.yaml
# Copyright (c) 2009 & onwards. MapR Tech, Inc., All rights reserved
apiVersion: v1
kind: PersistentVolume
metadata:
name: test-static-pv
namespace: test-csi
spec:
accessModes:
- ReadWriteOnce
persistentVolumeReclaimPolicy: Delete
capacity:
storage: 5Gi
csi:
driver: com.mapr.csi-kdf
volumeHandle: test-id
volumeAttributes:
volumePath: "/" # Default: "/"
cluster: nuc.cluster.com
cldbHosts: nodea
securityType: "Unsecure" # Default: Unsecure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment