Open arcmop opened 3 years ago
Hi @arcmop
Thank you for pointing out this. We will add this prerequisite into the document when deploying the ODLM alone.
The ConfigMap odlm-scope
is created by ibm-common-service-operator`. It is used to manage the cluster permission of ODLM.
In order to make ODLM running properly, we require the ODLM to coordinate with cs-operator and namespace-scope operator.
/kind bug
What steps did you take and what happened: Operator auto update on OCP 4 got fail, the reason is:
configmap "odlm-scope" not found
I solved this by creating the empty configmap:
What did you expect to happen:
I reviewed the PR https://github.com/IBM/operand-deployment-lifecycle-manager/pull/542 , I think it is necsesary add to documentation or to the operator procedure the creation of that empty configmap to avoid issue.
Anything else you would like to add: File afected: config/manager/manager.yaml
Environment: