Closed
Description
kompose convert
provides nice utility for converting docker-compose resources to kubenetes resources. However while leveraging on it if compose file has build:
tag, so converting those resources to kubernates resources wont help much in our case as another system expects docker image do exists in respective registry prior bringing kubenetes deployment up and running.
It would be great if we can add optional flag in kompose convert -b
so on presence of it kompose
can build docker images, push it to respective registry and the execute conversation process as a whole.
As of now I can see this functionality is available in kompose up
command but we don't want to spin up the pods/containers.
Metadata
Assignees
Labels
No labels