DX APM SaaS : UMA : GKE Monitoring : Auto Attach is not working in GKE
search cancel

DX APM SaaS : UMA : GKE Monitoring : Auto Attach is not working in GKE

book

Article ID: 280030

calendar_today

Updated On:

Products

DX APM SaaS

Issue/Introduction

UMA : GKE Monitoring : Auto Attach is not working in GKE

 

Environment

DX SaaS 

UMA 24.2

GKE Version 1.27.9-gke.1092000

Cause

Configuration 

Resolution

 Resolved by setting tenant id with cohort id , specify the credential, cluster name, and corrected the dynamicPropertyResolution om uma-cr.yaml file. 

uma-cr.yaml operator file: 

spec:
  agentManager:
    url: 
    credential:               
    # tenantID is Cohort ID of DX SaaS tenant.
    # After logging into DX SaaS, Cohort ID is available at "Launch Pad -> Settings -> Connector Parameters"
    # tenantID is only required if Kubernetes/OpenShift events monitoring is enabled in UMA.
    tenantID: "          "
    httpProxy:
      host:
      port:
      username:
      password:
  # Name of the cluster.
  clusterName:   
  # Cluster type, either Kubernetes or OpenShift.
  type: Kubernetes
  prefix: k8s

 

 dynamicPropertyResolution:
          hostName: "             "
          agentName: "             "