dgrove-oss commented on issue #3622: make containers' timezone sync with the 
docker host
URL: 
https://github.com/apache/incubator-openwhisk/pull/3622#issuecomment-396711180
 
 
   For kube the ansible changes obviously won't do anything.
   What we would need to do is add pairs of stanza like the below to every pod 
specification in the Helm templates.
   
   ```
           volumeMounts:
           - mountPath: /etc/localtime
             name: localtime
             readOnly: true
   ```
   ```
         volumes:
         - name: localtime
           hostPath:
             path: /etc/localtime
   ```
   I haven't tested this myself, but stackoverflow suggests it should work.

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


With regards,
Apache Git Services

Reply via email to