OpenShift registry behind registry auth issues

2017-11-20 Thread Joel Pearson
Hi, I spend most of the day debugging why my OpenShift registry wasn’t working because the cluster lives behind a http proxy. I can see OpenShift ansible configured the registry with proxy settings including no_proxy, but in the error logs I could see during authentication it was trying to talk

Service Account for Deployment Trigger

2017-11-20 Thread Frank Liauw
Hi, I'm trying to use a service account on the oapi to instantiate deployments from outside my cluster, but am hitting 403 errors on everything. The token auth works, as I can see the SA username in the failure message. Even basic listing deployment configs are denied

Re: How to configure pod network manually

2017-11-20 Thread Patrik Dufresne
Hi Clayton, Thanks for your reply. So if I want to use SDN plugin, I must install openvswitch manually, on master and nodes. In openshift ansible project, I've noticed a reference to the "openshift/openvswitch" image. This image seems to be used to install a containerized version of openvswitch.