Set default instance type for EC2 node template to t2.medium

https://github.com/rancher/rancher/issues/15327
This commit is contained in:
loganhz 2018-09-10 16:17:55 +08:00
parent 1a827c8e51
commit 4befb92c66
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ export default Component.extend(NodeDriver, {
let config = get(this, 'globalStore').createRecord({
type: 'amazonec2Config',
region: 'us-west-2',
instanceType: 't2.small',
instanceType: 't2.medium',
securityGroup: '',
zone: 'a',
rootSize: '16',