Commit Graph

5 Commits

Author SHA1 Message Date
Tommy Li b3978c1e98
feat(Backend + SDK): Update kfp backend and kubernetes sdk to support pod labels and annotations (#10393)
* update kfp kubernetes sdk to include pod labels and annotations

* fix unit test output order

* add podmetadata changes

* update argo compiler to support pod metadata

* update tests

* update go mod to use the latest kubernetes_platform package

* update licenses

* address comments

* update kubernetes_platform package to include the latest spec

---------

Co-authored-by: Chen Sun <chensun@users.noreply.github.com>
2024-02-09 21:15:01 +00:00
Lingqing Gan 724445064b
chore: change sample PVC access modes to ReadWriteOnce (#9425)
* change sample access modes to ReadWriteOnce

* change test data

* change samples to use ReadWriteOnce
2023-05-18 01:22:06 +00:00
Connor McCarthy 484775f833
chore(sdk): add kfp-kubernetes documentation to PyPI (#9148) 2023-04-13 20:47:43 +00:00
Connor McCarthy 40cb409e1c
chore: rename storage_class to storage_class_name (#8973) 2023-03-11 06:14:21 +00:00
Connor McCarthy 0c11cce06d
feat: implement `kfp-kubernetes` library (#8950)
* support compiling platform-specific features

* add kubernetes functions/components
2023-03-10 22:54:20 +00:00