pipelines/kubernetes_platform
Alexey Roytman 1edd85f1a1
feat(Backend + SDK): Update kfp backend and kubernetes sdk to support ConfigMaps as volumes and as env variables (#10483)
* Update kfp backend and kubernetes sdk to support ConfigMaps as volumes and as env

Signed-off-by: Alexey Roytman <roytman@il.ibm.com>

* update go.mod, apiserver.csv and driver.csv

Signed-off-by: Alexey Roytman <roytman@il.ibm.com>

* add test/snapshot/data files

Signed-off-by: Alexey Roytman <roytman@il.ibm.com>

* fix tests

Signed-off-by: Alexey Roytman <roytman@il.ibm.com>

* go mod tidy

Signed-off-by: Alexey Roytman <roytman@il.ibm.com>

* update backend/third_party_licenses/apiserver.csv

Signed-off-by: Alexey Roytman <roytman@il.ibm.com>

* update backend/third_party_licenses/apiserver.csv

Signed-off-by: Alexey Roytman <roytman@il.ibm.com>

* fix comments

Signed-off-by: Alexey Roytman <roytman@il.ibm.com>

* fix comments

Signed-off-by: Alexey Roytman <roytman@il.ibm.com>

* update go.mod, apiserver.csv and driver.csv

Signed-off-by: Alexey Roytman <roytman@il.ibm.com>

---------

Signed-off-by: Alexey Roytman <roytman@il.ibm.com>
2024-02-24 06:36:56 +00:00
..
go/kubernetesplatform feat(kubernetes_platform): Update kubernetes_platform go package to i… (#10442) 2024-02-16 19:42:15 +00:00
proto feat(kubernetes_platform): Update kubernetes_platform go package to i… (#10442) 2024-02-16 19:42:15 +00:00
python feat(Backend + SDK): Update kfp backend and kubernetes sdk to support ConfigMaps as volumes and as env variables (#10483) 2024-02-24 06:36:56 +00:00
.gitignore
Makefile
OWNERS chore: Update OWNERS (#10064) 2023-10-05 18:23:50 -07:00
README.md
go.mod

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