Commit Graph

1700 Commits

Author SHA1 Message Date
Justin Santa Barbara b2105c8812 Adding tests 2016-12-30 11:18:17 -05:00
Justin Santa Barbara aa3128ef96 Update to kubedns 1.5 (including autoscaler)
Also harmonize the way we build addons
2016-12-30 11:18:17 -05:00
Justin Santa Barbara b790eac9d4 fix gofmt 2016-12-30 10:52:14 -05:00
Justin Santa Barbara 46fd9a842d Update aws-sdk-go mocks with new functions 2016-12-30 10:47:44 -05:00
Justin Santa Barbara b587c725df Update aws-sdk-go to 1.6.8
Fix #1221
2016-12-30 10:42:50 -05:00
Justin Santa Barbara 29ff94ba61 Merge pull request #1310 from justinsb/skip_dns_precreate_if_exists
Skip DNS precreation if we have no records
2016-12-30 10:42:03 -05:00
Justin Santa Barbara b456efd662 Skip DNS precreation if we have no records
This seems to be a limitation/issue in the route53 dnsprovider; it skips
over alias targets.
2016-12-30 10:00:06 -05:00
Chris Love d5cccfe88c Merge pull request #1254 from DualSpark/backport-the-backport
Backport the backport
2016-12-29 22:10:23 -07:00
Chris Love 37b27d84fe Merge pull request #1236 from justinsb/import_fixup
Fixes for import from kube-up
2016-12-29 21:48:24 -07:00
Chris Love f3eb195da5 Merge pull request #1256 from DualSpark/aws-readme-updates
Updating AWS to use pypi instead of brew
2016-12-29 21:18:43 -07:00
Chris Love c5de4fb473 Merge pull request #1259 from DualSpark/ascii-cast
Ascii cast
2016-12-29 16:07:23 -07:00
Chris Love 4d8a7cc5d8 Merge pull request #1306 from relaxdiego/ignore-tags
Ignore tags files generated by Exhuberant Ctags
2016-12-29 16:04:44 -07:00
Duncan McNaught b9b88252d2 Adding label k8s-app to manifests on master 2016-12-29 18:21:45 +00:00
Justin Santa Barbara a8da81a361 Merge pull request #1307 from DualSpark/readme-fix
Getting rid of the comments, they are polluting the readme!
2016-12-29 11:51:22 -05:00
Kris Nova f44c9a4ee9 Adding todo note for myself later 2016-12-29 06:04:09 -07:00
Kris Nova e059f01680 Refactoring logic in validation, we want topology-less clusters to fall through so the new API conversion code can deal with them.
Added PerformAssignments() to the create -f workflow

