Skip to Content
Skip Breadcrumb

I have now created a docker image and pushed it on docker hub, based on my post How to use haproxy 1.7 in openshift router

openshift-origin-router-hap17

You can use this image as image parameter as described in the doc  Using a Different Router Image .

For example.

oc adm router region-west -o yaml \
    --images=me2digital/openshift-origin-router-hap17:latest \
    --credentials=${ROUTER_KUBECONFIG:-$KUBECONFIG} \
    --service-account=router

You can contact me for any further questions and orders