agent: |
ZTh6LRfwsf2Mwat1VF5NGet current Service Account Issuer URL to EKS Cluster
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
inputs
outputs
aws eks describe-cluster --region <region_name> --name <cluster_name> \
--query "cluster.identity.oidc.issuer" --output text
copied