Closed R3hankhan123 closed 2 months ago
Hi @R3hankhan123. The catalog image you're using quay.io/kuadrant/authorino-operator-catalog:latest looks to only contain bundled operators with channel: stable
, perhaps that's the issue with the subscription?
Hi, @adam-cattermole after using the stable
channel the install plan is still not being generated
It looks likely you're missing an OperatorGroup
for the authorino-operator
namespace which lets OLM install operators there. Could you try create one like this:
kubectl apply -f - <<EOF
apiVersion: operators.coreos.com/v1
kind: OperatorGroup
metadata:
name: authorino-og
namespace: authorino-operator
spec: {}
EOF
Interesting, usually the OperatorGroup
gets created by default. The solution worked though thanks!
Great, glad it's working! Will close this but feel free to re-open if you find an issue
When trying to install the authorino operator through the catalog source using the following commands
kubectl create namespace authorino-operator
The install plan is not getting generated and all available catalogsources are healthy