mirror of https://github.com/kubernetes/kops.git
PR #6058 addded dedup in a better way than I had previously done, so remove my more complicated and now superfluous second dedup. |
||
---|---|---|
.. | ||
.gitignore | ||
BUILD.bazel | ||
README.md | ||
machine_types.go | ||
vpc_ip_resource_limit.go |
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.