Pasquale Congiusti
Pasquale Congiusti
## This is a... [ ] Feature request [x] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Documentation...
## This is a... [x] Feature request [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Documentation...
When applying a HorizontalPodAutoscaler on a resource which has a missing `.spec.replicas` value (which may be the default state for any given custom resource), it fails with something like: ```...
As a follow up of a [discussion still open in Quarkus community](https://github.com/quarkusio/quarkus/pull/11998), we should fix the way we retrieve named mongo clients in mongodb extensions. The PR #1688 should patch...
Hi there. We noticed that the output generated is producing a `%2f` encoded value instead of a `/`. That's not a problem for a browser but it can be a...
Right now the result would be like this:  We must work on improving the image (which is required to be 1080p to render automatically). _Originally posted by @squakez in...
I am creating a series of tutorials, each one in a different subdirectory, ie: ``` basic/readme.didact.md basic/file.txt advanced/readme.didact.md basic/file.txt ... ``` When I execute the basic tutorial, any reference to...
As discussed in dev mailing list [1], we should provide the proper documentation to illustrate the LTS support we're providing for Camel K (which will be aligned to Camel Quarkus...
I was playing with `kamel bind` command and I realized that we use 0 index start when we play with `step` properties. Ie `kamel bind ... --step my-step -p step-0.my-key=value`....
As discussed in https://github.com/apache/camel-k/pull/3601#discussion_r963234805 the `make bundle` is adding `images` property. Is that correct?