You can use configmap for that, or even just define env values in the pod spec.
Also, I think (I might be wrong) that one of the blog posts about this had examples. But don't have them handy now, probably they were posted in Google cloud platform blog. On Wednesday, July 13, 2016, Toby Chan <[email protected]> wrote: > We have found that Google recommend Kubernetes to run distributed > TensorFlow. The container should be immutable, but how can we define the > configuration? For TensorFlow, we need to specified the cluster_spec by > parameters or environment variables. > > What's the recommended way to run TensorFlow in Kubernetes? Do anyone have > experience or example for this? > > > Thanks in advance. Regards. > > -- > You received this message because you are subscribed to the Google Groups > "Containers at Google" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <javascript:_e(%7B%7D,'cvml','google-containers%[email protected]');> > . > To post to this group, send email to [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>. > Visit this group at https://groups.google.com/group/google-containers. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Containers at Google" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-containers. For more options, visit https://groups.google.com/d/optout.
