astefanutti commented on issue #1930:
URL: https://github.com/apache/camel-k/issues/1930#issuecomment-765307459


   A default IntegrationPlatform is created by the `kamel install` command. So 
the check is too early for that command, as the version status has not be 
reconciled yet :)
   
   I think we can exclude the `install` command from the list of commands for 
which the check applies, as, while it is "online", it does not interact with 
the operator, since it has yet to be installed. Actually, as far as the check 
is concern, the right semantic should be "interacts with the operator", rather 
than "online".
   
   Otherwise, we can skip the check when the `.status.version` field is `nil`.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to