RE: Aggregating container logs using Kibana

2016-04-13 Thread Lorenz Vanthillo
Hi Eric, Thanks for your reply and the follow up of this issue. I've created a new origin 1.1.6 cluster (2 days ago) but still have the same issue: My environment is one master (with node) non schedulable, 2 'normal' nodes and one infra node. I still got the permission denied (The documentation

RE: Aggregating container logs using Kibana

2016-04-13 Thread Lorenz Vanthillo
Fixed the issue with nodeselectormismatching: So now I have 3 fluentd pods on my 2 normal nodes and my infranode: But still the same permission issue: NAME READY STATUS RESTARTS AGE logging-curator-1-j7mz0 1/1 Running 0 17m logging-deploy

making deployment easier

2016-04-13 Thread Candide Kemmler
My application is made up of several modules and jar dependencies (you guessed it, it's written in java). I have a complex setup involving a nexus repo and jenkins. To deploy one of the services that make up my app, I first have to build jar dependencies so they are available on my local repo. T

RE: Aggregating container logs using Kibana

2016-04-13 Thread Lorenz Vanthillo
I saw on https://github.com/openshift/origin/issues/8358: $ oc debug pod/logging-fluentd-80xzt -- cat /proc/self/attr/current Debugging with pod/debug-logging-fluentd-80xzt, original command: Waiting for pod to start ... system_u:system_r:svirt_lxc_net_t:s0:c216,c576 Removing debug pod ...

Re: making deployment easier

2016-04-13 Thread Aleksandar Kostadinov
Candide Kemmler wrote on 04/13/2016 10:53 AM: My application is made up of several modules and jar dependencies (you guessed it, it's written in java). I have a complex setup involving a nexus repo and jenkins. To deploy one of the services that make up my app, I first have to build jar depend

Re: making deployment easier

2016-04-13 Thread Candide Kemmler
Hi Aleksandar, > I might not be able to help a lot with your specific issues, but could you > explain more about them and possibly include some relevant logs? > > From your email it is not clear what exactly issues you're hitting. > With a more detailed explanation and specific examples, it is m

Re: making deployment easier

2016-04-13 Thread Aleksandar Kostadinov
Candide Kemmler wrote on 04/13/2016 12:12 PM: Hi Aleksandar, I might not be able to help a lot with your specific issues, but could you explain more about them and possibly include some relevant logs? From your email it is not clear what exactly issues you're hitting. With a more detailed ex

Re: making deployment easier

2016-04-13 Thread Maciej Szulik
What I'd personally suggest for a full-blown microservice is to keep aligned with 12 factor app [1]. There should be loose coupling between different components, iow. each one service should work without the others (fault-tolerant), which is in contradiction to what you were saying, since you've me

Secure route Origin 1.1.6

2016-04-13 Thread Den Cowboy
I have a docker container which is communicating on port 80 with another server. So it's using http and its an insecure route. Now we're going to use https (443). The other server has a certificate (.jks). How do I have to settle this? I have to create a secure route but which type? - passthrough

Re: Aggregating container logs using Kibana

2016-04-13 Thread Eric Wolinetz
On Wed, Apr 13, 2016 at 3:16 AM, Lorenz Vanthillo < lorenz.vanthi...@outlook.com> wrote: > I saw on https://github.com/openshift/origin/issues/8358: > > > $ oc debug pod/logging-fluentd-80xzt -- cat /proc/self/attr/current > Debugging with pod/debug-logging-fluentd-80xzt, original command: entryp

upgrade to latest

2016-04-13 Thread Candide Kemmler
It looks like the latest OO release is 1.1.6. I'm stuck at 1.1. How do I upgrade? ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users