pipelines icon indicating copy to clipboard operation
pipelines copied to clipboard

chore: Add Podman functionality to backend local kind cluster

Open alyssacgoins opened this issue 8 months ago • 1 comments

Chore description

Currently kfp backend local kind cluster can only be created with Docker, because backend/Makefile:81 is Docker-specific: kind --name $(KIND_NAME) load docker-image ${IMG_TAG_WEBHOOK_PROXY}

Update backend/Makefile to include the following line, conditional on Podman specified as CONTAINER_ENGINE: kind load --name ${CLUSTER_NAME} image-archive <(podman save ${IMAGE_NAME})

Labels

/area backend


Love this idea? Give it a 👍.

alyssacgoins avatar Apr 15 '25 13:04 alyssacgoins

resolved via: https://github.com/kubeflow/pipelines/pull/11824

HumairAK avatar Apr 15 '25 14:04 HumairAK