You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
382 B

  1. deploymentName="test-kube-deploy"
  2. numControllers="2"
  3. numEtcd="3"
  4. numNodes="2"
  5. volSizeController="20"
  6. volSizeEtcd="20"
  7. volSizeNodes="20"
  8. awsRegion="us-west-2"
  9. subnet="subnet-xxxxx"
  10. ami="ami-32a85152"
  11. securityGroups="sg-xxxxx"
  12. SSHUser="core"
  13. SSHKey="my-key"
  14. master_instance_type="m3.xlarge"
  15. etcd_instance_type="m3.xlarge"
  16. node_instance_type="m3.xlarge"
  17. terminate_protect="false"