mirror of https://github.com/rancher/ui.git
Merge pull request #3143 from loganhz/eks
Set 1.13 as default Kubernetes version for EKS
This commit is contained in:
commit
3d2eb99bd5
|
|
@ -54,7 +54,7 @@ export default Component.extend(ClusterDriver, {
|
|||
instanceType: 'm4.large',
|
||||
minimumNodes: 1,
|
||||
maximumNodes: 3,
|
||||
kubernetesVersion: '1.11'
|
||||
kubernetesVersion: VERSIONS[VERSIONS.length - 1],
|
||||
});
|
||||
|
||||
set(this, 'cluster.amazonElasticContainerServiceConfig', config);
|
||||
|
|
|
|||
Loading…
Reference in New Issue