I'm trying to spin up a development environment where I can run an
openshift-ansible playbook against an 'oc cluster up' cluster. It's working
except for the default subdomain does not match, causing TLS cert error:

oauthproxy.go:582: error redeeming code (client:172.17.0.1:52368): Post
https://127.0.0.1.nip.io:8443/oauth/token: x509: certificate is valid for
prometheus.openshift-metrics.svc,
prometheus.openshift-metrics.svc.cluster.local, not 127.0.0.1.nip.io

I would expect that 'oc cluster up --routing-suffix=127.0.0.1.nip.io' would
configure the subdomain. How can I configure this?
_______________________________________________
dev mailing list
dev@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev

Reply via email to