Closed cmoulliard closed 5 years ago
If I look to the pod of the olm-manager, I see this message
time="2019-10-05T09:12:33Z" level=warning msg="csv in namespace with no operatorgroups" csv=halkyon.v0.1.3 id=OTXzH namespace=test phase=
| time="2019-10-05T09:12:33Z" level=info msg="operatorgroup incorrect" csv=halkyon.v0.1.3 error="csv in namespace with no operatorgroups" id=OTXzH namespace=test phase=
| time="2019-10-05T09:12:33Z" level=info msg="not in operatorgroup namespace" csv=halkyon.v0.1.3 id=gjNQ6 namespace=test phase=
What should I do to resolve this message csv in namespace with no operatorgroups
?
If I create an operatorGroup within the namespace where I would like to install the operator, then that will work
apiVersion: operators.coreos.com/v1
kind: OperatorGroup
metadata:
name: halkyon-operators
Hello Charles,
This is by design and creating an OperatorGroup
is the correct course of action to resolve the blocker. If you're interested in learning more about OperatorGroups
, the following documentation may be helpful:
Question
I installed succcessfully on ocp3.11 OLM version 0.12.0 using the bash script
./install-olm.sh 0.12.0
and catalog like the manifest existIf I create the following subscription for one of the Operator packaged under the namespace
test
, nothing happens => no pod running an operator is createdOutput
What should I do to check what wrong is happening ?