mrutkows commented on a change in pull request #30: Configure nginx without
ansible
URL:
https://github.com/apache/incubator-openwhisk-deploy-kube/pull/30#discussion_r125754205
##########
File path: .travis/build.sh
##########
@@ -78,9 +113,13 @@ RESULT=$(./wsk -i action invoke --blocking hello | grep
"\"status\": \"success\"
if [ -z "$RESULT" ]; then
echo "FAILED! Could not invoked custom action"
+
+
+ echo " ----------------------------- controller logs
---------------------------"
+ kubectl -n openwhisk logs $(kubectl get pods --all-namespaces -o wide | grep
controller | awk '{print $2}')
+ echo " ----------------------------- invoker logs
---------------------------"
+ kubectl -n openwhisk logs $(kubectl get pods --all-namespaces -o wide | grep
invoker | awk '{print $2}')
Review comment:
Nice improvements to provide instant log/trace of where a failure bw/
controller-invoker may have occurred.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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