Commit Graph

752 Commits

Author SHA1 Message Date
Justin Santa Barbara 085635c195 Map Master & LogLevel flags for kube-scheduler
Fix #463
2016-09-19 11:13:08 -04:00
Justin Santa Barbara 04a7d74091 Merge pull request #464 from justinsb/fix_dns_zone_matching
When validating DNS names, ignoring trailing dot
2016-09-19 10:21:59 -04:00
Justin Santa Barbara d440fb0763 When validating DNS names, ignoring trailing dot 2016-09-19 10:20:57 -04:00
Justin Santa Barbara 3aa3a0e857 Merge pull request #459 from justinsb/use_string_set
Use sets.String when building IAM policy
2016-09-17 15:14:21 -04:00
Justin Santa Barbara 2d09666f57 Use sets.String when building IAM policy 2016-09-17 15:12:28 -04:00
Justin Santa Barbara d987e0af2e Merge pull request #438 from yissachar/add-kms-iam
Add KMS IAM permissions
2016-09-17 15:10:08 -04:00
Justin Santa Barbara c7c892c38a Merge pull request #446 from yissachar/show-resource-creation-details
Show the details of what resources will be created
2016-09-17 15:05:47 -04:00
Justin Santa Barbara ce4b3efb2b Merge pull request #457 from justinsb/split_out_docker_config
Split out docker config
2016-09-17 15:05:14 -04:00
Justin Santa Barbara 4e26a95e9f Merge pull request #458 from justinsb/always_logtostderr
Always set logtostderr
2016-09-17 15:05:05 -04:00
Justin Santa Barbara d2ab4f562f Always set logtostderr
Previously we were relying on k8s to do it for us
2016-09-17 15:04:06 -04:00
Justin Santa Barbara a30cc2aac5 Split out docker config 2016-09-17 15:03:30 -04:00
Justin Santa Barbara 269662e590 Merge pull request #445 from justinsb/postitional_arguments_upgrade_cluster
Support positional args in upgrade cluster
2016-09-17 15:03:08 -04:00
Justin Santa Barbara 3707668ada Merge pull request #453 from justinsb/dont_reorder_in_table_print
Don't reorder source list when rendering table
2016-09-17 15:03:02 -04:00
Justin Santa Barbara 3e673c71bc Merge pull request #454 from justinsb/more_value_type_helpers
Add more value helpers
2016-09-17 15:02:57 -04:00
Justin Santa Barbara 7742c6125d Merge pull request #455 from justinsb/remove_dead_code
Remove some dead code
2016-09-17 15:02:52 -04:00
Justin Santa Barbara 944e47e925 Merge pull request #456 from justinsb/always_restart_kubelet
Always restart kubelet
2016-09-17 15:02:47 -04:00
Justin Santa Barbara 9f4477da2d Always restart kubelet 2016-09-17 15:02:35 -04:00
Justin Santa Barbara 414e4ddfbe Remove some dead code 2016-09-17 15:02:18 -04:00
Justin Santa Barbara d182a6545b Add more value helpers 2016-09-17 14:57:30 -04:00
Justin Santa Barbara 67924c09de Don't reorder source list when rendering table 2016-09-17 14:55:35 -04:00
Justin Santa Barbara 5148e2c2f9 Merge pull request #449 from justinsb/makefile_fixes
Fix makefile backcompat targets, broken by gobindata
2016-09-15 09:36:52 -04:00
Justin Santa Barbara f077f47f14 Fix makefile backcompat targets, broken by gobindata 2016-09-15 09:35:56 -04:00
Justin Santa Barbara 57d1f99fde Merge pull request #447 from justinsb/hotfix_no_instance_group
Hotfix for clusters with InstanceGroupName not defined
2016-09-13 17:03:32 -04:00
Justin Santa Barbara 06a413bff9 Hotfix for clusters with InstanceGroupName not defined 2016-09-13 17:03:07 -04:00
Justin Santa Barbara cff1efff19 Support positional args in upgrade cluster
In particular, the cluster name
2016-09-13 13:36:09 -04:00
Justin Santa Barbara fb27039f84 Merge pull request #440 from justinsb/fix_integration
Fix integration error
2016-09-13 13:03:53 -04:00
Justin Santa Barbara 6b87788112 Fix integration error 2016-09-13 13:02:20 -04:00
Justin Santa Barbara e090feffe7 Merge pull request #373 from justinsb/labels
Support labels on k8s nodes & AWS instances
2016-09-13 12:47:43 -04:00
Justin Santa Barbara 6d139d06d1 Support labels on k8s nodes and AWS instances
A lot of supporting work was needed, including improvements to the model
and model generation logic.
2016-09-13 12:47:16 -04:00
Justin Santa Barbara ff61328910 Merge pull request #439 from justinsb/dont_create_hosted_zone
Deeper DNS validation: don't create hosted zone
2016-09-13 12:45:28 -04:00
Justin Santa Barbara 3942ffa8fb Deeper DNS validation: don't create hosted zone
Avoids a problem with TF output, but also lays the groundwork for deeper
DNS validation, which is probably the #1 source of problems right now.
2016-09-13 12:45:12 -04:00
Justin Santa Barbara ed653364e8 Update k8s, including DNS zone ID support 2016-09-13 12:44:59 -04:00
Justin Santa Barbara 3da912481b Merge pull request #437 from justinsb/remove_autogen_bindata
Don't check in gobindata
2016-09-13 12:44:21 -04:00
Yissachar Radcliffe 5be1f3b834 Add KMS IAM permissions 2016-09-13 11:52:45 -04:00
Justin Santa Barbara 68fd6b67d9 Don't check in upup/models/bindata.go
Just causes conflicts, built automatically by makefile anyway
2016-09-13 10:08:44 -04:00
Justin Santa Barbara 9e82ed0f79 Merge pull request #431 from justinsb/tf_omitempty
Include omitempty in aws_volume for TF
2016-09-12 14:51:32 -04:00
Justin Santa Barbara 7256ae1981 Include omitempty in aws_ebs_volume for TF 2016-09-12 14:50:44 -04:00
Justin Santa Barbara 9854f2b6c2 Merge pull request #423 from ajohnstone/patch-2
Update secrets.md
2016-09-11 15:44:07 -04:00
Andrew Johnstone f6d2f8f196 Update secrets.md 2016-09-09 17:09:58 +01:00
Justin Santa Barbara 670708cdfb Merge pull request #421 from justinsb/fix_template_or_syntax
Fix logic around `or nillable true` in text template
2016-09-09 11:56:30 -04:00
Justin Santa Barbara b9c20a7c0d Fix logic around `or nillable true` in text template
A false value is also treated as false, so the expression will always be
true
2016-09-09 11:35:49 -04:00
Justin Santa Barbara 41ecced1ed Merge pull request #419 from justinsb/default_public_ip
Default AssociatePublicIP to true
2016-09-09 11:09:39 -04:00
Justin Santa Barbara 66731fb03a Populate instance groups for apply cluster
We likely want to move PopulateInstanceGroupSpec into the schema, but we
always want to "upgrade"/"convert" the spec whenever we load it.
2016-09-09 10:26:34 -04:00
Justin Santa Barbara 026dcc5496 Merge pull request #420 from justinsb/image_docs
More docs on custom images
2016-09-09 10:25:39 -04:00
Justin Santa Barbara 6e853a020f More docs on custom images
Explain that ubuntu is not yet tested
2016-09-09 10:24:38 -04:00
Justin Santa Barbara 8c1cbec9b6 Default AssociatePublicIP to true
If AssociatePublicIP is nil, treat that as true.

The full fix is likely to version InstanceGroups, but this is also
"defense in depth".
2016-09-09 10:12:26 -04:00
Justin Santa Barbara 9ee663764f Merge pull request #378 from justinsb/reapply_365
Reapply #365
2016-09-09 10:04:55 -04:00
Justin Santa Barbara e0d2061792 Merge pull request #417 from justinsb/fix_tests_2
Fix tests broken by schema pointers
2016-09-08 11:55:11 -04:00
Justin Santa Barbara 38decdfc19 Fix tests broken by schema pointers 2016-09-08 11:54:54 -04:00
Justin Santa Barbara ebf84d33d6 Merge pull request #273 from moleksyuk/master
Add no-public-ip option to instance groups
2016-09-08 11:45:43 -04:00