Commit Graph

1699 Commits

Author SHA1 Message Date
Justin Santa Barbara 1bf9658355 Make kubecfg generation optional
And turn it off in the test, to avoid dependency on kubectl
2016-12-11 17:43:23 -05:00
Justin Santa Barbara b1fc0c1d13 Add path.module to expected TF output 2016-12-11 17:17:12 -05:00
Justin Santa Barbara 4c02a28866 MockAWSCloud: Use new route53 test interface 2016-12-11 17:11:10 -05:00
Justin Santa Barbara 718ada42be HACK: apply #38590 directly
Because we need https://github.com/kubernetes/kubernetes/pull/38590 , we
apply it directly to the vendor/ directory.  So that we don't break CI,
we don't apply the change to _vendor - though this does mean we now
can't run `make copydeps` until 38590 merges upstream.
2016-12-11 17:11:10 -05:00
Justin Santa Barbara 3965afed12 model -> tf test of 1.4.1 schema 2016-12-11 17:11:10 -05:00
Justin Santa Barbara afd0c25abe First model -> tf test 2016-12-11 17:11:10 -05:00
Justin Santa Barbara ee24ca1acc Add mock ec2 images API 2016-12-11 17:11:10 -05:00
Kris Childress 0c4de4e52b Merge pull request #1061 from DualSpark/remove-old-go-version-from-ci
cleaning up go versions in ci and Makefile
2016-12-11 14:31:42 -07:00
Kris Childress 3d7a22c03b Fix nodeup_url - adding .s3 2016-12-11 14:07:57 -07:00
Chris Love f6953acff8 Commenting out changes instead of delete 2016-12-11 14:07:32 -07:00
Chris Love dc63402649 Merge pull request #1125 from DualSpark/fix-log-about-issue-241
Removing workaround for #241
2016-12-11 14:04:01 -07:00
Kris Childress ad5f18a423 Merge pull request #1053 from DualSpark/release
Release Process Documentation - See notes
2016-12-11 13:07:09 -07:00
Kris Childress e9e5d82a91 Merge pull request #1121 from justinsb/fix_log
Improve log message when skipping log
2016-12-11 12:55:43 -07:00
icereval 0331f70f11 internal aws elb 2016-12-11 14:51:33 -05:00
Kris Childress 195007b7da Removing workaround for #241 2016-12-11 12:40:35 -07:00
Kris Childress 016b9f327e Merge pull request #1076 from vendrov/patch-3
more detailed installation instructions
2016-12-11 12:22:42 -07:00
Kris Childress d41b1f02d1 Merge pull request #1062 from icereval/feature/terraform-path-module
Add path.module to Terraform output
2016-12-11 12:20:14 -07:00
Kris Childress d195005e31 Merge pull request #961 from yancl/fix-aws-region-hardcoded
fix the aws region that hardcoded to "us-east-1"
2016-12-11 12:03:05 -07:00
Kris Childress e75c4d5018 Merge pull request #1022 from yissachar/patch-1
Add documentation about incorrect VPC diffing
2016-12-11 11:31:09 -07:00
Justin Santa Barbara f5441922d4 Improve log message when skipping log 2016-12-11 13:15:39 -05:00
Chris Love c493f00007 Merge pull request #1119 from justinsb/gofmt_2
Fix gofmt
2016-12-11 10:10:22 -07:00
Chris Love 704aaaeff2 Merge pull request #1089 from justinsb/kops_edit_cluster
Use versioned marshaling where we can
2016-12-11 10:09:53 -07:00
Justin Santa Barbara 4290dc47a9 Fix gofmt 2016-12-11 11:44:16 -05:00
Justin Santa Barbara 14b396225b Updated codegen output 2016-12-11 11:31:48 -05:00
Justin Santa Barbara cc80e75e90 codegen template improvments
* Include the header so we generate code that passes the header-check
* Some tweaks to make golint happier
2016-12-11 11:31:40 -05:00
icereval ead86d03d1 terraform import, thanks vsc 2016-12-10 20:55:00 -05:00
icereval bf62eb7019 fill in RenderTerraform methods for private topology 2016-12-10 17:29:46 -05:00
Chris Love bda37d4921 Merge pull request #1106 from justinsb/roles_on_create_ig
Allow role specification on kops create ig
2016-12-10 11:48:39 -07:00
Chris Love 9cf2826387 Merge pull request #1105 from justinsb/dryrun_use_name
dryrun output: include name instead of id:nil
2016-12-09 16:15:28 -07:00
Chris Love 9c87763f6f Merge pull request #1101 from justinsb/sorted_task_list
diagnostics: sort known tasks before printing
2016-12-09 16:14:02 -07:00
Chris Love 6424010210 Merge pull request #1096 from justinsb/test_elastic_ip
First test of a fi.Task
2016-12-08 20:26:26 -07:00
Chris Love d052e9e401 Merge pull request #1108 from justinsb/o_canada
Recognize ca-central-1 region
2016-12-08 20:25:12 -07:00
Justin Santa Barbara dbab97e508 Use versioned marshaling where we can
In particular during a kops edit
2016-12-08 22:17:26 -05:00
Justin Santa Barbara de15b6b562 Recognize ca-central-1 region 2016-12-08 16:30:27 -05:00
Justin Santa Barbara 83f9d05251 Allow role specification on kops create ig 2016-12-08 13:41:04 -05:00
Justin Santa Barbara f4092d0113 First test of a fi.Task 2016-12-08 13:17:38 -05:00
Justin Santa Barbara 104332108f dryrun output: include name instead of id:nil
When we're creating objects, we tend not to have an id.  Rather than
drop them entirely though, we can print their name (where we have one)
2016-12-08 12:55:15 -05:00
Chris Love 23947ed44d Merge pull request #1102 from justinsb/cleaner_dryrun
DryRun output: Don't print task type twice
2016-12-08 09:28:03 -07:00
Justin Santa Barbara dd76c0e233 DryRun output: Don't print task type twice
We were printing the task type, and then the task key, which includes
the task type.  So we were printing `TaskName TaskName/TaskKey`

