dgrove-oss opened a new issue #135: invoker: get images to pull from runtimeManifests URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/135 We should be using the list of non-deprecated images in runtimeManifests to drive the docker pull operations. Once #121 is fixed, used the same config map to drive the docker pull. One options is to use an auxillary init container running in the invoker pod to parse the json and do the pull operations (instead of a hardwired shell command in a postStart action). Alternatively, we could inject a simple shell script to do the pulls into the upstream invoker container so it can be invoked here as a post start action from a single container.
---------------------------------------------------------------- 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
