You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I have deployed the operator on OCP 4.11.9. The k8s-cluster-agent logs reported errors about listing resources at cluster scope like the one below: failed to list *v1.Deployment: deployments.apps is forbidden: User "system:serviceaccount:appdynamics:appdynamics-operator" cannot list resource "deployments" in API group "apps" at the cluster scope
This error is repeated for different resources (deployment, pod...) in different API group.
Checking the resources created by the chart there were a Role and a RoleBiding, but no CR and CRB. I have created these resources and the errors are gone.
is there a reason these resources aren't being created or is it an oversight? In the second case, i can add the missing files and open a PR.
Best regards,
Daniele
The text was updated successfully, but these errors were encountered:
Hi all,
I have deployed the operator on OCP 4.11.9. The
k8s-cluster-agent
logs reported errors about listing resources at cluster scope like the one below:failed to list *v1.Deployment: deployments.apps is forbidden: User "system:serviceaccount:appdynamics:appdynamics-operator" cannot list resource "deployments" in API group "apps" at the cluster scope
This error is repeated for different resources (deployment, pod...) in different API group.
Checking the resources created by the chart there were a Role and a RoleBiding, but no CR and CRB. I have created these resources and the errors are gone.
is there a reason these resources aren't being created or is it an oversight? In the second case, i can add the missing files and open a PR.
Best regards,
Daniele
The text was updated successfully, but these errors were encountered: