Skip to content

Instantly share code, notes, and snippets.

@hsm207
Created April 28, 2020 20:45
Show Gist options
  • Save hsm207/cd0e04751dfd528e34048625f6976d3f to your computer and use it in GitHub Desktop.
Save hsm207/cd0e04751dfd528e34048625f6976d3f to your computer and use it in GitHub Desktop.
FSx on Kubeflow
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: fsx-claim-kf
namespace: anonymous
spec:
accessModes:
- ReadWriteMany
storageClassName: fsx-sc
resources:
requests:
storage: 1200Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment