quay-operator icon indicating copy to clipboard operation
quay-operator copied to clipboard

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

Open dicolasi opened this issue 4 years ago • 1 comments

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?

dicolasi avatar Dec 29 '20 09:12 dicolasi

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

ricardomaraschini avatar Apr 13 '22 12:04 ricardomaraschini