Gaëlle Fournier
Gaëlle Fournier
Hi @lakshayletsgo, it looks like nothing has been done in Camel-K on that side, and the [KEP](https://github.com/kubernetes/enhancements/blob/master/keps/sig-cli/2227-kubectl-default-container/README.md) has been implemented so it probably is. @squakez WDYT ?
It has been failing in dependabot : https://github.com/apache/camel-k/actions/workflows/dependabot/dependabot-updates. It has been failing a long time...
Hi @jarredmcginty ! Just to confirm: is this about the `camel-k:edit` clusterrole ? It is the only one I can see created.
Having some global kubernetes objects are expected. The Camel K operator comes with Custom Resource Definitions (CRD), which are cluster-wide objects. So in a way we can't avoid having some...
This feature proposal sound very good. If you don't mind I have a couple of questions. > I think we can enable this feature by letting the operator just stop...
The only removal I could find is : https://github.com/quarkusio/quarkus/pull/44306. That does not look like the solution we want
The issues from Camel core repository has been fixed: https://issues.apache.org/jira/browse/CAMEL-22499. What's left to do are the ones from the camel-spring-boot repository: * consul-cluster-service * file-cluster-service * infinispan-cluster-service * jgroups-raft-cluster-service *...
Small addition on the subject: when you create a new project using `io.quarkus:quarkus-maven-plugin:3.27.1:create` you end up with documentation (the README.md) using `-Dnative` and a pom file with the native profile....
@davsclaus Does that means we would not be able to search in the subprojects documentation ?