camel-tooling / vscode-camelk

[Deprecated] Visual Studio extensions to support Camel K
Apache License 2.0
11 stars 13 forks source link

Provide visual hint of number of replicas for deployed integration #124

Closed apupier closed 2 days ago

apupier commented 5 years ago

The main interest is to know when it is scaled to 0. So either display the number directly, or a different overlay with number as tooltip

We cannot display log when teh scale is to zero. So removing the contextual menu would be great (can be done in a different issue/PR if makes sense when implementing)

"for the scale / replicas feedback, for example a scaled to zero is displayed as running and querying the logs returns No deployed integration found for: rest-eventing"

astefanutti commented 5 years ago

apache/camel-k#962 exposes the .status.replicas field that can be relied on to get the number of replicas for an integration.