diff --git a/lib/shared/addon/utils/amazon.js b/lib/shared/addon/utils/amazon.js index c3828864d..d9ad5d004 100644 --- a/lib/shared/addon/utils/amazon.js +++ b/lib/shared/addon/utils/amazon.js @@ -617,7 +617,7 @@ export const EKS_REGIONS = [ ]; // from https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html -export const EKS_VERSIONS = ['1.17', '1.16', '1.15']; // sort newest->oldest so we dont have to run any logic to sort like other provider versions +export const EKS_VERSIONS = ['1.18', '1.17', '1.16', '1.15', '1.14']; // sort newest->oldest so we dont have to run any logic to sort like other provider versions export const nameFromResource = function(r, idField) { let id = r[idField];