Skip to content

Instantly share code, notes, and snippets.

@wuestkamp
Last active April 4, 2019 20:05
Show Gist options
  • Save wuestkamp/18ff9acbeaf8e0609ef7d8812419002c to your computer and use it in GitHub Desktop.
Save wuestkamp/18ff9acbeaf8e0609ef7d8812419002c to your computer and use it in GitHub Desktop.
CKAD challenge #3
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: task-pv-claim
spec:
storageClassName: manual
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 40Mi
selector:
matchLabels:
id: vol1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment