Skip to Content
Skip Breadcrumb

Tag: blog

I have decided to start my own company in 2017. So, I was looking for a solution for the company’s website.

Nowadays it’s quite easy to get a domain and a hosting provider. So, I looked for the platforms to build the site and Hugo caught my eyes. I wanted to use it.

But I didn’t have the time to dig into the Hugo templates, because I must run my company to earn money for a living 😀 in 🇦🇹.

There is now a description on the rhcloud how to create a custom role in openshift. Custom Role Creationtl;dr The required steps. export # oc export clusterrole edit > customrole.yaml # vi customrole.yaml edit change name: edit_without_rsh remove unwanted resources and verbs save file create # oc create -f clusterrole.yaml # oc adm policy add-role-to-user edit_without_rsh <username> -n <project> You can contact me for any further questions and orders
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-hap17You 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