lburgazzoli opened a new issue #2800: URL: https://github.com/apache/camel-k/issues/2800
I've did a POC of camel-k running against [kcp](https://github.com/kcp-dev/kcp) and targeting a remote k8s cluster as target for deployments. When running the cluster controller I had to list a number of additional CRD to be synced as camel-k otherwise won't start: ``` ./cluster-controller \ -kubeconfig="${KUBECONFIG}" \ -push_mode=true \ -pull_mode=false \ -auto_publish_apis=true \ deployments.apps pods replicasets cronjobs secrets configmaps ``` It would be nice if camel-k would be able to automatically configure its behavior according to what resources the cluster exposes. NOTE: this may impact https://github.com/apache/camel-k/issues/2728 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org