summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/create_cluster/eks_cluster/constants.js
blob: 0f0db2090c102eaadafc5be93bcf7422724b6d08 (plain)
1
2
3
4
5
6
7
8
export const DEFAULT_REGION = 'us-east-2';

export const KUBERNETES_VERSIONS = [
  { name: '1.14', value: '1.14' },
  { name: '1.15', value: '1.15' },
  { name: '1.16', value: '1.16', default: true },
  { name: '1.17', value: '1.17' },
];