I am using the free tier deployment for a REST API with Node / Express. I already have the server up and running and it responds to requests over just HTTP.
I'm trying to follow this guide to setup the certs using certbot: https://blog.openshift.com/create-https-based-encrypted-urls-using-routes/
When I try to run the command:
oc scale dc/router --replicas=0 -n default
I get back:
Error from server (Forbidden): deploymentconfigs.apps.openshift.io
"router" is forbidden: User "myUserName" cannot get
deploymentconfigs.apps.openshift.io in the namespace "default": no
RBAC policy matched
Any advice would be appreciated.