Does anyone know what IAM permissions are needed to import an existing eks cluster? I've given accesskubernetesapi and list,describe cluster.
But I'm getting “ClusterUnavailable 503” errors from the eks-operator pod.
along with regular “unauthorised, requeuing” errors every 30 seconds.
c
cool-vegetable-4742
07/15/2022, 1:09 PM
Hey Dazzla, I am getting the same error. If you resolve this can you ping me with your solution please? I would really appreciate it!
b
boundless-dog-9864
07/15/2022, 1:10 PM
It was actually a permissions issue. The IAM role and use had been put in place OK. But the update to the aws-auth configmal was missed. Once that was done the errors went away immediately