You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/12/01 17:38:39 UTC

[GitHub] [camel-k] lburgazzoli opened a new issue #2800: Runnig camel-k in a contrained environment

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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] github-actions[bot] commented on issue #2800: Running camel-k in a constrained environment

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #2800:
URL: https://github.com/apache/camel-k/issues/2800#issuecomment-1056001074


   This issue has been automatically marked as stale due to 90 days of inactivity. 
   It will be closed if no further activity occurs within 15 days.
   If you think that’s incorrect or the issue should never stale, please simply write any comment.
   Thanks for your contributions!


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] astefanutti commented on issue #2800: Running camel-k in a constrained environment

Posted by GitBox <gi...@apache.org>.
astefanutti commented on issue #2800:
URL: https://github.com/apache/camel-k/issues/2800#issuecomment-983877288


   An example of what has been done to avoid mandating Knative Service resource: https://github.com/apache/camel-k/commit/67d653da789b1590984817707ff973bf3f139b78.
   
   I think it should be applicable as well to some of the resources you've listed.
   


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] lburgazzoli commented on issue #2800: Runnig camel-k in a contrained environment

Posted by GitBox <gi...@apache.org>.
lburgazzoli commented on issue #2800:
URL: https://github.com/apache/camel-k/issues/2800#issuecomment-983874166


   /cc @astefanutti 


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org