kops/hack/machine_types
tanjunchen 43bf6bdab6 fix-up gosimple check error 2019-10-07 11:59:57 +08:00
..
.gitignore Add makefile changes 2018-08-31 12:42:13 -04:00
BUILD.bazel Generated files: glog -> klog 2019-05-06 12:56:03 -04:00
README.md Add readme 2018-08-31 12:42:13 -04:00
machine_types.go fix-up gosimple check error 2019-10-07 11:59:57 +08:00
vpc_ip_resource_limit.go Add g4dn 2019-09-23 13:23:03 -04: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.