Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. clusterName: us-west-2
  2. externalDNSName: k8.svc.production.tld
  3. createRecordSet: true
  4. recordSetTTL: 300
  5. hostedZoneId: ...
  6. keyName: kube-aws
  7. region: us-west-2
  8. kmsKeyArn: ...
  9. controllerCount: 2
  10. controller:
  11. subnets:
  12. - name: az-a-subnet
  13. - name: az-b-subnet
  14. loadBalancer:
  15. private: false
  16. controllerInstanceType: t2.large
  17. controllerRootVolumeSize: 30
  18. controllerRootVolumeType: gp2
  19. workerInstanceType: t2.large
  20. workerRootVolumeSize: 100
  21. etcdCount: 3
  22. etcd:
  23. subnets:
  24. - name: az-a-subnet
  25. - name: az-b-subnet
  26. etcdInstanceType: t2.large
  27. etcdDataVolumeEphemeral: true
  28. vpcId: ...
  29. routeTableId: ...
  30. vpcCIDR: "10.0.0.0/16"
  31. subnets:
  32. - name: az-a-subnet
  33. availabilityZone: us-west-2a
  34. instanceCIDR: "10.0.11.0/24"
  35. - name: az-b-subnet
  36. availabilityZone: us-west-2b
  37. instanceCIDR: "10.0.21.0/24"
  38. worker:
  39. nodePools:
  40. - name: az-a-node-pool
  41. subnets:
  42. - name: az-a-subnet
  43. instanceType: t2.medium
  44. count: 1
  45. rootVolumeSize: 100
  46. rootVolumeType: gp2
  47. rootVolumeIOPs: 0
  48. autoScalingGroup:
  49. minSize: 1
  50. maxSize: 10
  51. rollingUpdateMinInstancesInService: 2
  52. waitSignal:
  53. enabled: true
  54. - name: az-b-node-pool
  55. subnets:
  56. - name: az-b-subnet
  57. instanceType: t2.medium
  58. count: 1
  59. rootVolumeSize: 100
  60. rootVolumeType: gp2
  61. rootVolumeIOPs: 0
  62. autoScalingGroup:
  63. minSize: 1
  64. maxSize: 10
  65. rollingUpdateMinInstancesInService: 2
  66. waitSignal:
  67. enabled: true
  68. elasticFileSystemId: ...
  69. stackTags:
  70. Name: "kubernetes"
  71. Environment: "us-west-2"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement