origin crashed

2016-09-05 Thread Candide Kemmler
Hi, I have a development server setup made up of two nodes (1 master - 1 slave) running a bunch of different projects and environments which just crashed badly on me. Symptoms are: all containers in all projects are in pending state (orange circle) - when I try to `delete all`, things get remo

Promoting deploymentconfigs etc. from dev->testing->production

2016-09-05 Thread Pieter Nagel
All documentation I've seen so far shows how to build a Continuous Delivery pipeline by tagging a specific image for testing/deployment. But apps consist of more than single images, they also consist of surrounding deployment configs, services etc. that combine all together into a working system.

Re: Promoting deploymentconfigs etc. from dev->testing->production

2016-09-05 Thread Ben Parees
On Mon, Sep 5, 2016 at 8:59 AM, Pieter Nagel wrote: > All documentation I've seen so far shows how to build a Continuous > Delivery pipeline by tagging a specific image for testing/deployment. > > But apps consist of more than single images, they also consist of > surrounding deployment configs,

Re: origin crashed

2016-09-05 Thread Clayton Coleman
Did you change the IP of your master, or otherwise delete / alter the openshift-infra namespace? Or have your client certificates expired (is this cluster 1 year old(? Before deleting, try two things: oadm diagnostics >From the master (to see if it identifies anything). Also check your cer

Re: Dockers will be consuming large amount of memory

2016-09-05 Thread Clayton Coleman
Yes, that should generally not be an issue. Quota and limits should effectively box the containers, although you may want to use the downward API to tune your app (JVM or otherwise) to fit within the limits you specify at your container level. On Fri, Aug 26, 2016 at 4:05 AM, David Strejc wrote:

Re: few basic questions about S2I and docker run

2016-09-05 Thread Ben Parees
On Fri, Sep 2, 2016 at 4:27 PM, Ravi wrote: > > Ben, thanks for pointing me in right direction. However, after a week, I > am still struggling and need help. > > The questions you raised are genuine issues which, if managed by openshift > will be easy to handle, however if openshift does not mana

Re: few basic questions about S2I and docker run

2016-09-05 Thread Cameron Braid
Sorry to hijack your thread, but where is the "git repo volume example" ? In origin gitI can see the gitserver ( https://github.com/openshift/origin/tree/master/examples/gitserver) but it uses wither ephemeral or pvc. Cheers Cameron On Tue, 6 Sep 2016 at 12:34 Ben Parees wrote: > On Fri, Sep

Re: few basic questions about S2I and docker run

2016-09-05 Thread Ravi
Ben, You have been very helpful. I am sincerely thankful. > ​I still think you'll get more mileage by trying to use the system as it > was designed to be used(build an image with your compiled source built > in) instead of trying to force a different workflow onto it. I understand and agree. A

Re: few basic questions about S2I and docker run

2016-09-05 Thread Ben Parees
On Mon, Sep 5, 2016 at 11:12 PM, Cameron Braid wrote: > Sorry to hijack your thread, but where is the "git repo volume example" ? > ​you can see it in the doc here: https://docs.openshift.org/latest/dev_guide/volumes.html look for "gitrepo" but by default in openshift normal users are not perm

Re: few basic questions about S2I and docker run

2016-09-05 Thread Ben Parees
On Mon, Sep 5, 2016 at 11:42 PM, Ravi wrote: > > Ben, > > You have been very helpful. I am sincerely thankful. > > > ​I still think you'll get more mileage by trying to use the system as it > > was designed to be used(build an image with your compiled source built > > in) instead of trying to for

router host restrictions

2016-09-05 Thread Miloslav Vlach
Hi all, I would like to ask if there is any option to secure the route. For example, in apache I have the host restriction - only some IP address or host are allowed to get the virtual host. Is there any option how to do this in openshift ? Thanks Mila __