-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unable to fetch queue messages #147
Comments
Possible to share the complete log? |
Hi @alok87 : please see the example included in my issue. The WPA starts spitting out Note that I have anonymized the account number and queue name.
|
Does the queue exist in sqs? Possible to try using sqs client with same creds and see data comes? Just want to rule out the possibility of configuration issue first |
I generated temporary credentials manually using the AssumeRole. I believe it is working now. Previously my node's role permissions included the following as per this policy:
It was resolved by granting all read permissions on SQS:
My restarted WPA no longer logs any errors. |
can we close this? |
Do you think we should update something in the doc here on policy, https://github.com/practo/k8s-worker-pod-autoscaler#install |
WPA has verbosity in logs, may be try that.
|
Hello. I installed the WPA using the script in
hack/install.sh
.I am encountering the following error which I believe are permissions or
namespace related. I am running a v1.23 cluster in Amazon EKS.
The WPA scaler runs in the
kube-system
namespace and the WPA and example deployment run in a test namespace calledeks-sample-app
The WPA queueURI was configured manually using
kubectl edit
I have attached the following policy to the cluster service role.
Any idea how to proceed in debugging this?
I have looked through the documentation in the repo's README.md
An unrelated note: what is the context for the WPA Controller section of the
docs? In which context would
workerpodautoscaler run
be invoked? Is this a standalonebinary?
The text was updated successfully, but these errors were encountered: