I would like a reliable method to verify that the Kubernetes version running on Amazon EKS is officially compatible with the version of AWX Operator / AWX that we are using.
- I’m not sure which documents or release pages to check, or when an upgrade becomes mandatory or strongly recommended.
What I’ve Checked So Far
- AWX Operator Release Notes
- https://github.com/ansible/awx-operator/releases
- Some releases say “Tested against Kubernetes vX.Y”, but not all.
Questions
- Is there an officially maintained compatibility matrix (EKS minor ←→ AWX Operator / AWX) beyond the scattered notes above?
- When should we plan an upgrade?
- E.g., Operator minor behind two releases?
- EKS entering extended support?
Any links, success stories, or official guidance would be highly appreciated.
Thanks for your time!