Re: [kubernetes-users] How can I set my own environment variables whose scope is at cluster level?

2016-09-16 Thread Manoj Khotele
Thanks Shun. This is what I had wanted. On Fri, Sep 16, 2016, 3:08 PM Shun Yanaura wrote: > Hi Manoj, > > You could do what you want by ConfigMap. Follow the document: > http://kubernetes.io/docs/user-guide/configmap/. > > Best Regards, > Shun > > On Fri, Sep 16, 2016 at 4:46 PM, Manoj Khotele <

Re: [kubernetes-users] How can I set my own environment variables whose scope is at cluster level?

2016-09-16 Thread Shun Yanaura
Hi Manoj, You could do what you want by ConfigMap. Follow the document: http://kubernetes.io/docs/user-guide/configmap/. Best Regards, Shun On Fri, Sep 16, 2016 at 4:46 PM, Manoj Khotele wrote: > Hello, > > I am aware that I can configure environment variables and their values in > deployment

[kubernetes-users] How can I set my own environment variables whose scope is at cluster level?

2016-09-16 Thread Manoj Khotele
Hello, I am aware that I can configure environment variables and their values in deployment files. I am also aware that I can use environment variables made available by kubernetes from any of the deployments. I am also aware that I can expand environment variables using 'command'. But now I wa