cert-manager-operator icon indicating copy to clipboard operation
cert-manager-operator copied to clipboard

OpenShift Cert-Manager Operator

Results 39 cert-manager-operator issues
Sort by recently updated
recently updated
newest added

I was messing around into some other repos and saw there was a `logr` being included here that wasn't widely used. To remove an extra dependency, I just consolidated the...

This PR adds the NetworkPolicy for the operator: 1. Deny all over podSelector 2. Allow-egress-to-api-server 3. Allow-ingress-to-metrics Steps followed: - Update the library-go to latest version so that it contains...

lifecycle/stale
do-not-merge/hold
needs-rebase
jira/valid-reference

If I install using this operator, would I still need to install https://github.com/cert-manager/openshift-routes?

I'm trying to build a proof-of-concept for the HTTP01Proxy as partially described in: - https://github.com/openshift/api/pull/2434 - https://github.com/openshift/enhancements/pull/1773 Changes: - Add new CRD and API type HTTP01Proxy (http01proxies.operator.openshift.io/v1alpha1). - Add minimal...

This PR updates OpenShift Container Platform documentation URLs to point to the latest available versions. ## Changes - Automatically updated OCP documentation links using [ocp-doc-checker](https://github.com/sebrandon1/ocp-doc-checker) - All documentation URLs now...

According to the OCP docs, if cluster monitoring should scrape a namespace, label openshift.io/cluster-monitoring: "true" should be set. Openshifts's Cert manager operator however incorrectly sets an annotation openshift.io/cluster-monitoring: "true" instead...

I'm trying to setup Azure Workload identity, I made it works, but I want to share a behavior that should be improved ! I'm using the cluster config: ```yaml apiVersion:...

## Summary by CodeRabbit - Chores - Introduced a CLI automation tool to streamline multi-step rebases with prerequisites checks, version auto-detection, and safety backups. - Supports dry-run mode, per-step execution,...

jira/valid-reference

Dear maintainers, all operators in our customers clusters are installed via a gitops approach using OpenShift GitOps (ArgoCD) and the [operators-installer](https://github.com/redhat-cop/helm-charts/tree/main/charts/operators-installer). After cert-manager operator installation we detected, that OpenShift GitOps...