Hi,
I would like to link ManageIQ to an OCP 4.6 cluster.
A cluster-reader service account is enough to be able to perform all operations?
Here is the sa creation process I use:
oc adm new-project management-infra --description="Management-Infrastructure"
oc create sa management-admin -n management-infra
oc adm policy add-cluster-role-to-user cluster-reader system:serviceaccount:management-infra:management-admin
oc adm policy add-scc-to-user privileged system:serviceaccount:management-infra:management-admin
oc adm policy add-cluster-role-to-user self-provisioner system:serviceaccount:management-infra:management-admin
What about the metrics section in the doc which is still pointing to the 3.5 version?
Thanks for your help.