Skip to content

Instantly share code, notes, and snippets.

@swiftdiaries
Last active August 1, 2019 23:57
Show Gist options
  • Save swiftdiaries/8719124e70881366d9f69b00be6eb8ea to your computer and use it in GitHub Desktop.
Save swiftdiaries/8719124e70881366d9f69b00be6eb8ea to your computer and use it in GitHub Desktop.
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: nfs
namespace: kubeflow
spec:
accessModes:
- ReadWriteMany
storageClassName: nfs
resources:
requests:
storage: 50Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment