s9r-5
s9r-5
From this link it is saying to have service account with the role but we are not creating same with buleprint addon module. https://docs.aws.amazon.com/prometheus/latest/userguide/set-up-irsa.html#set-up-irsa-ingest
I am using complete-kubernetes-addons example . ``` module "eks_kubernetes_addons" { source = "github.com/aws-ia/terraform-aws-eks-blueprints//modules/kubernetes-addons?ref=v4.0.9" eks_cluster_id = module.eks_addon.eks_cluster_id # EKS Managed Add-ons enable_amazon_eks_coredns = true enable_amazon_eks_kube_proxy = true enable_amazon_eks_vpc_cni = true #...
I was looking into the manifest file after chart deployment and amp workspace url is not getting passed anywhere. ```helm get manifest prometheus -n prometheus``` ``` --- # Source: prometheus/charts/kube-state-metrics/templates/serviceaccount.yaml...
Hi @askulkarni2 , I tried passing workspace endpoint directly but no luck. ``` amazon_prometheus_workspace_endpoint = "https://aps-workspaces.us-east-2.amazonaws.com/workspaces/ws-******/" ```
Hi @askulkarni2 , After adding the remote write property in config-map : ``` remote_write: - queue_config: capacity: 2500 max_samples_per_send: 1000 max_shards: 200 sigv4: region: us-east-2 url: https://aps-workspaces.us-east-2.******* ``` prometheus server...
I am facing the same issue . `User "system:serviceaccount:jaeger-operator:jaeger-operator" cannot list resource "namespaces" in API group "" at the cluster scope`
Anyone looking into this