redhat-cop / cert-utils-operator

Set of functionalities around certificates packaged in a Kubernetes operator
Apache License 2.0
95 stars 35 forks source link

Add v0.0.3 of operator to OpenShift and Upstream Community Operators #28

Closed ron1 closed 4 years ago

ron1 commented 5 years ago

Since most of the functionality of this operator is useful to the upstream Kubernetes community, consider making v0.0.3 available to both the OpenShift and upstream communities on OperatorHub.io.

raffaelespazzoli commented 5 years ago

right now the operator requires routes, which are not available in Kubernetes. However it may be possible to add a flag to disable the route controller and use the rest of the functionalities in a Kubernetes instance.

ron1 commented 5 years ago

Would it be possible on startup to only enable the route controller if the route api resource is available?

raffaelespazzoli commented 5 years ago

I think it should be possible, and this is a good idea.