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

error="no kind is registered for the type v1.Route" #136

Closed
jpkrohling opened this issue Nov 28, 2018 · 2 comments
Closed

error="no kind is registered for the type v1.Route" #136

jpkrohling opened this issue Nov 28, 2018 · 2 comments
Labels
bug Something isn't working

Comments

@jpkrohling
Copy link
Contributor

The OpenShift-specific feature of creating a Route for the Query deployment seems to be broken after the migration to the SDK 0.1.0:

ERRO[0009] failed to create                              error="no kind is registered for the type v1.Route"
ERRO[0009] failed to create                              error="no kind is registered for the type v1.Route" instance="&{{Jaeger io.jaegertracing/v1alpha1} {simplest  default /apis/io.jaegertracing/v1alpha1/namespaces/default/jaegers/simplest 13d08c78-f318-11e8-8426-525400eb2ad2 2518 1 2018-11-28 15:15:37 +0100 CET <nil> <nil> map[] map[] [] nil [] } {allInOne {jaegertracing/all-in-one:1.8 {map[]} {[] [] map[] {map[] map[]}}} {0  {map[]} {[] [] map[] {map[] map[]}}} {0  {map[]} {[] [] map[] {map[] map[]}}} { jaegertracing/jaeger-agent:1.8 {map[]} {[] [] map[] {map[] map[]}}} {{[]}} {memory {map[]} {<nil>   }} {<nil> oauth-proxy {[] [] map[] {map[] map[]}}} {[] [] map[] {map[] map[]}}} {}}"
@jpkrohling jpkrohling added the bug Something isn't working label Nov 28, 2018
@pavolloffay
Copy link
Member

Any tips how to fix this?

@pavolloffay
Copy link
Member

This seems to be the fix operator-framework/operator-sdk#477, but the SDK changed so k8sutil.AddToSDKScheme(route.Install) has to be changed to the new API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants