Understand nodeadm API versioning
mainThe nodeadm API types (under the node.eks.aws API group) follow Kubernetes-style versioning with three stability levels:
- Alpha (e.g.,
v1alpha2): Support may be removed at any time. Incompatible changes may occur without migration instructions. - Beta (e.g.,
v3beta4): Support remains for at least one release following deprecation. Incompatible changes in subsequent beta or stable versions will include migration instructions. - Stable (e.g.,
v5): Support aligns with the support lifecycle of the major Amazon Linux version used.