Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated backport of #3155: Fix SD error updating Openshift operator DNS instance #3156

Commits on Jul 22, 2024

  1. Fix SD error updating Openshift operator DNS instance

    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.
    
    Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
    tpantelis committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0d0e580 View commit details
    Browse the repository at this point in the history