Jens Reimann

Results 683 comments of Jens Reimann

I would be more interested in Podman/Buildah … as working with fabric8 based projects on Fedora 31 is currently not fun

> @ctron You can import the local tar archive of container image generated by JIB using > `podman load -i image.tar`. I don't think that is an option. We have...

Up until now I haven't any specific plans other than getting rid of manual provisioning. The way the service broker works (at least my basic understanding of it) would be...

I think with the changes @dejanb just recently added to Hono, we might already have some parts of that now. In EnMasse we needed to translate the tenant name to...

That looks great! :+1: I like the idea of reusing existing concepts. Maybe you can add a link to the Kubernetes API as a reference.

> @ctron are you able to implement the requested changes? Right now I am a bit busy with other stuff. However, feel free to amend the PR.

Thanks for the explanation. So which endpoint would each actions target? As there is cancel and deploymentBase endpoint?

So my :+1: was for fixing the inconsistency by using "kebab-case".

> > > https://www.testcontainers.org/modules/databases/mssqlserver/ explains it. I'll remove that file and use the code based method for accepting the Docker container EULA. > > > > > > So that...

Taking a closer look at the other locations, checking implementing the timeout. I think there are similar race conditions possible. For example: https://github.com/eclipse/hono/blob/132683d87f05302ecafa2e70476dc70f64244cc1/client/src/main/java/org/eclipse/hono/client/impl/AbstractSender.java#L262-L269 If both branches run at the same...