Pasquale Congiusti
Pasquale Congiusti
I've checked with the K8S team and it seems to be an HPA API requirement. @astefanutti @tadayosi would you see any harm to set the default of `.spec.replicas` to `1`...
Agreed. Let's turn this into a documentation request then. Thanks for the feedback!
The Custom Resource is autogenerated, so, whatever we do we need to change the source code. I see value in the definitive solution, therefore, deferring the development to a future...
It seems the registry points to docker.io . In order to change that, you can edit the IntegrationPlatform or install it from scratch to point to your local registry. The...
I'll let @bjethwan close if he's happy with the resolution.
cc @phantomjinx
Sure, thanks! Let me know if you need any help.
@sanyud24 are you still working on this feature?
> @astefanutti can you share some resources that can help understand the codebase better? You can have a look here: https://github.com/apache/camel-k/blob/main/pkg/cmd/log.go#L132 likely we should introduce a `--tail` option and keep...
> @squakez so I was looking at the codebase, was pondering whether I need to create a new flag [like this](https://github.com/apache/camel-k/blob/cb9b886f964f398e14a02965896267f07190eec2/pkg/cmd/run.go#L116) and try to incorporate that in the usage of...