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

Operator will not start missing v1.CustomResourceDefinition #44

Closed mathianasj closed 4 years ago

mathianasj commented 4 years ago

When I try to start the operator against a 4.3.13 cluster locally I get the following error

Manager exited non-zero","error":"no kind is registered for the type v1.CustomResourceDefinition in scheme \"pkg/runtime/scheme.go:101

If I switch to register the v1 instead of v1beta1 it works.

mathianasj commented 4 years ago

I think the better approach is to have both added for backward compatibility

raffaelespazzoli commented 4 years ago

which line of code is generating the error?

On Tue, Apr 21, 2020 at 10:45 AM mathianasj notifications@github.com wrote:

I think the better approach is to have both added for backward compatibility

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/redhat-cop/cert-utils-operator/issues/44#issuecomment-617225656, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPERXGAQKRVZ2PQBDWAHS3RNWWQRANCNFSM4MNLXALQ .

-- ciao/bye Raffaele