* Update volume_ops sample to v2 pipelines * Update samples/core/kubernetes_pvc/kubernetes_pvc.py minor change on copyright range Co-authored-by: Connor McCarthy <mccarthy.connor.james@gmail.com> --------- Co-authored-by: Connor McCarthy <mccarthy.connor.james@gmail.com> |
||
|---|---|---|
| .. | ||
| README.md | ||
| kubernetes_pvc.py | ||
README.md
Read/write to a Kubernetes PVC using kfp-kubernetes
This sample uses kfp-kubernetes to
demonstrate typical usage of a plugin library. Specifically, we will use
kfp-kubernetes to create a PersistentVolumeClaim
(PVC), use the
PVC to pass data between tasks, and delete the PVC after using it.
See the kfp-kubernetes documentation and Kubeflow Pipeline documentation for more information.