Re: CentOS PaaS SIG meeting (2018-05-16)

2018-05-17 Thread Daniel Comnea
No biggie Ricardo, thank you ! On Wed, May 16, 2018 at 7:19 PM, Ricardo Martinelli de Oliveira < rmart...@redhat.com> wrote: > You are right, Daniel. My apologies for that. > > The subject is correct, but the body not. I will pay more attention for > the next meetings. > > On Wed, May 16, 2018 at

Re: Origin EOL policy and what does trigger a new minor release

2018-05-17 Thread Daniel Comnea
*PSB* On Wed, May 16, 2018 at 5:11 PM, Clayton Coleman wrote: > Currently the process is: > > 1. critical security vulnerabilities are back ported > 2. anyone is free to backport a change that is justifiable if you can get > review and meet the bar for review > 3. anyone who helps backport a cha

OpenShift Web Console - 3.9 - Pod / CrashLoopBackOff

2018-05-17 Thread Charles Moulliard
Hi, If we scale down/up the Replication Set of the OpenShift Web Console, then the new pod created will crash and report "Error: unable to load server certificate: open /var/serving-cert/tls.crt: permission denied" This problem comes from the fact that when the pod is recreated, then the scc ann

Re: OpenShift Web Console - 3.9 - Pod / CrashLoopBackOff

2018-05-17 Thread Sam Padgett
Charles, I'd try the steps in https://access.redhat.com/solutions/3428351 Sam On Thu, May 17, 2018 at 8:56 AM, Charles Moulliard wrote: > Hi, > > If we scale down/up the Replication Set of the OpenShift Web Console, then > the new pod created will crash and report > > "Error: unable to load se

Re: OpenShift Web Console - 3.9 - Pod / CrashLoopBackOff

2018-05-17 Thread Clayton Coleman
anyuid is less restrictive than restricted, unless you customized restricted. Did youvustomize restricted? On May 17, 2018, at 8:56 AM, Charles Moulliard wrote: Hi, If we scale down/up the Replication Set of the OpenShift Web Console, then the new pod created will crash and report "Error: una

Re: OpenShift Web Console - 3.9 - Pod / CrashLoopBackOff

2018-05-17 Thread Sam Padgett
The file mode is 400, and I think anyuid breaks reading it since the user changes. https://github.com/openshift/openshift-ansible/blob/master/roles/openshift_web_console/files/console-template.yaml#L90 The console doesn't need anyuid... I'm not sure what's adding it. Sam On Thu, May 17, 2018 at

Re: OpenShift Web Console - 3.9 - Pod / CrashLoopBackOff

2018-05-17 Thread Charles Moulliard
The trick / solution described there doesn t work. I tried also using the ansible playbook of Openshift to remove the project and recreate it and the pod is always recreated with Openshift annotation = anyuid On Thu, May 17, 2018, 15:01 Sam Padgett wrote: > Charles, I'd try the steps in > > htt

Re: OpenShift Web Console - 3.9 - Pod / CrashLoopBackOff

2018-05-17 Thread Charles Moulliard
Personaly no. Fyi web console was installed using Openshift ansible playbook On Thu, May 17, 2018, 15:03 Clayton Coleman wrote: > anyuid is less restrictive than restricted, unless you customized > restricted. Did youvustomize restricted? > > On May 17, 2018, at 8:56 AM, Charles Moulliard > wr

Re: OpenShift Web Console - 3.9 - Pod / CrashLoopBackOff

2018-05-17 Thread Charles Moulliard
Do you want that I create a ticket to report the error which is really blocking/critical ? On Thu, May 17, 2018 at 5:20 PM, Charles Moulliard wrote: > Personaly no. Fyi web console was installed using Openshift ansible > playbook > > On Thu, May 17, 2018, 15:03 Clayton Coleman wrote: > >> anyui

Re: OpenShift Web Console - 3.9 - Pod / CrashLoopBackOff

2018-05-17 Thread Charles Moulliard
Even if I add the webconsole ServiceAccount to scc anyuid, pod fails to start https://gist.github.com/cmoulliard/f05b9bc762cbab9993087b1a44aa1331 On Thu, May 17, 2018 at 7:42 PM, Charles Moulliard wrote: > Do you want that I create a ticket to report the error which is really > blocking/criti