pipelines/kubernetes_platform
Connor McCarthy 236cbd0bd1
chore(sdk): release kfp-kubernetes 1.0.0 (#9662)
2023-06-20 20:39:40 +00:00
..
go/kubernetesplatform feat: support nodeSelector in `kfp-kubernetes` (#8982) 2023-03-14 22:36:10 +00:00
proto feat: support nodeSelector in `kfp-kubernetes` (#8982) 2023-03-14 22:36:10 +00:00
python chore(sdk): release kfp-kubernetes 1.0.0 (#9662) 2023-06-20 20:39:40 +00:00
.gitignore feat: add kubernetes platform-specific protos, generated Go code, and Python package (#8888) 2023-03-04 07:10:33 +00:00
Makefile feat: add kubernetes platform-specific protos, generated Go code, and Python package (#8888) 2023-03-04 07:10:33 +00:00
OWNERS Add gkcalat to kubernetes_platform/OWNERS (#8984) 2023-03-14 00:46:23 +00:00
README.md feat: add kubernetes platform-specific protos, generated Go code, and Python package (#8888) 2023-03-04 07:10:33 +00:00
go.mod feat: add kubernetes platform-specific protos, generated Go code, and Python package (#8888) 2023-03-04 07:10:33 +00:00

README.md

Kubernetes platform-specific feature

Contains protos, non-proto Python library code, and tools for generating Go and Python proto library code.

Generate Python proto code (alongside non-proto library code)

Python proto code should be updated prior to releasing the package. For this reason, bumping the version number is included in the instructions.

Python proto code should not be checked into source control.

  1. Update version in python/setup.py if applicable.
  2. make clean-python python

If you get an error error: invalid command 'bdist_wheel', run pip install wheel then try again.

Generate Go proto code

Go proto code should be updated when the kubernetes_executor_config.proto file is updated.

Go proto code should be checked into source control.

make clean-go golang