nak3 commented on issue #1172: Knative integration takes too long to make the service ready URL: https://github.com/apache/camel-k/issues/1172#issuecomment-583941124 Can we more narrow down what component/event takes long time? For example: * Examine event logs during the deploy - `kubect get event -w`. * Investigate controller logs - `kubectl -n knative-serving logs controller-xxx -c controller`. (like https://github.com/knative/serving/issues/5802 did.) Also, it would be worth to look into some suspicious stuff like: * CPU/memory usage on the host to verify no problem - `$ top`. * The status of sub resource in the cluster. - eg. the log says `RevisionMissing`, but `kubect get rev -o yaml` shows anything?)
---------------------------------------------------------------- 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] With regards, Apache Git Services
