Re: [kubernetes-users] edit kube-proxy configmap programmatically

2017-09-27 Thread prakash . mirji
On Wednesday, September 27, 2017 at 2:04:39 AM UTC+5:30, Rodrigo Campos wrote: > Instead of edit, you can run a get -o yaml, edit and apply -f , for > example. > > > Sorry if it is not clear in the doc now. Can you please point where you would > like to find it? Open an issue, or even better,

[kubernetes-users] edit kube-proxy configmap programmatically

2017-09-26 Thread testmirji
hello. we are automating bootstrapping of k8's on on-prem setup. One of the step includes editing of kube-proxy configmap. we are using command "kubectl edit -n kube-system configmap/kube-proxy". to edit kube-proxy. When I run this command, it opens up the editor. I can modify it and save it.