
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
안녕하세요.
EKS 클러스터를 생성하고 nodegroup 을 만들었는데요, 콘솔에 container runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized
메세지가 출력되었고 노드 상태가 Not Ready 가 되었습니다. 문제 해결을 위해 아래 2가지를 시도했음에도 해결이 되지 않아 문의 남깁니다.
[1. EKS 클러스터에 kube-proxy, Amazon VPC CNI, CoreDNS add-on 추가]

<Amazon VPC CNI 애드온의 EKS Pod Identity 권한>

[2. https://docs.aws.amazon.com/eks/latest/userguide/troubleshooting.html#troubleshoot-container-runtime-network 공식문서를 참고해서 아래 명령어들을 시도했으나 iamidentitymapping 을 생성하는 과정에서 에러 메세지가 출력되었습니다. ]
$ eksctl get iamidentitymapping --cluster k8s-study --region ap-northeast-2
Error: getting auth ConfigMap: Unauthorized
$ eksctl create iamidentitymapping --cluster k8s-study --arn arn:aws:iam::133143555446:role/k8s-study-node-role --group system:bootstrappers,system:nodes --username system:node:{{EC2PrivateDNSName}} --region ap-northeast-2
Error: getting list of API resources for raw REST client: the server has asked for the client to provide credentials





