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 2019/12/20 23:20:31 UTC

[GitHub] [camel-k] nicolaferraro opened a new issue #1171: Add condition/status to monitor running state of the integration

nicolaferraro opened a new issue #1171: Add condition/status to monitor running state of the integration
URL: https://github.com/apache/camel-k/issues/1171
 
 
   A condition should signal if the integration is actually running and not in error (or any other state), no matter the number of replicas (should work also with 0).
   
   We set the desired number of replicas in the status, but it should be empty if unspecified. Another field should map the current number of replicas. Another field should contain the number of ready replicas.
   
   These fields are useful in order to do assertions on the integration state in scripts or testing tools.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-k] astefanutti edited a comment on issue #1171: Add condition/status to monitor running state of the integration

Posted by GitBox <gi...@apache.org>.
astefanutti edited a comment on issue #1171: Add condition/status to monitor running state of the integration
URL: https://github.com/apache/camel-k/issues/1171#issuecomment-568123551
 
 
   The number of replicas in the status is the actual number of replicas, hence always exists. It should be straightforward to reconcile the number of ready replicas as well. The number of desired replicas is set in the spec.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-k] nicolaferraro commented on issue #1171: Add condition/status to monitor running state of the integration

Posted by GitBox <gi...@apache.org>.
nicolaferraro commented on issue #1171: Add condition/status to monitor running state of the integration
URL: https://github.com/apache/camel-k/issues/1171#issuecomment-568124014
 
 
   Right! :+1: 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-k] astefanutti commented on issue #1171: Add condition/status to monitor running state of the integration

Posted by GitBox <gi...@apache.org>.
astefanutti commented on issue #1171: Add condition/status to monitor running state of the integration
URL: https://github.com/apache/camel-k/issues/1171#issuecomment-568123551
 
 
   The number of replicas in the status is the actual number of replicas. It should be straightforward to reconcile the number of ready replicas as well. The number of desired replicas is set in the spec.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-k] astefanutti commented on issue #1171: Add condition/status to monitor running state of the integration

Posted by GitBox <gi...@apache.org>.
astefanutti commented on issue #1171: Add condition/status to monitor running state of the integration
URL: https://github.com/apache/camel-k/issues/1171#issuecomment-568124234
 
 
   Having the number of ready replicas would be useful to trigger the GC as well.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services