website
website copied to clipboard
OpenShift - broken link
on page https://cert-manager.io/docs/installation/openshift/#installing-with-cert-manager-operator in text "On OpenShift 4 you can also install cert-manager via the OperatorHub using the cert-manager operator"
the link towards redhat portal is broken
i just came across the same issue. what's more: even when i search for the operator on the openshift page i don't find it. is it possible that this isn't just a broken link but a bit more: that the operator isn't available at all (anymore)? is it still a viable option to use an operator for this on openshift or do we need to deploy it manually?
I had the same issue. So having no instructions on running cert-manager
with the operator, I followed what I thought was the right thing and ended up with somewhat messy openshift-operators
namespace.
- Installed the
cert-manager
operator with OperatorHub - Created an instance of CertManager using the Form View
- Because the
cert-manager
namespace was never created, the CertManager instance defaults toopenshift-operators
namespace.
- Because the
I ended up with cert-manager
deployed in openshift-operators
along with corresponding secrets and such...
I removed everything (deleted CertManager and then operator) and created cert-manager
namespace. Only after that, the CertManager instance defaults to cert-manager
namespace.
I think I created a duplicate of this in https://github.com/cert-manager/website/issues/556. I'll close my other issue.
We chatted a bit about this broken link this morning, and Matt found a link to a "Container Application":
https://catalog.redhat.com/software/containers/jetstack/cert-manager-controller/5e9999b769aea31642b60fef
@mattbates How do I find the link to the OpenShift Operator listing for cert-manager to fix the dead link?
@maelvls looks like this issue is fixed? I think @wallrj fixed this in #626?