pipelines/samples/core/kubernetes_pvc
Junggil Lee 90cec167c0
fix(samples): Update volume_ops sample to v2 pipelines (#9877)
* 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>
2023-08-17 00:21:38 +00:00
..
README.md fix(samples): Update volume_ops sample to v2 pipelines (#9877) 2023-08-17 00:21:38 +00:00
kubernetes_pvc.py fix(samples): Update volume_ops sample to v2 pipelines (#9877) 2023-08-17 00:21:38 +00:00

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.