mirror of https://github.com/rancher/ui.git
Merge pull request #4834 from bashofmann/eks-1.22
Add EKS 1.22, Remove EKS 1.18
This commit is contained in:
commit
1edfa8aeae
|
|
@ -681,7 +681,7 @@ export const EKS_REGIONS = [
|
||||||
];
|
];
|
||||||
|
|
||||||
// from https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html
|
// from https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html
|
||||||
export const EKS_VERSIONS = ['1.21', '1.20', '1.19', '1.18']; // sort newest->oldest so we dont have to run any logic to sort like other provider versions
|
export const EKS_VERSIONS = ['1.22', '1.21', '1.20', '1.19']; // sort newest->oldest so we dont have to run any logic to sort like other provider versions
|
||||||
|
|
||||||
export const nameFromResource = function(r, idField) {
|
export const nameFromResource = function(r, idField) {
|
||||||
let id = r[idField];
|
let id = r[idField];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue