Closed tpantelis closed 3 months ago
🤖 Created branch: z_pr3155/tpantelis/sd_dns_op_error 🚀 Full E2E won't run until the "ready-to-test" label is applied. I will add it automatically once the PR has 2 approvals, or you can add it manually.
🤖 Closed branches: [z_pr3155/tpantelis/sd_dns_op_error]
This error was observed from the
ServiceDiscovery
controller:"error updating Openshift DNS operator: no kind is registered for the type v1.DNS in scheme "k8s.io/client-go/kubernetes/scheme/register.go:79""
The Openshift operator types are added to the scheme used by the controller manager but the
GeneralClient
needs to be set up with the same scheme.