Skip to content

Instantly share code, notes, and snippets.

@iandow
Last active January 29, 2019 21:40
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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