kops/hack/machine_types
Justin SB eae28aba1e update-machine-types: more metal instance types
m5, m5d, r5, r5d, z1d metal types
2019-02-28 16:18:44 -05:00
..
.gitignore Add makefile changes 2018-08-31 12:42:13 -04:00
BUILD.bazel Update bazel 2018-11-25 22:46:38 +00:00
README.md Add readme 2018-08-31 12:42:13 -04:00
machine_types.go Replace MaxPods in machine type data with InstanceENIs and InstanceIPsPerENI 2018-11-25 22:35:25 +00:00
vpc_ip_resource_limit.go update-machine-types: more metal instance types 2019-02-28 16:18:44 -05:00

README.md

Machine Types Generator

To prevent errors or lagging updates, we use this generator to update the known aws machine types that are hard coded in kops.

This generator uses the AWS Pricing API to get most of it's info on what instance types are supported.

Usage

make update-machine-types
git add .
git commit -am "Updated machine types"

TODO:

  • Cross reference other regions besides us-east-1. Currently we just look at one region to determine instance types.