Bruce_Lu

Results 9 comments of Bruce_Lu

@nazarewk Hi, "arn:aws:iam::XXXXXX:role/infra-test-12345-efs-csi-node" is your serviceaccount binding role or nodergroup role ?

@pahud Hi, Pahud Many thanks for ur troubleshoot. I also met the similar promble when create the eks cluster by cdk. I just create the eks cluster, not create the...

@pahud Many thanks for your help, btw, Is there an expected resolution time for this issue? I can use the old version(2.65) to create the EKS Cluster.But I dont think...

@pahud Yes, I can deploy the EKS Cluster via cdk v2.65 in cn-north-1.

Hi Pahud @pahud , yes, I can create the eks cluster via v2.65 and v2.66, but without the Nodegroup resource. I think like this: ``` const cluster = new eks.Cluster(this,...

VPC CNI : v1.20.4-eksbuild.1 Kube-Proxy : v1.33.3-eksbuild.10

I didnt use the custom network configuration or network policy, and just use the VPC-CNI default mode.

Hi @mselim00 Many thanks for your reply, `sleep 300` is used to simulate downloading and installing monitoring software before node join the cluster. Actually we have already mitigated this issue...