Closed ekuric closed 7 months ago
turned out that it was necessary to run oc patch configs.imageregistry.operator.openshift.io cluster --type merge --patch '{"spec":{"managementState":"Managed"}}'
after OCP cluster installation in order for sa
to be able to be created with their proper secrets. closing issue.
In OCP v4.15 installation of
odf-grafana
will fail. The reason is that OCP v4.15 has somehow different way to handle service accounts (sa
)For
OCP v4.15
we haveFor
OCP v4.14
we haveIt will be necessary to narrow down changes introduced in OCP v4.15 regarding
sa
and accordingly updateroles/datasource/tasks/main.yml
to handle that change. This issue is only placeholder where we can track it. I am working on this