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

2017-10-30 Thread 'Tim Hockin' via Kubernetes user discussion and Q
On Mon, Oct 30, 2017 at 7:56 PM, David Rosenstrauch wrote: > Hi. I'm having some issues migrating an (admittedly somewhat > unconventional) existing system to a containerized environment (k8s) and was > hoping someone might have some pointers on how I might be able to work >

[kubernetes-users] Expose individual pods externally?

2017-10-30 Thread David Rosenstrauch
Hi. I'm having some issues migrating an (admittedly somewhat unconventional) existing system to a containerized environment (k8s) and was hoping someone might have some pointers on how I might be able to work around them. A major portion of the system is implemented using what basically are

Re: [kubernetes-users] unable to delete Job with initContainers

2017-10-30 Thread 'Matthew Moore' via Kubernetes user discussion and Q
I opened https://github.com/kubernetes/kubernetes/issues/54816 to track the issue. On Mon, Oct 30, 2017 at 1:34 PM, Matthew Moore wrote: > Thanks, that did it. > > On Mon, Oct 30, 2017 at 2:00 AM, 'Matthias Rampke' via Kubernetes user > discussion and Q

Re: [kubernetes-users] unable to delete Job with initContainers

2017-10-30 Thread 'Matthew Moore' via Kubernetes user discussion and Q
Thanks, that did it. On Mon, Oct 30, 2017 at 2:00 AM, 'Matthias Rampke' via Kubernetes user discussion and Q wrote: > Stab in the dark, but I'd try deleting it with --cascade=false, that > should delete it without parsing. Then clean up the pods separately. >

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

2017-10-30 Thread 'Tim Hockin' via Kubernetes user discussion and Q
What are you trying to do? Do you want 2 versions in perpetuity or do you want to do some form of switchover? On Mon, Oct 30, 2017 at 3:34 AM, wrote: > I'm trying to figure out what's the best approach to deploy multiple versions > of the same software in kubernetes

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

2017-10-30 Thread rgoncalves
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 just to separate slightly different resources, such as different versions of

Re: [kubernetes-users] unable to delete Job with initContainers

2017-10-30 Thread 'Matthias Rampke' via Kubernetes user discussion and Q
Stab in the dark, but I'd try deleting it with --cascade=false, that should delete it without parsing. Then clean up the pods separately. /MR On Sat, Oct 28, 2017, 22:56 'Matthew Moore' via Kubernetes user discussion and Q wrote: > If I specify initContainers