Wattpad / kube-sqs-autoscaler

Kubernetes pod autoscaler based on queue size in AWS SQS
MIT License
66 stars 15 forks source link

Fix namespace mismatch when scaling down #6

Closed Phylu closed 7 years ago

Phylu commented 7 years ago

Unfortunately, my fix did produce a follow-up error in the namespace handling. The error looks: time="2017-07-18T13:09:30Z" level=error msg="Failed scaling down: Failed to scale down: the namespace of the object (mynamespace) does not match the namespace on the request (default)"

This commit should now fix this mismatch. I also already updated the version for your convinience :)