Wattpad / kube-sqs-autoscaler

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

Deployment apps/v1 Support #15

Open irotoris opened 3 years ago

irotoris commented 3 years ago

Kubernetes Deployment extensions/v1beta1 is Deprecated. Use apps/v1 instead of this. https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/

Have a forked repository with this change, fully test covered. Standing by. https://github.com/irotoris/kube-sqs-autoscaler/pull/1

Thanks.