opencredo / flink-kratix-promise

A Kratix Promise to deploy a Flink cluster
Apache License 2.0
0 stars 0 forks source link

promise/resource container image not available #51

Closed kirederik closed 2 months ago

kirederik commented 3 months ago

hello,

we are looking into including this promise to the Kratix Marketplace (https://docs.kratix.io/marketplace) but it looks like the pipeline images are not published? I tried to install and use it locally, and found a couple of issues:

Would be great to get those two bits fixed so we can make it available on the Marketplace!

Thanks

burythehammer commented 3 months ago

I suspect this might be because you need to build the pipeline image locally first, though we haven't specified that in the README. Let me investigate this further and put any instructions as needed.

kirederik commented 3 months ago

Yeah, that fixes it. I was wondering if its worth pushing the image to dockerhub, so users don't have to go through those steps though?

burythehammer commented 3 months ago

It's possible, but also makes it harder for them to modify the workflow as needed. I think we'll have a chat tomorrow and work out what we want to do. This should fix this issue in the short term, though.

burythehammer commented 2 months ago

@kirederik See also this PR which fixes things more substantially. We have uploaded an image to GHCR which will get pulled into the cluster. obviously you can still build your own workflow images locally too for debugging and development purposes.

https://github.com/opencredo/flink-kratix-promise/pull/54