github.com/kubeflow/training-operator@v1.7.0/examples/tensorflow/mnist_with_summaries/tfevent-volume/tfevent-pv.yaml (about) 1 apiVersion: v1 2 kind: PersistentVolume 3 metadata: 4 name: tfevent-volume 5 labels: 6 type: local 7 app: tfjob 8 spec: 9 capacity: 10 storage: 10Gi 11 storageClassName: standard 12 accessModes: 13 - ReadWriteMany 14 hostPath: 15 path: /tmp/data