Getting closer to having a running eks cluster now. my current issue is that none of the serviceaccounts, and i mean none of them, have proper permissions to resources. for example:
events is forbidden: User "systemserviceaccountplatform:signoz-otel-collector" cannot list resource "events" in API group "" in the namespace "platform"
pods "ebs-csi-controller-668d7b6977-s2875" is forbidden: User "systemnodeip-172-25-17-188.ec2.internal" cannot get resource "pods" in API group "" in the namespace "kube-system": no relationship found between node 'ip-172-25-17-188.ec2.internal' and this object
platform/signoz-clickhouse:unable to get CRD, got error: customresourcedefinitions.apiextensions.k8s.io "clickhouseinstallations.clickhouse.altinity.com" is forbidden: User "systemserviceaccountplatform:signoz-clickhouse-operator" cannot get resource "customresourcedefinitions" in API group "apiextensions.k8s.io" at the cluster scope
any help or advice would be appreciated. I did not modify any of the serviceaccounts in my values overrides.
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.