konpyutaika / nifikop

The NiFiKop NiFi Kubernetes operator makes it easy to run Apache NiFi on Kubernetes. Apache NiFI is a free, open-source solution that support powerful and scalable directed graphs of data routing, transformation, and system mediation logic.
https://konpyutaika.github.io/nifikop/
Apache License 2.0
133 stars 45 forks source link

nifikop incompatible with cert-manager 1.6.0+ #57

Closed juldrixx closed 2 years ago

juldrixx commented 2 years ago

From nifikop created by michael81877: Orange-OpenSource/nifikop#153

Bug Report

As of cert-manager v1.6.0, it no longer publishes API versions v1alpha2, v1alpha3, and v1beta1. nifikop should be updated to support API v1, which was introduced in cert-manager v0.16:

https://github.com/jetstack/cert-manager/releases/tag/v1.6.0

This means you cannot run cert-manager v1.6.0 or later with nifikop.

Environment

Possible Solution Update nifikop to support cert-manager v1 CRDs

juldrixx commented 2 years ago

Hello @erdrix , We are evaluating nifikop and we are having this issue. We are willing to contribute to solve this.

I see there is an open PR, how can we help to get this merged soon

The PR is up :)

https://github.com/Orange-OpenSource/nifikop/pull/154

juldrixx commented 2 years ago

Hello @erdrix , We are evaluating nifikop and we are having this issue. We are willing to contribute to solve this.

I see there is an open PR, how can we help to get this merged soon

mh013370 commented 2 years ago

This can be closed