RE: DNS lookup failures

2018-02-23 Thread Brigman, Larry
The logging from dnsmasq was insightful. It looks like the lookups favor the second server in the list. In my case, the second server was for quick offsite lookups so it was failing the local lookups. From: Brigman, Larry Sent: Thursday, February 22, 2018 3:57 PM To: Clayton Coleman Cc:

Re: How to use DNS hostname of OpenShift on AWS

2018-02-23 Thread Roland Lichti
Hi Joel, kubernetes is using the AWS inventory information directly as soon as it detects the AWS cloud. Until now I did not find any solution to get to nice hostnames. Instead we label the "nice name" as "host" (oc label node host=abc) and use "oc get node -L host" to get the names listed.

error on scaling up cluster

2018-02-23 Thread Julio Saura
Hello i have been scaling up or oc origin cluster without any problem so far, but now i get this weird error when running de scale playbook running version oc v3.6.0+c4dd4cf kubernetes v1.6.1+5115d708d7 ansible-playbook -i /etc/ansible/hosts

Re: error on scaling up cluster

2018-02-23 Thread Julio Saura
solved sorry just copying ca-bundle.crt to ca.crt did the trick :/ > El 23 feb 2018, a las 11:31, Julio Saura escribió: > > Hello > > i have been scaling up or oc origin cluster without any problem so far, but > now i get this weird error when running de scale playbook