Skip to content

configmap "odlm-scope" not found #743

Description

@arcmop

/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:

kind: ConfigMap
apiVersion: v1
metadata:
  name: odlm-scope
  namespace: ibm-common-services
data: 
  namespaces: 

What did you expect to happen:

I reviewed the PR #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:

- ODLM version: > 1.5.x 
- Minikube/KIND/OCP version: OCP 4.7.9
- Kubernetes version: (use `kubectl version`): 1.20
- OS (e.g. from `/etc/os-release`): Red Hat Enterprise Linux CoreOS 47.83.202104250838-0 (Ootpa)

Metadata

Metadata

Assignees

Labels

kind/bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions