Re: [kubernetes-users] ConfigMap won't Work when Consume as ENV

2017-02-08 Thread Vinoth Narasimhan
Thanks tim. Got it On Wednesday, February 8, 2017 at 1:56:59 PM UTC+5:30, Tim Hockin wrote: > > The new field is called 'envFrom' > > On Tue, Feb 7, 2017 at 7:42 PM, > wrote: > > On Wednesday, February 8, 2017 at 3:05:02 AM UTC+5:30, Rodrigo Campos > wrote: > >>

Re: [kubernetes-users] ConfigMap won't Work when Consume as ENV

2017-02-08 Thread 'Tim Hockin' via Kubernetes user discussion and Q
The new field is called 'envFrom' On Tue, Feb 7, 2017 at 7:42 PM, wrote: > On Wednesday, February 8, 2017 at 3:05:02 AM UTC+5:30, Rodrigo Campos wrote: >> Cool. So is it working now? :) >> >> On Tuesday, February 7, 2017, Vinoth Narasimhan wrote:

Re: [kubernetes-users] ConfigMap won't Work when Consume as ENV

2017-02-07 Thread vnarasimhan
On Wednesday, February 8, 2017 at 3:05:02 AM UTC+5:30, Rodrigo Campos wrote: > Cool. So is it working now? :) > > On Tuesday, February 7, 2017, Vinoth Narasimhan wrote: > Thanks Rodrigo > > > > I did the wrong implementation of configmap. We have 30 + ENV set , the >

Re: [kubernetes-users] ConfigMap won't Work when Consume as ENV

2017-02-07 Thread Rodrigo Campos
Cool. So is it working now? :) On Tuesday, February 7, 2017, Vinoth Narasimhan wrote: > Thanks Rodrigo > > I did the wrong implementation of configmap. We have 30 + ENV set , the > command line literal values of each set looks heavy. > > It should be fine if kubernetes

Re: [kubernetes-users] ConfigMap won't Work when Consume as ENV

2017-02-07 Thread Vinoth Narasimhan
Thanks Rodrigo I did the wrong implementation of configmap. We have 30 + ENV set , the command line literal values of each set looks heavy. It should be fine if kubernetes have method like --envfrom like in docker. -- You received this message because you are subscribed to the Google Groups

Re: [kubernetes-users] ConfigMap won't Work when Consume as ENV

2017-02-07 Thread Rodrigo Campos
On Tuesday, February 7, 2017, Vinoth Narasimhan wrote: > *Environment*: > > GCP Container Cluster > > *Kube Version*: > > kubectl version > > Client Version: version.Info{Major:"1", Minor:"3", GitVersion:"v1.3.7", > GitCommit:"a2cba278cba1f6881bb0a7704d9cac6fca6ed435", >

[kubernetes-users] ConfigMap won't Work when Consume as ENV

2017-02-07 Thread Vinoth Narasimhan
*Environment*: GCP Container Cluster *Kube Version*: kubectl version Client Version: version.Info{Major:"1", Minor:"3", GitVersion:"v1.3.7", GitCommit:"a2cba278cba1f6881bb0a7704d9cac6fca6ed435", GitTreeState:"clean", BuildDate:"2016-09-12T23:15:30Z", GoVersion:"go1.6.2", Compiler:"gc",