kops/hack/machine_types
Kubernetes Prow Robot f5645d2d1d
Merge pull request #7198 from mikesplain/automated-cherry-pick-of-#7166-origin-release-1.13
Automated cherry pick of #7166: update instances list with make update-machine-types
2019-06-28 06:49:40 -07:00
..
.gitignore Add makefile changes 2018-08-31 12:42:13 -04:00
BUILD.bazel Generated files: glog -> klog 2019-05-14 10:59:21 -04:00
README.md Add readme 2018-08-31 12:42:13 -04:00
machine_types.go Merge pull request #6933 from mikesplain/automated-cherry-pick-of-#6890-#6893-#6898-origin-release-1.13 2019-05-15 10:26:20 -07:00
vpc_ip_resource_limit.go Merge pull request #7198 from mikesplain/automated-cherry-pick-of-#7166-origin-release-1.13 2019-06-28 06:49:40 -07: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.