Re: [ssl] oc cluster up

2019-02-27 Thread Joel Pearson
Why not use an ansible installation for a single node instead? Then you can let ansible configure everything properly for you. Sent from my iPhone > On 28 Feb 2019, at 9:02 am, Pavel Maslov wrote: > > With my original question, I meant how can I secure the Web Console (I was > able to

Re: [ssl] oc cluster up

2019-02-27 Thread Pavel Maslov
With my original question, I meant how can I secure the Web Console (I was able to install a custom SSL certificate for the Router, so now it's the Web Console's turn). I am following the instructions from the documentation [1], but to no avail - Web Console is still picking up the default

Re: Architecture High Availability

2019-02-27 Thread Louis Santillan
Sergio, Some customers have a previously optimized etcd cluster(s). We can have OpenShift point at that cluster, if so desired. That is the External Etcd scenario. This can reduce significant load from the Master nodes. The other scenario is when OpenShift installs an etcd cluster on the

Re: Architecture High Availability

2019-02-27 Thread Sérgio Cascão
hi Trevor, thanks for your response. in your link they talk about HA, and these case you have one etcd for each master, if the one master goes down, you have always the etcd available. > It therefore provides an HA setup where losing a control plane instance or > an etcd member has less

Re: Configuring the admin console

2019-02-27 Thread Iago Santos
Hi Steve, Yes, I disabled it manually at the beginning, now I wanted to give it a try, thanks for your answer. Cheers, Iago. El mié., 27 feb. 2019 a las 9:41, Steve Bylo () escribió: > Hi Lago, > > I'm surprised it is not already installed as it should be by default. > > However ... > You

Re: Configuring the admin console

2019-02-27 Thread Steve Bylo
Hi Lago, I'm surprised it is not already installed as it should be by default. However ... You should set the "openshift_console_install = true" (default) variable in your inventory file and then re-run the usual 2 install playbooks.

Configuring the admin console

2019-02-27 Thread Iago Santos
Hi, Which playbook should I run in order to install and configure the cluster console [0] ? once I have the cluster running? is the "openshift-ansible/playbooks/openshift-console/config.yml" ? [0]