Re: [kubernetes-users] FQDN's for pods?

2017-09-05 Thread Quinn Comendant
Perhaps use a wrapper for hostname that returns a simulated hostname if called from your special program: #!/bin/bash if [[ $(ps -o comm= $PPID) == '/your/app/here' ]]; then echo "imitation.hostname.ourdomain.com" else /bin/hostname "$@" fi -- You received this message because you are

Re: [kubernetes-users] Re: gcePersistentDisks limit per GKE cluster

2016-09-27 Thread Quinn Comendant
On Mon, 26 Sep 2016 21:48:41 -0700, 'Tim Hockin' via Kubernetes user discussion and Q wrote: > The newer max PDs per machine. We support 16 PDs per machine. To fix > this we need to add a new schedulable resource for PD connections, and > that work is still in progress. Tim, when you said this

Re: [kubernetes-users] Re: gcePersistentDisks limit per GKE cluster

2016-09-27 Thread Quinn Comendant
On Tue, 27 Sep 2016 09:09:37 -0700, 'Tim Hockin' wrote: > You could use 1 PD per site, with subdirs for mysql and content, and > mount them using the `subPath` feature. That cuts your needs in half, > right off the bat. That is a great tip, thanks. Is the "subPath" option available in GKE? I

Re: [kubernetes-users] Re: gcePersistentDisks limit per GKE cluster

2016-09-26 Thread Quinn Comendant
On Mon, 26 Sep 2016 21:48:41 -0700, 'Tim Hockin' via Kubernetes user discussion and Q wrote: > The newer max PDs per machine. We support 16 PDs per machine. Huh! Well, there go my plans. Perhaps you can advise me then: I have 200 very-low-traffic wordpress sites I'd like to migrate to a GKE

[kubernetes-users] Re: [google-containers] How to change GKE Clusters Root Username/Password

2016-09-24 Thread Quinn Comendant
On Saturday, March 19, 2016 at 1:11:59 PM UTC-5, Robert Bailey wrote: > > The user name and password are currently fixed for the life of the > cluster. > Is this still true as of Sept 2016? I'm just starting out on GKE, and wonder what the recommended practice is if, e.g., developer laptop