Closed mathianasj closed 4 years ago
I think the better approach is to have both added for backward compatibility
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
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.