Skip to content

Instantly share code, notes, and snippets.

@madorn
Created December 3, 2021 02:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madorn/d7a894f641c9cf76824880fedbe528a1 to your computer and use it in GitHub Desktop.
Save madorn/d7a894f641c9cf76824880fedbe528a1 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: PersistentVolume
metadata:
name: pv003
spec:
capacity:
storage: 1Gi
volumeMode: Filesystem
accessModes:
- ReadWriteOnce
persistentVolumeReclaimPolicy: Delete
storageClassName: local-storage
local:
path: /etc/rc3.d
nodeAffinity:
required:
nodeSelectorTerms:
- matchExpressions:
- key: beta.kubernetes.io/os
operator: In
values:
- linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment