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/10/21 22:18:34 UTC

[GitHub] [openwhisk-deploy-kube] dgrove-oss commented on issue #539: Invoker is failing to start

dgrove-oss commented on issue #539: Invoker is failing to start
URL: https://github.com/apache/openwhisk-deploy-kube/issues/539#issuecomment-544731966
 
 
   My guess is that your on-prem kuberetes cluster is using `containerd` instead of `docker` as the container runtime.   This is incompatible with using the DockerContainerFactory.  Try adding the configuration to your mycluster.yaml to use the KubernetesContainerFactory (https://github.com/apache/openwhisk-deploy-kube/blob/master/docs/configurationChoices.md#invoker-container-factory) and redeploying.

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


With regards,
Apache Git Services