quay-operator
quay-operator copied to clipboard
[quay-tng] Routes` API: no matches for kind "Route"
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?
At this stage only Route type is supported. We gonna need to implement support for other types of ingresses.