Learning (Jinseung Yu)
/
Kubernetes
/
Amazon EKS Pod Identity agent is not installed in the cluster. To use EKS Pod Identity to grant AWS permissions to pods through Kubernetes service accounts, install the Amazon EKS Pod Identity agent
Search
Amazon EKS Pod Identity agent is not installed in the cluster. To use EKS Pod Identity to grant AWS permissions to pods through Kubernetes service accounts, install the Amazon EKS Pod Identity agent
aws eks create-addon --cluster-name
<
클러스터-이름
>
--addon-name eks-pod-identity-agent
--region
ap-northeast-2
Shell
복사