Commit Graph

221 Commits

Author SHA1 Message Date
Justin Santa Barbara 0498f50602
Add a1 and c5n instance types
* Updated vpc_ip_resource_limits
* Ran `make update-machine-types`
2018-12-21 09:52:03 -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
Ilya Dmitrichenko 17a2c47495
Separate subnet utils into a standalone package 2018-10-26 12:01:47 +01:00
Liran Polak 6509e32b1b fix: boilerplate headers and packages list 2018-10-14 11:37:31 +03:00
Justin Santa Barbara 4378015f47 Remove last vestiges of _vendor directory
It got left behind because goautoneg is in mercurial, I believe.

Remove the _vendor/ directory & references to it - we have it in
vendor/ anyway.
2018-10-02 18:39:43 -07: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 f9bd0185d9
Merge branch 'master' into docs 2018-09-21 23:43:15 -07:00
k8s-ci-robot 2ad8588e51
Merge pull request #5635 from nareshku/support-albs-nlbs
Support for deletion of aws resources albs nlbs during delete
2018-09-21 11:40:33 -07:00
k8s-ci-robot 5db443d06a
Merge pull request #5785 from justinsb/vendor_misspell
Move verify-spelling to script, install from vendor
2018-09-17 13:30:07 -07:00
k8s-ci-robot 13ffa0f5a3
Merge pull request #5787 from justinsb/machine_type_generator_3
machine-type generator: go vet fixes
2018-09-14 10:43:40 -07:00
Justin Santa Barbara f0e541ec55 Move verify-spelling to script, install from vendor 2018-09-14 10:42:19 -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
k8s-ci-robot d81ab2acba
Merge pull request #5553 from mikesplain/machine_type_generator
Machine type generator
2018-09-14 07:24:59 -07: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
Naresh Kumar Amrutham 37651c3534 fixed merge conflicts 2018-09-10 11:45:47 -07:00
k8s-ci-robot 2f1d2e07f7
Merge pull request #5565 from justinsb/refactor_printer
Refactor tables package to be more reusable
2018-09-03 15:28:36 -07: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
Levi Blackstone 206d95d614
OpenStack: enable cluster state deletion
Stub out a list resources method and call it from the collector
so that cluster state can be deleted via the API.
2018-08-30 20:08:57 -06:00
Naresh Kumar Amrutham 29050e276d update packages file 2018-08-17 13:24:20 -07:00
Justin Santa Barbara 76f5ed2d9c Refactor tables package to be more reusable
We still need the reflect helpers, but we allow for clients to
register their own pretty-printers, which avoids the package
dependency for our pretty-printer.  We register our pretty printers in
an init function in the relevant package (in this case,
upup/pkg/fi/printers.go)

Fix #5551
2018-08-02 14:09:05 -04:00
k8s-ci-robot ed7408540b
Merge pull request #5507 from mikesplain/fix_gendocs
Fix api-gen-docs dependencies
2018-07-28 22:46:56 -07:00
Justin Santa Barbara 6505dc08f6 Add error handling for failed deletion of tempfiles
We create a helper package `try`
2018-07-27 15:14:08 -04:00
Mike Splain a291b6161e Fix api-gen-docs 2018-07-24 10:00:43 -04:00
k8s-ci-robot 28118f3da4
Merge pull request #5478 from kampka/bash-shebangs
Use portable shebang for hack scripts
2018-07-20 13:07:50 -07:00
k8s-ci-robot 61fe8626c9
Merge pull request #5477 from chrisz100/fix/travis-apimachinery
have travis fail when verify-apimachinery.sh fails and fix incompatible apimachinery
2018-07-20 10:52:59 -07:00
Christian Kampka 2c104e2779 Use portable shebang for hack scripts 2018-07-20 14:28:12 +02:00
Christian Jantz 574c99d4cc have travis fail when verify-apimachinery.sh fails 2018-07-20 12:51:24 +02:00
Justin Santa Barbara 128417c6d4 Introduce a global backoff to rate limit failed image downloads
This should help with runaway downloads of protokube.tar.gz
2018-07-19 12:13:17 -04:00
Rohith 528117b631 - adding the node authorization service into kops
- updated the Makefile to build the image (i think)
2018-07-06 20:14:35 +01:00
Rohith 304d0ce8a9 - consuming the node authorization api spec in nodeup binary
- adding the options builder to fill in the model
- adding the spec into the bootstrap config
2018-07-06 20:14:35 +01:00
LilyFaFa 7e1f400d11 delete cloud resources for ALicloud 2018-06-30 09:55:43 +08:00
k8s-ci-robot fbd1db81c5
Merge pull request #4564 from justinsb/vendor_gazelle
vendor gazelle
2018-06-04 20:05:56 -07:00
Justin Santa Barbara b13979660d bazel: add notes that tasks do not work 2018-06-04 10:45:52 -07:00
Justin Santa Barbara fe832e7be8 Add gazelle dependency, update toml, fix script 2018-06-04 08:12:05 -07:00
k8s-ci-robot e323fa918f
Merge pull request #5126 from justinsb/optional_etcd_manager
Support (optional) etcd-manager
2018-05-25 15:45:32 -07:00
Justin Santa Barbara ba87c36f73 Support (optional) etcd-manager 2018-05-25 16:01:22 -04:00
Manuel de Brito Fontes 6b205e599a
Generate live project documentation using mkdocs and gh-pages 2018-05-01 15:10:09 -03:00
xh4n3 2bdb9ede97 add user-agent for statistic purpose, add dep 2018-04-19 20:57:56 +08:00
Mike Splain 0f26d60339 Update rules go and gazelle 2018-04-18 14:48:42 -04:00
zengchen1024 280e775466 add network builder 2018-04-02 14:18:26 +08:00
k8s-ci-robot 96b6d1c6dc
Merge pull request #4714 from justinsb/boilerplate_year
Update boilerplate year
2018-03-19 13:42:59 -07:00
k8s-ci-robot 22561e4ecf
Merge pull request #4708 from justinsb/move_aws_resources
Move AWS resources into its own subpackage
2018-03-19 09:41:01 -07:00