[kubernetes-users] GET request to Kube API returns two different results

2018-02-15 Thread Josh Harshman
Two pods running in different namespaces are returning different results from the same GET request. i.e: ``` bash curl \ --insecure \ -X "GET" \ -H "Accept: application/json" \ -H "Authorization: Bearer $(https://kubernetes.default:443/api/v1/namespaces/mynamespace/unseal-keys; ```

Re: [kubernetes-users] Re: Is it possible to pool resources across hosts/nodes like VMware does

2018-02-15 Thread 'David Oppenheimer' via Kubernetes user discussion and Q
I read the VMWare page. AFAICT they are not saying that a VM can be spread across multiple physical hosts. A "resource pool" appears to be a quota pool. They are using a quota model somewhat like the kube-arbitrator , where quota is a

[kubernetes-users] Re: Problem with GKE and additional zone.

2018-02-15 Thread Łukasz Byjoś
Finally! After half hour it worked and I could delete GCE instances and instance groups. But still, I'll be billed for them because of I dont know, GCP error? W dniu czwartek, 15 lutego 2018 21:40:27 UTC+1 użytkownik Łukasz Byjoś napisał: > > Hi. I have GKE cluster at europe-west2-a with two

[kubernetes-users] Problem with GKE and additional zone.

2018-02-15 Thread Łukasz Byjoś
Hi. I have GKE cluster at europe-west2-a with two node pools - pool-1 with normal machines - pool-preempt with preemptible machines At 2nd Feb I had a problem with no preempt machines available in "a" and I wanted to check what about other zones. So I edited my cluster to also create

[kubernetes-users] Re: Are Secrets encrypted at rest in Google Kubernetes Engine?

2018-02-15 Thread Mark NS
Hi Maya, Thanks for the reply. My googling had always centred around GKE and Kubernetes, rather than the underlying GCP infrastructure, but this is indeed sufficient. Regards, Mark On Wednesday, 14 February 2018 18:16:16 UTC+1, Maya Kaczorowski wrote: > > Hi Mark, > No, the application-layer

Re: [kubernetes-users] Re: Is it possible to pool resources across hosts/nodes like VMware does

2018-02-15 Thread 'Tim Hockin' via Kubernetes user discussion and Q
I don't know VMWare either, but that seems disastrous from a predictability point of view. On Wed, Feb 14, 2018 at 8:02 PM, Warren Strange wrote: > > AFAIK you can not split a pod between more than one node. > > I know nothing about VMware, but I am guessing they can

Re: [kubernetes-users] How to update ssl certificate for ingress https load balancer

2018-02-15 Thread mderosa83
Hi, thanks for your suggestion. I can confirm that this procedure is working: 1) create another secret with the new ssl certificate: > kubectl create secret tls mynewsecret --key mynewkey.key --cert mynewcert.crt 2) edit ingress.yaml file in order to change the secretName: apiVersion: