Commit Graph

14 Commits

Author SHA1 Message Date
connor-mccarthy da0e398372 update readthedocs.yml 2024-01-11 16:14:50 -08:00
connor-mccarthy 8764bf3e00 update for release 2023-06-14 13:05:54 -07: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
Chen Sun b6b8f94da2
chore: recompile/update v2 samples to avoid possible runtime breakage (#9333)
* recompile/update v2 samples

* fix test
2023-05-05 17:28:24 +00:00
Connor McCarthy 484775f833
chore(sdk): add kfp-kubernetes documentation to PyPI (#9148) 2023-04-13 20:47:43 +00:00
Chen Sun 73bcef0e2d
chore: make a more testable volume sample (#9141) 2023-04-12 15:50:43 +00:00
Connor McCarthy 2bbfd5e89f
fix: support setting task dependencies via kfp.kubernetes.mount_pvc (#8999)
* enable accessing .task on pipeline channel

* set task dependencies in mount_pvc

* update tests
2023-03-16 21:10:54 -07:00
Connor McCarthy 540342af41
chore: add kfp-kubernetes docs and update process infrastructure (#8976)
* add docs and release infrastructure; update test script

* implement review feedback
2023-03-15 18:23:12 +00:00
Connor McCarthy c8cb5b5f65
feat: support nodeSelector in `kfp-kubernetes` (#8982) 2023-03-14 22:36:10 +00:00
Connor McCarthy cd15b7a831
feat: add NodeSelector message to kfp-kubernetes proto (#8981) 2023-03-14 00:50:23 +00:00
gkcalat 4c97e57254
Add gkcalat to kubernetes_platform/OWNERS (#8984) 2023-03-14 00:46:23 +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
Connor McCarthy a4abf27df4
feat: add kubernetes platform-specific protos, generated Go code, and Python package (#8888)
* add protos, packages, and code generation scripts

* update comments style; change go package name
2023-03-04 07:10:33 +00:00