submariner-io / submariner-operator

Operator that deploys the various Submariner components.
Apache License 2.0
105 stars 66 forks source link

Fix SD error updating Openshift operator DNS instance #3155

Closed tpantelis closed 3 months ago

tpantelis commented 3 months ago

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.

submariner-bot commented 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.

submariner-bot commented 3 months ago

🤖 Closed branches: [z_pr3155/tpantelis/sd_dns_op_error]