[3.11] Installation and the curse of "Control plane pods didn't come up"

2019-08-29 Thread Anton Hughes
Hello I'm trying to install Openshift 3.11 on a one master, one worker node setup. The installation fails, and I can see in journalctl -r: 2730 kubelet.go:2101] Container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni

Re: repos for openshift origin 3.11 on Centos

2018-10-29 Thread Anton Hughes
Try adding the following to your inventory: openshift_additional_repos=[{'id': 'centos-okd-ci', 'name': 'centos-okd-ci', 'baseurl' :' http://buildlogs.centos.org/centos/7/paas/x86_64/openshift-origin311/', 'gpgcheck' :'0', 'enabled' :'1'}] On Mon, 29 Oct 2018 at 20:11, Ram Edara wrote: > I am

Re: [CentOS PaaS SIG]: Origin v3.11 rpms available for testing

2018-10-19 Thread Anton Hughes
file, centos-okd-ci.repo > [centos-okd-ci] > name=centos-okd-ci > baseurl= > http://buildlogs.centos.org/centos/7/paas/x86_64/openshift-origin311/ > gpgcheck=0 > enabled=1 > > yum search origin-node > will list the available rpms > > On 10/19/2018 04:09 PM, Anton Hughes

Re: [CentOS PaaS SIG]: Origin v3.11 rpms available for testing

2018-10-19 Thread Anton Hughes
Hi Daniel Unfortunately this is still not working for me. Im trying the method of adding the repo using the inventory file, eg, openshift_additional_repos=[{'id': 'centos-okd-ci', 'name': 'centos-okd-ci', 'baseurl' :' http://buildlogs.centos.org/centos/7/paas/x86_64/openshift-origin311/',

Re: [CentOS PaaS SIG]: Origin v3.11 rpms available for testing

2018-10-18 Thread Anton Hughes
xml: [Errno 14] HTTP Error 503 - Service Unavailable\nhttp:// rpms.svc.ci.openshift.org/openshift-origin-v3.11/repodata/repomd.xml: [Errno 14] HTTP Error 503 - Service Unavailable\nhttp:// rpms.svc.ci.openshift.org/openshift-origin-v3.11/repodata/repomd.xml: [Errno 14] HTTP Error 503 - Service

Re: [CentOS PaaS SIG]: Origin v3.11 rpms available for testing

2018-10-18 Thread Anton Hughes
Hi Daniel Can you please clarify how we use this repo url? Ive tried variations on the following but cannot get anything to work. openshift_additional_repos=[{'id': 'centos-okd-ci', 'name': 'centos-okd-ci', 'baseurl' :' https://cbs.centos.org/repos/paas7-openshift-origin311-testing/x86_64/os/',

Re: v3.11 - One or more checks failed

2018-10-12 Thread Anton Hughes
> > I suspect this is a OKD on CentOS ? > Yes, correct. On Sat, 13 Oct 2018 at 10:15, Daniel Comnea wrote: > I suspect this is a OKD on CentOS ? > > On Fri, Oct 12, 2018 at 9:50 PM Anton Hughes > wrote: > >> Hello >> >> Im trying to install 3.11, but

v3.11 - One or more checks failed

2018-10-12 Thread Anton Hughes
Hello Im trying to install 3.11, but am getting the below error/ Im using https://github.com/openshift/openshift-ansible/releases/tag/v3.11.0 Failure summary: 1. Hosts:xxx.xxx.xxx.xxx Play: OpenShift Health Checks Task: Run health checks (install) - EL Message:

Re: error running application using customized image stream

2018-08-07 Thread Anton Hughes
By default OpenShift doesnt allow containers to run using root user. Take a look at https://github.com/jboss-dockerfiles/keycloak/blob/master/server-openshift/Dockerfile#L9-L16 for an example of giving the permissions and setting a non-root user. On 7 August 2018 at 21:38, wrote: > Hello, > >

Re: how to query openshift api-version ?

2018-08-01 Thread Anton Hughes
You could try: oc version On 2 August 2018 at 13:39, Jack Hu wrote: > Hi , > > I know k8s has "kubectl api-versions " , but oc no such command , now > how to query openshift api-version ? > > > > > > ___ > users mailing list >