Commit Graph

30 Commits

Author SHA1 Message Date
mikesplain 1c3db04588
Update and add back some sizes 2019-09-09 23:44:02 -04:00
Kubernetes Prow Robot bafd3c78c2
Merge pull request #7199 from mikesplain/automated-cherry-pick-of-#7166-origin-release-1.14
Automated cherry pick of #7166: update instances list with make update-machine-types
2019-06-28 06:51:37 -07:00
Christophe GASMI 18da254dc7 update instances list with make update-machine-types 2019-06-28 09:22:38 -04:00
Christophe GASMI 0ea7cc4876 update instances list with make update-machine-types 2019-06-27 19:40:29 -04:00
Kubernetes Prow Robot 9a5d1649bf
Merge pull request #6939 from mikesplain/automated-cherry-pick-of-#6890-#6893-#6898-origin-release-1.14
Automated cherry pick of #6890: Fix machine types with klog #6893: /etc/hosts (gossip): Stronger logic #6898: Add i3en
2019-05-15 10:26:20 -07:00
Justin SB 09fe7d86df Generated files: glog -> klog 2019-05-14 19:21:07 -04:00
Justin SB 2322c4269e Change code from glog to klog
We don't call klog.InitFlags yet, because that will cause a flag
redefinition error until we get everyone to stop using glog.  That
will happen when we update to k8s 1.13.
2019-05-14 19:21:01 -04:00
Mike Splain 1b3e2ab619 Add i3en 2019-05-10 13:34:14 -04:00
mikesplain a7c16e2c7d Fix machine types with klog 2019-05-10 13:34:13 -04:00
mikesplain 5edb925eef Add t3a family 2019-04-26 11:14:16 -04:00
mikesplain db6c0eb02c Update instances types
adds m5ad's and r5ad's
2019-04-03 11:22:50 -04:00
Justin SB 148a370f39 update-machine-types: more metal instance types
m5, m5d, r5, r5d, z1d metal types
2019-02-28 15:48:33 -05:00
mikesplain a331b107b6 Fix machine types and cleanup makefile 2019-01-31 17:44:18 -05:00
Justin Santa Barbara b78e4312ec machine-types: remove duplicate dedup
PR #6058 addded dedup in a better way than I had previously done, so
remove my more complicated and now superfluous second dedup.
2018-11-27 23:10:35 -05:00
k8s-ci-robot f57d836345
Merge pull request #6117 from justinsb/add_a1_and_c5n
Add a1 and c5n instance types
2018-11-27 09:56:27 -08:00
Justin Santa Barbara a29d223bc1 machine-type generator: Warn if instance type not in ENI map
And we write these warnings to the output, so that we can see them in
PR review.
2018-11-27 07:33:47 -05:00
Justin Santa Barbara 9a8100f74b Add a1 and c5n instance types
* Updated vpc_ip_resource_limits
* Ran `make update-machine-types`
2018-11-27 06:57:10 -05:00
Ripta Pasay 56a8059f8e Update bazel 2018-11-25 22:46:38 +00:00
Ripta Pasay 7ca6ddc9e0 Replace MaxPods in machine type data with InstanceENIs and InstanceIPsPerENI 2018-11-25 22:35:25 +00:00
Ripta Pasay ab8565df9c Import awsutils from amazon-vpc-cni-k8s plugin
https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/master/pkg/awsutils/vpc_ip_resource_limit.go
2018-11-25 20:45:33 +00:00
Ripta Pasay aa34956560 Ignore any duplicates being returned by the pricing API when rebuilding machine types 2018-11-25 20:45:33 +00:00
Ripta Pasay c2d82abd88 Calculate max pods based on Amazon VPC CNI plugin library 2018-11-25 20:45:33 +00:00
Justin SB 5dfcb9b59e
Update machine type generator
* Handle NA ECU value (map to zero)
* Deduplicate machine types (I was getting duplicates)
2018-11-18 21:02:40 -05:00
Justin Santa Barbara 2a2b873656 Move flag parsing out of init block
For whatever reason it wasn't working for me...
2018-09-22 02:47:39 -04:00
Justin Santa Barbara bb3e90513c machine-type generator: go vet fixes
Keep go vet happy - address its complaints about error formatting
2018-09-14 10:37:09 -04:00
Justin Santa Barbara e8650ca8ca Tweak machine_types generator to match our existing values
We weren't outputing the Burstable or GPU attributes, and the sorting
order wasn't quite the same.  This made verification harder.
2018-09-14 09:39:04 -04:00
Mike Splain 29e852a731 Add readme 2018-08-31 12:42:13 -04:00
Mike Splain 1fa04f82de Add makefile changes 2018-08-31 12:42:13 -04:00
Mike Splain 9f01ea79cb Add deps 2018-08-31 12:42:13 -04:00
Mike Splain 2e2039f03d First pass 2018-08-31 12:35:53 -04:00