[kubernetes-users] Error from server (Forbidden): clusterrolebindings.rbac.authorization.k8s.io is forbidden: User "client" cannot create clusterrolebindings.rbac.author

2018-04-22 Thread Jordan Liggitt
The answer at 
https://stackoverflow.com/questions/49075723/what-does-unknown-user-client-mean 
looks relevant 

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.


Re: [kubernetes-users] Disappearing k8s master

2018-04-22 Thread Mayur Nagekar
I think you can try this if not already

1. Sign in to the console .

2. On the left side of the top bar, select your project from *Project List*.

3. Open the menu [image: Gallery Menu] on the top left, and click on
*Support*.

5. Your current support package will be displayed.

Reference: https://support.google.com/cloud/#topic=6255036=1


On Sun, Apr 22, 2018 at 10:37 PM, Andrew Howden 
wrote:

> So far as I can see, there *is* no support 
>
> On Sun., 22 Apr. 2018, 4:12 pm Mayur Nagekar, 
> wrote:
>
>> 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 
>> wrote:
>>
>>> Holaa
>>>
>>> On Sat., 21 Apr. 2018, 9:50 pm Mayur Nagekar, 
>>> wrote:
>>>
 Can you login into the master and run `docker images` and `docker ps
 -a` ? is the control plane intact/sane ?

>>>
>>> Can't login to the master; it's managed but Google Kubernetes Engine.
>>> Thus the bug ^^ it does seem 100% dead though
>>>
 --
>>> Andrew Howden
>>> Careful, well crafted web development.
>>> --
>>> W: https://andrewhowden.com/
>>> PGP: https://pgp.andrewhowden.com (79BAC08A6ED1FF1EABE350A7587D3B
>>> 3A961D2D2D)
>>> --
>>>
>> --
>>>
>> You received this message because you are subscribed to the Google Groups
>>> "Kubernetes user discussion and Q" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to kubernetes-users+unsubscr...@googlegroups.com.
>>> To post to this group, send email to kubernetes-users@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/kubernetes-users.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>>
>> Thanks,
>>
>> Mayur
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Kubernetes user discussion and Q" group.
>> To unsubscribe from this topic, visit https://groups.google.com/d/
>> topic/kubernetes-users/5HIwcxqSSvU/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> kubernetes-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to kubernetes-users@googlegroups.com.
>> Visit this group at https://groups.google.com/group/kubernetes-users.
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> Andrew Howden
> Careful, well crafted web development.
> --
> W: https://andrewhowden.com/
> PGP: https://pgp.andrewhowden.com (79BAC08A6ED1FF1EABE350A7587D3B
> 3A961D2D2D)
> --
>
> --
> You received this message because you are subscribed to the Google Groups
> "Kubernetes user discussion and Q" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to kubernetes-users+unsubscr...@googlegroups.com.
> To post to this group, send email to kubernetes-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/kubernetes-users.
> For more options, visit https://groups.google.com/d/optout.
>



-- 

Thanks,

Mayur

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.


[kubernetes-users] Re: Slow response times using default Ingress on GKE

2018-04-22 Thread fadya via Kubernetes user discussion and Q

Hello Dave, 

Since your question is technical, you may get help from community experts and 
enthusiasts at serverfault.com. Make sure you include proper tags when you ask 
your question. For example, if using Google Cloud Kubernetes Engine [1] you may 
tag it as [google-kubernetes-engine], and [kubernetes]; but if using a 
Kubernetes cluster on Compute Engine, you may tag it as [kubernetes], and 
[google-compute-engine]. 

On the other hand, while I was checking the Ingress prerequisites [2], I 
understood that “Google Kubernetes Engine deploys an ingress controller on the 
master” for you, and like this tutorial [3] it creates the load balancer. 
According to the prerequisites, and this github page [4],  it is still in beta, 
and you may check the limitations and expectations [5] with latency on the same 
page.
That said, and if you suspect a defect with the Ingress Controller/ Google 
Cloud Load Balancer you may open a report through issue tracker [6]. But after 
verifying the correct settings with the community, and reviewing the above as 
not an expected behavior.  I hope that helps.

[1] https://console.cloud.google.com/kubernetes
[2] 
https://kubernetes.io/docs/concepts/services-networking/ingress/#prerequisites
[3] https://cloud.google.com/kubernetes-engine/docs/tutorials/http-balancer
[4] 
https://github.com/kubernetes/ingress-gce/blob/master/BETA_LIMITATIONS.md#glbc-beta-limitations
[5] 
https://github.com/kubernetes/ingress-gce/blob/master/BETA_LIMITATIONS.md#latency
[6] https://cloud.google.com/support/docs/issue-trackers

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.


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 
wrote:

> Holaa
>
> On Sat., 21 Apr. 2018, 9:50 pm Mayur Nagekar, 
> wrote:
>
>> Can you login into the master and run `docker images` and `docker ps -a`
>> ? is the control plane intact/sane ?
>>
>
> Can't login to the master; it's managed but Google Kubernetes Engine. Thus
> the bug ^^ it does seem 100% dead though
>
>> --
> Andrew Howden
> Careful, well crafted web development.
> --
> W: https://andrewhowden.com/
> PGP: https://pgp.andrewhowden.com (79BAC08A6ED1FF1EABE350A7587D3B
> 3A961D2D2D)
> --
>
> --
> You received this message because you are subscribed to the Google Groups
> "Kubernetes user discussion and Q" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to kubernetes-users+unsubscr...@googlegroups.com.
> To post to this group, send email to kubernetes-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/kubernetes-users.
> For more options, visit https://groups.google.com/d/optout.
>



-- 

Thanks,

Mayur

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.


[kubernetes-users] Re: Slow command on kubectl

2018-04-22 Thread Cristian Monti
Sorry, but what port are you talking about? because when i run the command 
i have never specify a port or ip to talk with

Il giorno sabato 21 aprile 2018 16:27:30 UTC+2, he...@andrewhowden.com ha 
scritto:
>
> Hola Christian; 
>
> That means that the kubetl client is not able to make a connection to the 
> kube apiserver. I think, when enabled, the non TLS port is exposed over 
> local host for that service? 
>
> At any rate, it's worth:
>
> - checking that the kube-apiserver is running, and is configured to listen 
> on that port 
> - there are no firewalls in place between the client (kubectl) and the 
> kube-apiserver
>
> If you run 
>
> kubectl get pods -v=9
>
> Kubectl will show you a cURL command you can use to further debug the 
> issue. 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.


Re: [kubernetes-users] Disappearing k8s master

2018-04-22 Thread Andrew Howden
Holaa

On Sat., 21 Apr. 2018, 9:50 pm Mayur Nagekar, 
wrote:

> Can you login into the master and run `docker images` and `docker ps -a` ?
> is the control plane intact/sane ?
>

Can't login to the master; it's managed but Google Kubernetes Engine. Thus
the bug ^^ it does seem 100% dead though

> --
Andrew Howden
Careful, well crafted web development.
--
W: https://andrewhowden.com/
PGP: https://pgp.andrewhowden.com (79BAC08A6ED1FF1EABE350A7587D3B3A961D2D2D)
--

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.