OKD 3.9 to 3.10 upgrade failure on CentOS

2018-11-19 Thread Dharmit Shah
Hi, I'm trying to upgrade my OKD 3.9 cluster to 3.10 using openshift-ansible. I have already described the problem in detail and provided logs on the GitHub issue [1]. I could really use some help on this issue! Regards, Dharmit [1] https://github.com/openshift/openshift-ansible/issues/10690

Regarding Logging

2018-11-19 Thread Kasturi Narra
Hello Everyone, I have a setup where i am trying to install logging using ocp3.9+ cns3.11 . I see that logging pods are up and running but when i access the webconsole i get an error present at [1] and i tried the solution provided at [2] but having no luck. Can some one of you please help

Re: Regarding Logging

2018-11-19 Thread Jeff Cantrill
It doesn't appear you have any fluentd pods which are responsible for collecting logs from the other pods. Are your nodes labeled with 'logging-infra-fluend=true' On Mon, Nov 19, 2018 at 7:28 AM Kasturi Narra wrote: > Hello Everyone, > >I have a setup where i am trying to install logging

Re: Regarding Logging

2018-11-19 Thread Kasturi Narra
Hello Jeff, yes , i do have it. Here is the output i have got. dhcp46-68.lab.eng.blr.redhat.comReady 6d v1.9.1+a0ce1bc657

Re: Regarding Logging

2018-11-19 Thread Rich Megginson
On 11/19/18 8:32 AM, Kasturi Narra wrote: Hello Jeff,    yes , i do have it. Here is the output i have got. dhcp46-68.lab.eng.blr.redhat.com    Ready        6d        v1.9.1+a0ce1bc657

Re: Regarding Logging

2018-11-19 Thread Kasturi Narra
Hello, Please find replies line On Mon, Nov 19, 2018 at 9:12 PM Rich Megginson wrote: > On 11/19/18 8:32 AM, Kasturi Narra wrote: > > Hello Jeff, > >yes , i do have it. Here is the output i have got. > > > > dhcp46-68.lab.eng.blr.redhat.com < >

Re: Regarding Logging

2018-11-19 Thread Rich Megginson
Try unlabeling then relabeling the nodes: oc label node --all logging-infra-fluentd- wait a minute oc label node --all logging-infra-fluentd=true On 11/19/18 8:44 AM, Kasturi Narra wrote: Hello,   Please find replies line On Mon, Nov 19, 2018 at 9:12 PM Rich Megginson