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

[quay-tng] Routes` API: no matches for kind "Route" #381

Open
dicolasi opened this issue Dec 29, 2020 · 1 comment
Open

[quay-tng] Routes` API: no matches for kind "Route" #381

dicolasi opened this issue Dec 29, 2020 · 1 comment

Comments

@dicolasi
Copy link

I am using the tng operator on kubernetes 1.17.
Here my configuration:

apiVersion: quay.redhat.com/v1
kind: QuayRegistry
metadata:
  name: quay-registry
spec:
  components:
    - kind: route
      managed: false

But installation fails with the following error:

│ 2020-12-29T09:47:41.617Z    DEBUG    controller-runtime.manager.events    Warning    {"object": {"kind":"QuayRegistry","namespace":"quay-enterprise","name":"quay-registry","uid":"f266d4a0-f8b2-4125-91 │
│ e2-81b2d4498f51","apiVersion":"quay.redhat.com/v1","resourceVersion":"3023565"}, "reason": "RouteComponentDependencyError", "message": "could not check for `Routes` API: no matches for kind \"Route\"  │
│ in version \"route.openshift.io/v1\""}

How do I specify the type of ingress?

@ricardomaraschini
Copy link
Contributor

At this stage only Route type is supported. We gonna need to implement support for other types of ingresses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants