ianbelcher/eks-kubectl-action

Github action failing due to missing ARN

Closed this issue · 4 comments

My Github actions started to fail starting 2 hours ago, most likely after this commit 5145825

aws version
17 aws-cli/1.22.26 Python/3.10.0a7 Linux/5.11.0-1022-azure botocore/1.23.26
18 Attempting to update kubeconfig for aws
19 Added new context arn:aws:eks:ap-northeast-1:***:cluster/appname to /github/home/.kube/config
20
21 Parameter validation failed:
22 Invalid length for parameter RoleArn, value: 0, valid min length: 20
23
24 Parameter validation failed:
25 Invalid length for parameter RoleArn, value: 0, valid min length: 20
26
27 Parameter validation failed:
28 Invalid length for parameter RoleArn, value: 0, valid min length: 20
29
30 Parameter validation failed:
31 Invalid length for parameter RoleArn, value: 0, valid min length: 20
32 Unable to connect to the server: getting credentials: exec: executable aws failed with exit code 255

Just merging #14 now which should fix this issue. Sorry about the hassle @takapai!

Thank you @ianbelcher and @iuyt9003 !

Should be all good now. If you wanted to try rerunning your actions and let us know if there are any issue that would be great!

My jobs are succeeding now 👍