You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/02/06 07:49:39 UTC

[GitHub] jcarreira commented on issue #4244: Error when deploying: Failed to initialize reactive invoker

jcarreira commented on issue #4244: Error when deploying: Failed to initialize reactive invoker
URL: https://github.com/apache/incubator-openwhisk/issues/4244#issuecomment-460930148
 
 
   I'm launching my kubernetes cluster like this
   
   ```
   kops create cluster \
   --master-zones=us-west-2a \
   --zones=us-west-2a \
   --master-size=m3.medium --node-size=t2.medium --node-count=2 \
   --master-volume-size=16 --node-volume-size=32
   ```
   
   and from there I follow the instructions in https://github.com/apache/incubator-openwhisk-deploy-kube .
   
   Docker seems to be running fine in those nodes.
   
   I will try changing the container factory option.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services