squakez commented on PR #3185: URL: https://github.com/apache/camel-k/pull/3185#issuecomment-1113090475
I suggest you to use some new namespace and watch it. Otherwise, you may have the current kubernetes operator already taking the namespace. Ie, you can try: ``` kubectl create ns operator-test export WATCH_NAMESPACE=operator-test ./kamel operator ``` then, in a separate command window you can try to run an Integration and you should start seeing the reconciliation loop traces coming into the operator window (plus the integration running correctly). -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org