Re: [kubernetes-users] Proposal for a new SIG: sig-baiducloud

2018-05-25 Thread Mayur Nagekar
Hi Zhou, This is great! How do you guys spin up a k8s cluster on the baidu cloud ? I ask because we have kops for AWS and other related eco-system/projects for other clouds. Also, how can an outside collaborator get access to test k8s stuff on baidu cloud ? Regards, Mayur On Fri, May 25, 2018

Re: [kubernetes-users] How to remove the directory using kubectl exec command

2018-05-25 Thread Mayur Nagekar
If the command you want to execute in the pod has any flags in common (e.g. -i), # you must use two dashes (--) to separate your command's flags/arguments. # Also note, do not surround your command and its flags/arguments with quotes # unless that is how you would execute it normally

Re: [kubernetes-users] GKE Private cluster - accessing master

2018-05-09 Thread Mayur Nagekar
What does `kubectl get endpoints kubernetes` show in your case ? -Mayur On Thu, May 10, 2018 at 2:28 AM, Vinita wrote: > Hi Alan, > > Thanks for your reply. I tried your workaround but the certificate is not > valid for master's internal IP address. I get below error - >

Re: [kubernetes-users] Disappearing k8s master

2018-04-22 Thread Mayur Nagekar
ackage will be displayed. Reference: https://support.google.com/cloud/#topic=6255036=1 On Sun, Apr 22, 2018 at 10:37 PM, Andrew Howden <he...@andrewhowden.com> wrote: > So far as I can see, there *is* no support  > > On Sun., 22 Apr. 2018, 4:12 pm Mayur Nagekar, <mayur.na

Re: [kubernetes-users] Disappearing k8s master

2018-04-22 Thread Mayur Nagekar
Oh, if its managed then you got to write to GKE's support. Not much one can do unless we can investigate by ssh-ing into the master. On Sun, Apr 22, 2018 at 12:25 PM, Andrew Howden <he...@andrewhowden.com> wrote: > Holaa > > On Sat., 21 Apr. 2018, 9:50 pm Mayur Nagekar, <mayur

Re: [kubernetes-users] Disappearing k8s master

2018-04-21 Thread Mayur Nagekar
Also, I'd highly recommend open a bug in k8s repo in github. The responses are much faster there. If you happen to do that, please let me know or better copy me. I am @miyurz there. On Sun, Apr 22, 2018 at 1:20 AM, Mayur Nagekar <mayur.nage...@gmail.com> wrote: > Can you login into t

Re: [kubernetes-users] Disappearing k8s master

2018-04-21 Thread Mayur Nagekar
Can you login into the master and run `docker images` and `docker ps -a` ? is the control plane intact/sane ? On Sat, Apr 21, 2018 at 2:05 PM, wrote: > On Saturday, April 21, 2018 at 10:31:24 AM UTC+2, he...@andrewhowden.com > wrote: > > I0421 10:27:53.953721 620

Re: [kubernetes-users] Disappearing k8s master

2018-04-21 Thread Mayur Nagekar
Whats the output of kubectl get nodes ? On Sat, Apr 21, 2018 at 1:53 PM, wrote: > Hola All, > > I am struggling with a bug currently that I don't reaaaly know how to > resolve. In essence, my k8s master has disappeared. > > Specifically, it's not available: > > - Via