Sign in
agent:

Get current Service Account Issuer URL to EKS Cluster

There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

This is generated by default when the EKS cluster is created

aws eks describe-cluster --region <region_name> --name <cluster_name> \ --query "cluster.identity.oidc.issuer" --output text
copied