nicolaferraro commented on issue #1770: URL: https://github.com/apache/camel-k/issues/1770#issuecomment-712016476
> Yes, I did > > ``` > kubectl get integrationplatform > NAME PHASE > camel-k Ready > > kubectl get secret > NAME TYPE DATA AGE > camel-k-builder-token-cphxm kubernetes.io/service-account-token 3 26m > camel-k-operator-token-ccbdj kubernetes.io/service-account-token 3 26m > camel-k-operator-token-tvknm kubernetes.io/service-account-token 3 30m > default-token-r8p5b kubernetes.io/service-account-token 3 30m > > kubectl get pod > NAME READY STATUS RESTARTS AGE > camel-k-operator-5c64758759-8x86x 1/1 Running 0 35m > ``` Can you provide output of: ``` kubectl get integrationplatform -o yaml ``` and: ``` kubectl logs camel-k-operator-5c64758759-8x86x ``` ---------------------------------------------------------------- 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: [email protected]