Strip the task type out of the task key: `TaskName/TaskKey`
2016-12-08 10:33:58 -05:00
Justin Santa Barbara a66850e15a diagnostics: sort known tasks before printing 2016-12-08 10:26:50 -05:00
Chris Love e2c52a99ce Merge pull request #1087 from justinsb/bash_completion
Tweak completion command
2016-12-07 23:19:19 -07:00
Chris Love 37b3499a20 Merge pull request #1092 from justinsb/spurious_privates
Cleanups to make kops update apply cleanly for private topologies
2016-12-07 22:31:17 -07:00
Justin Santa Barbara 1589e66c77 Fix error handling around listing ELBs 2016-12-07 18:42:39 -05:00
Chris Love a53fa418af Merge pull request #1086 from justinsb/fix_kubecfg_builder_output
Fix typo
2016-12-07 15:58:16 -07:00
Justin Santa Barbara 608aa2defa Merge pull request #1091 from justinsb/spurious_eip
elastic ip cleanup
2016-12-07 13:18:54 -05:00
Justin Santa Barbara 86622dad09 Cleanups to make kops update apply cleanly for private topologies
Remove a few spurious changes
2016-12-07 11:44:36 -05:00
Justin Santa Barbara 64749953a3 elastic ip cleanup 2016-12-07 11:43:39 -05:00
Chris Love 376fe2034b Merge pull request #1090 from justinsb/revert_k8s_submodule_bump
Revert k8s submodule bump
2016-12-07 09:36:10 -07:00
Justin Santa Barbara 27ed4bf8f6 Revert k8s submodule bump
Was inadvertent
2016-12-07 11:35:15 -05:00
Justin Santa Barbara 0e7ab42eb7 Merge pull request #1084 from DualSpark/nat-gateway-sanity-check
Adding sanity check for natgateways
2016-12-07 11:05:15 -05:00