dgrove-oss commented on issue #631:
URL: 
https://github.com/apache/openwhisk-deploy-kube/issues/631#issuecomment-676381265


   That is the correct way to use a different image 
(https://github.com/apache/openwhisk-deploy-kube/#deploying-a-locally-built-docker-image).
   The image does have to be published to a docker registry that your cluster 
can pull from.   It also has to contain a correct controller ;).   Try getting 
the details/logs from the controller pod to see what is happening.  Is the 
cluster unable to pull your image?  Is the image pulled but crashing for some 
reason?   Did you perhaps forget to label a node with invoker affinity 
(https://github.com/apache/openwhisk-deploy-kube/#initial-setup), which would 
result in no invokers being deployed, which is one reason why the 
install-packages pod could be stuck in `Init: 0/1` state.


----------------------------------------------------------------
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:
[email protected]


Reply via email to