sky-uk / kfp-operator

https://sky-uk.github.io/kfp-operator
BSD 3-Clause "New" or "Revised" License
15 stars 2 forks source link

Create local development environment setup #380

Open aidandunlop opened 2 days ago

aidandunlop commented 2 days ago

Is your feature request related to a problem? Please describe. The integration-test-up/integration-test makefile targets are currently the only way to run the operator locally, but they only test the Argo workflows. It would be great to have a makefile target that spins up a local kubernetes cluster using minikube, with all the necessary CustomResourceDefinitions installed, along with the eventing system and the operator itself. A local provider could be set such that it does not need to connect to any external APIs.

Describe the solution you'd like

Describe alternatives you've considered

aidandunlop commented 13 hours ago

Some work has begun on this issue in the local-dev-env branch