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 2021/09/05 20:39:42 UTC

[GitHub] [openwhisk-deploy-kube] dgrove-oss edited a comment on issue #701: Unable to pull pre-warm images from private docker registry

dgrove-oss edited a comment on issue #701:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/701#issuecomment-913223975


   Is it only the preWarm pods that are having trouble pulling the image, or is it a problem for any pod being created by an invoker using this image to run user actions?  
   
   I'd speculate you are probably seeing the later, which means the `imagePullSecret` needs to be propagated into the pod template the invoker uses to create user action pods.  There is poorly documented support for doing this by injecting a value into the invoker's configuration value: `whisk.kubernetes.podTemplate` https://github.com/apache/openwhisk/blob/master/core/invoker/src/main/resources/application.conf#L87-#L91.
   
   
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org