eksctl utils
associate-iam-oidc-provider
- Sets up the
IAM OIDC Provideras a way to authenticate to the AWS API and associate it with the Kubernetes Cluster - It's useful so that you can use
AWS IAM rolesforKubernetes Service Accounts(IRSA)
eksctl utils associate-iam-oidc-provider \
--cluster "foo" \
--approve