Replies: 6 comments 4 replies
-
were you able to resolve this? |
Beta Was this translation helpful? Give feedback.
-
We had a similar issue(message":"pods is forbidden: User "system:anonymous" cannot list resource "pods" in tasks logs) on MWAA + EKS on Fargate. |
Beta Was this translation helpful? Give feedback.
-
Yes
…On Mon, Mar 18, 2024, 15:22 0x26res ***@***.***> wrote:
Hi @meshok0 <https://github.com/meshok0>, just to confirm, did you change
the verbosity from the default (INFO) to WARNING and it worked?
—
Reply to this email directly, view it on GitHub
<#37178 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAWJGWGGT6KHU7BQ7BAE5HLYY3L65AVCNFSM6AAAAABCZ6JALCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQMRXGE4DM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Im facing this problem as well but I don't understand the fix. Why would changing the verbosity of the worker logs fix this. |
Beta Was this translation helpful? Give feedback.
-
I faced the same issue upgrading from version 2.0.2→2.7.2 and 2.0.2→2.8.1 and the issue still remained even after logging level adjustment. |
Beta Was this translation helpful? Give feedback.
-
mine ended up being network related. Even though the EKS API Server is public facing, it was still taking a private route. So I had to open access in the security group. https://stackoverflow.com/questions/78638015/aws-mwaa-times-out-trying-to-connect-to-eks-api-server/78638114#78638114 |
Beta Was this translation helpful? Give feedback.
-
While upgrading aws MWAA from 2.4.3 to 2.7.1, my
EksPodOperator
stopped working with this error:I haven't changed any of the permissions, so I believe some changes in the EksPodOperator, KubernetesPodOperator or any hook they use is causing the issue.
I've been following these instructions though they are not completely relevant since they use the KubernetesPodOperator instead of the EksPodOperator
This upgrade took me:
Beta Was this translation helpful? Give feedback.
All reactions