mlangbehn commented on issue #17: Issues deploying with custom docker images
URL: 
https://github.com/apache/incubator-openwhisk-deploy-kube/issues/17#issuecomment-310688874
 
 
   Starting yesterday, my testing has been failing with an issue connecting to 
the controller. I'm working on debugging it now, but here is the log:
   
   ```shell
   % kubectl -n openwhisk logs -f $(kubectl -n openwhisk get pods | awk 
'/controller/ { print $1 }')                                            master=
   [2017-06-23T14:28:59.951Z] [INFO] Slf4jLogger started 
   [2017-06-23T14:29:00.669Z] [INFO] [??] [Config] environment set value for 
consulserver.host 
   [2017-06-23T14:29:00.679Z] [INFO] [??] [Config] environment set value for 
whisk.version.date 
   [2017-06-23T14:29:00.681Z] [INFO] [??] [Config] environment set value for 
whisk.version.buildno 
   [2017-06-23T14:29:00.682Z] [INFO] [??] [Config] environment set value for 
consul.host.port4 
   [2017-06-23T14:29:00.683Z] [INFO] [??] [Config] environment set value for 
port 
   [2017-06-23T14:29:00.686Z] [INFO] [??] [WhiskConfig] reading properties from 
consul at consul.openwhisk:8500 
   Exception in thread "main" java.lang.IllegalArgumentException: requirement 
failed: controller instance required
        at scala.Predef$.require(Predef.scala:224)
        at whisk.core.controller.Controller$.main(Controller.scala:193)
        at whisk.core.controller.Controller.main(Controller.scala)
   ```
 
----------------------------------------------------------------
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

Reply via email to