Also bumpings k8s version in create_cluster tests to 1.4.7 so the creation works as expected.
2016-12-29 06:01:16 -07:00
Kris Nova 50581d8cbf Getting rid of the comments, they were polluting the readme! 2016-12-29 04:41:32 -07:00
Kris Nova 88c8fb0503 Adding both AWS cli options 2016-12-29 04:31:03 -07:00
Kris Nova 597b433831 Ascii cast! 2016-12-29 04:23:54 -07:00
Mark S. Maglana 46e8d1b164 Ignore tags files generated by Exhuberant Ctags
For anyone that uses ctags for quickly navigating the code (e.g. Vim
users), ignoring the various tags files generated all over the place
will be helpful. As I've found, a tags file needs to be generated for
certain subdirectories to avoid confusing ctags. For example, if I
run `ctags -R .` from the project root and I attempt to jump to the
definition of Execute from `cmd/kops/main.go`, I'm taken to the file
`channels/cmd/channels/root.go` instead of `cmd/kops/root.go`.
Maintaining one tags file for `cmd/kops`, however, doesn't produce the
same problem. This is why all tags files need to be ignored.
2016-12-28 22:13:47 -08:00
Zach Loafman 0e3093ef77 Merge pull request #1299 from jrnt30/patch-1
Update aws.md
2016-12-28 14:46:05 -08:00
Zach Loafman 9c83ccc541 docs / e2e: Update testing.md and remove the old e2e directory
Fixes #1003
2016-12-28 13:51:41 -08:00
Chris Love 99ea01c7f8 Merge pull request #1294 from justinsb/dont_set_master_pod_cidr_in_15
Only set PodCIDR on master in <= 1.4
2016-12-28 14:40:02 -07:00
Justin Santa Barbara 8797db4e8a Merge pull request #1006 from justinsb/pre-create-dns
Pre-create DNS records
2016-12-28 15:35:08 -05:00
Justin Nauman f376fe5fef Update aws.md
Small correction around region the demo actually uses
2016-12-28 14:08:02 -06:00
Justin Santa Barbara 55eb55364e Merge pull request #1295 from justinsb/fix_gofmt_autogen
Fix gofmt & calico autogen
2016-12-28 14:05:56 -05:00
Justin Santa Barbara aa6c214a12 Fixes per code-review 2016-12-28 14:05:00 -05:00
Justin Santa Barbara 04c9f8c253 mockroute53: support record creation 2016-12-28 14:04:46 -05:00
Justin Santa Barbara d449f40a37 Pre-create DNS records with placeholder values
Fixes #928
2016-12-28 13:33:23 -05:00
Justin Santa Barbara 8f9be902ce Only set PodCIDR on master in <= 1.4 2016-12-28 13:26:45 -05:00
Justin Santa Barbara 56b07c04d9 Fix gofmt & calico autogen 2016-12-28 13:23:53 -05:00
Justin Santa Barbara 5f066f5896 Merge pull request #1296 from justinsb/fix_tests_5
Update integration tests for version bump
2016-12-28 13:23:40 -05:00
Justin Santa Barbara 0a75e35171 Merge pull request #1287 from justinsb/configurecbr0
Only specify --configure-cbr0 when running with k8s <= 1.4
2016-12-28 13:19:41 -05:00
Justin Santa Barbara cf78fa134d Update integration tests for version bump
We really should be using a copy of the stable channel, but for now we
want to get the tests working.
2016-12-28 12:56:18 -05:00
Chris Love 344e544615 Merge pull request #1290 from justinsb/hostnetwork_for_dns_controller
Run dnscontroller in host network, for faster bringup
2016-12-28 10:31:45 -07:00
Chris Love 8f334ee689 Merge pull request #1291 from justinsb/bump_stable_channel
Run 1.4.7 in the stable channel
2016-12-28 10:31:18 -07:00
Chris Love 69e16da2a2 Merge pull request #1293 from justinsb/reduce_kopeio_vxlan_cpu
Reduce CPU request for kopeio vxlan
2016-12-28 10:30:53 -07:00
Chris Love 2e2c6d5d91 Merge pull request #1292 from justinsb/create_alpha_channel
Create alpha channel for 1.5.1
2016-12-28 10:29:22 -07:00
Justin Santa Barbara 0f0089ece2 Reduce CPU request for kopeio vxlan 2016-12-28 11:41:05 -05:00
Justin Santa Barbara 889a65c966 Create alpha channel for 1.5.1 2016-12-28 11:30:40 -05:00
Justin Santa Barbara 0094fb8197 Run 1.4.7 in the stable channel 2016-12-28 11:23:49 -05:00
Justin Santa Barbara bd334cdceb Run dnscontroller in host network, for faster bringup 2016-12-28 11:18:05 -05:00
Chris Love 440062ec20 Merge pull request #1289 from justinsb/fix_1172
Removed kube-dns from /etc/kubernetes/addons/dns
2016-12-28 09:00:49 -07:00
Justin Santa Barbara 3aae164d80 Only specify --configure-cbr0 when running with k8s <= 1.4 2016-12-27 21:09:06 -05:00
Chris Love 29301aadba Merge pull request #947 from justinsb/protokube_mounts
Protokube should mount volumes in a consistent order
2016-12-27 16:34:45 -07:00
Chris Love bd06ac2463 Merge pull request #1271 from justinsb/issue_1232
Add test for bastion creation
2016-12-27 14:36:26 -07:00
Chris Love 5595ffec1c Merge pull request #1264 from justinsb/private_dns
Support Private DNS HostedZones via FeatureFlag
2016-12-27 14:29:52 -07:00
Justin Santa Barbara a5af021055 Merge pull request #1279 from zmerlynn/bump-kubectl-1.5
protokube / nodeup: Up kubectl to v1.5.1, bump protokube tag to 1.5.0
2016-12-27 15:50:46 -05:00
Zach Loafman 91dc93abec protokube / nodeup: Up kubectl to v1.5.1, bump protokube tag to 1.5.0 2016-12-27 12:39:24 -08:00
Justin Santa Barbara f665733b0d Add test for bastion creation
Bastions are created when `-bastion` is passed.

Issue #1232
2016-12-27 01:29:50 -05:00