tnozicka / openshift-acme

ACME Controller for OpenShift and Kubernetes Cluster. (Supports e.g. Let's Encrypt)
Apache License 2.0
319 stars 116 forks source link

Route not creating from ingress after applying cluster-wide openshift-acme #138

Closed rainbowjose closed 4 years ago

rainbowjose commented 4 years ago

What happened: Route not creating from ingress after applying cluster-wide openshift-acme.

What you expected to happen: route creating must work

How to reproduce it (as minimally and precisely as possible):

oc new-project acme
oc apply -fhttps://raw.githubusercontent.com/tnozicka/openshift-acme/master/deploy/cluster-wide/{clusterrole,serviceaccount,issuer-letsencrypt-live,deployment}.yaml
oc create clusterrolebinding openshift-acme --clusterrole=openshift-acme --serviceaccount="$( oc project -q ):openshift-acme" --dry-run -o yaml | oc apply -f -
oc project default

Anything else we need to know?:

Environment:

@tnozicka

rainbowjose commented 4 years ago

Not realated to acme, sorry.

tux-o-matic commented 3 years ago

@rainbowjose , did you actually managed to use the controller on a 4.x cluster? Based on #140 we seem to be several facing issues on 4.x clusters.