saggymac commented on issue #272: Controller crash loop URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/272#issuecomment-422236310 I'm having the same issue ... ``` $ kubectl -n openwhisk logs controller-0 Picked up JAVA_TOOL_OPTIONS: -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap [2018-09-18T02:43:53.699Z] [INFO] Initializing Kamon... [INFO] [09/18/2018 02:43:54.384] [main] [StatsDExtension(akka://kamon)] Starting the Kamon(StatsD) extension [2018-09-18T02:43:54.444Z] [INFO] Slf4jLogger started [2018-09-18T02:43:54.724Z] [INFO] [#tid_sid_unknown] [Config] environment set value for limits.triggers.fires.perMinute [2018-09-18T02:43:54.729Z] [INFO] [#tid_sid_unknown] [Config] environment set value for limits.actions.sequence.maxLength [2018-09-18T02:43:54.730Z] [INFO] [#tid_sid_unknown] [Config] environment set value for limits.actions.invokes.concurrent [2018-09-18T02:43:54.733Z] [INFO] [#tid_sid_unknown] [Config] environment set value for controller.instances [2018-09-18T02:43:54.735Z] [INFO] [#tid_sid_unknown] [Config] environment set value for limits.actions.invokes.perMinute [2018-09-18T02:43:54.735Z] [INFO] [#tid_sid_unknown] [Config] environment set value for runtimes.manifest [2018-09-18T02:43:54.735Z] [INFO] [#tid_sid_unknown] [Config] environment set value for kafka.hosts [2018-09-18T02:43:54.738Z] [INFO] [#tid_sid_unknown] [Config] environment set value for port [2018-09-18T02:44:10.079Z] [INFO] [#tid_sid_unknown] [Controller] Shutting down Kamon with coordinated shutdown ``` kubernetes stack built via rancher2.0 and vagrant Quickstart (https://github.com/rancher/quickstart) OpenWhisk installed via helm (https://github.com/apache/incubator-openwhisk-deploy-kube/blob/master/README.md#setting-up-kubernetes-and-helm) ``` $ kubectl get pods --namespace=openwhisk NAME READY STATUS RESTARTS AGE apigateway-7b87dd957f-8ftlt 1/1 Running 0 51m controller-0 0/1 CrashLoopBackOff 19 51m couchdb-6b87ccfb78-6c84z 1/1 Running 0 51m init-couchdb-hhkr9 0/1 Completed 0 51m invoker-crkmq 0/1 Init:1/2 0 51m kafka-0 1/1 Running 0 51m nginx-598c75d7d6-8p5jr 1/1 Running 0 51m redis-5d77674f65-wcpj6 1/1 Running 0 51m zookeeper-0 1/1 Running 0 51m ```
---------------------------------------------------------------- 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
