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/07/14 08:19:32 UTC

[GitHub] [camel-k] lburgazzoli opened a new issue #2504: Integration / KameletBinding: include information about the runninf pods/deployments

lburgazzoli opened a new issue #2504:
URL: https://github.com/apache/camel-k/issues/2504


   When inspecting a POD, information about individual containers are reported, like:
   
   ```yaml
     containerStatuses:
     - containerID: cri-o://15fa60d7f2b0f3a4a7e1a01266598756878ced119ae83d0426156bd27433eb36
       image: ...
       imageID: ...
       lastState: {}
       name: integration
       ready: true
       restartCount: 0
       started: true
       state:
         running:
           startedAt: "2021-07-14T08:12:22Z"
   ```
   
   We should optional report similar information in an Integration and KameletBinding.
   
   
   ```yaml
     instances:
       - resource: 
           apiVersion: v1
           kind: Pod
           name: MyPod
         state:
           running:   
             startedAt: "2021-07-14T08:12:22Z"
         conditions:
           - ...
   ```


-- 
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 #2504: Integration / KameletBinding: include information about the running pods/deployments

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


   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] lburgazzoli commented on issue #2504: Integration / KameletBinding: include information about the runninf pods/deployments

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


   /cc @nicolaferraro @astefanutti @phantomjinx 


-- 
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 #2504: Integration / KameletBinding: include information about the running pods/deployments

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


   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