Re: [kubernetes-users] Imported docker image doesn't run on kubernetes

2017-10-31 Thread 'Tim Hockin' via Kubernetes user discussion and Q
You'll have to post more details then, including kubelet logs. On Tue, Oct 31, 2017 at 5:06 PM, Pier Lim wrote: > Yes I did ... sorry I forgot to mention that. I don't think it's the image > because my image without commits is loaded just fine. > Thanks. > >

Re: [kubernetes-users] Imported docker image doesn't run on kubernetes

2017-10-31 Thread Pier Lim
Yes I did ... sorry I forgot to mention that. I don't think it's the image because my image without commits is loaded just fine. Thanks. From: 'Tim Hockin' via Kubernetes user discussion and Q Sent: Wednesday, November 1, 2017

[kubernetes-users] Re: Slack channels for k8s meetup groups

2017-10-31 Thread Matt Baldwin
Hey Jorge - We actually encourage people to join our public slack to engage with us on the meetups we own. I don't think we would make use of other Slack channels for our meetups versus the ones we already monitor -- mainly, just avoiding the numerous channels

Re: [kubernetes-users] Imported docker image doesn't run on kubernetes

2017-10-31 Thread 'Tim Hockin' via Kubernetes user discussion and Q
It could be that kubernetes is trying to re-pull the image. Did you set `imagePullPolicy: Never` ? On Mon, Oct 30, 2017 at 11:15 PM, lppier wrote: > Hi, > > I am setting up some servers in an offline environment, and am downloading > some tensorflow images for use on these

[kubernetes-users] Slack channels for k8s meetup groups

2017-10-31 Thread Jorge Castro
Hi everyone, We're looking to expand the resources and support for our huge meetup community, so we'd like to provide meetups with a channel on the Kubernetes slack server if they so desire. We'll name them #meetup-$groupname, so #meetup-bayarea, or #meetup-detroit, and so on. We'll also make a

Re: [kubernetes-users] Multiple version of software on same namespace

2017-10-31 Thread Rui Goncalves
Thanks Warren. Really helpful. I'll tale a look at helm. On Tue, Oct 31, 2017 at 2:50 PM, Warren Strange wrote: > > What you are describing is a really good use case for namespaces. > > If you really want to deploy multiple instances to the same namespace, you >

Re: [kubernetes-users] Multiple version of software on same namespace

2017-10-31 Thread Warren Strange
What you are describing is a really good use case for namespaces. If you really want to deploy multiple instances to the same namespace, you could have a look at how some of the Helm charts do this. Some charts use dynamic labels to (e.g. app={{ .Release.Name }} ) to distinguish multiple

Re: [kubernetes-users] Multiple version of software on same namespace

2017-10-31 Thread rgoncalves
On Tuesday, October 31, 2017 at 7:41:45 AM UTC, Rodrigo Campos wrote: > On Mon, Oct 30, 2017 at 03:34:00AM -0700, rgoncal...@gmail.com wrote: > > I'm trying to figure out what's the best approach to deploy multiple > > versions of the same software in kubernetes without relying on namespaces. >

Re: [kubernetes-users] Expose individual pods externally?

2017-10-31 Thread David Rosenstrauch
Hi Tim. Thanks much for your response, and I appreciate your suggestions. Discussion inline. On 2017-10-31 12:24 am, 'Tim Hockin' via Kubernetes user discussion and Q wrote: On Mon, Oct 30, 2017 at 7:56 PM, David Rosenstrauch wrote: The problem is that the way the system

Re: [kubernetes-users] Multiple version of software on same namespace

2017-10-31 Thread rgoncalves
On Monday, October 30, 2017 at 3:31:01 PM UTC, Tim Hockin wrote: > What are you trying to do? Do you want 2 versions in perpetuity or do > you want to do some form of switchover? I'm trying to figure out the best approach to create an application deployment environment using Kubernetes. Usually

Re: [kubernetes-users] Container termination force pod termination?

2017-10-31 Thread Rodrigo Campos
On Fri, Oct 27, 2017 at 05:17:48PM -0400, David Rosenstrauch wrote: > I'm trying to make sure that as I'm deploying new services on our cluster, > that failures/restarts get handled in a way that's most optimal for > resiliency/uptime. > > > I'm simplifying things a bit, but if a piece of code

Re: [kubernetes-users] Multiple version of software on same namespace

2017-10-31 Thread Rodrigo Campos
On Mon, Oct 30, 2017 at 03:34:00AM -0700, rgoncal...@gmail.com wrote: > I'm trying to figure out what's the best approach to deploy multiple versions > of the same software in kubernetes without relying on namespaces. According > to the docs: > > "It is not necessary to use multiple namespaces