Commit Graph

2327 Commits

Author SHA1 Message Date
Justin Santa Barbara ad12930f4f Tolerate missing ServiceClusterIPRange if not strict validation
We probably ought to get rid of non-strict validation, and just always
validate strictly after everything has been defaulted.

Issue #1956
2017-02-21 00:45:00 -05:00
Justin Santa Barbara fab539f978 Cleanup nil handling in kubelet options 2017-02-21 00:44:55 -05:00
yissachar 58a8e9448a Merge pull request #1948 from heartlock/patch-1
fix misspell "unhealthy" in componentconfig.go
2017-02-20 18:24:01 -05:00
yissachar cab7cd3540 Merge pull request #1950 from zytek/iam-route53-docs
docs: reflect changes made in #1871
2017-02-20 17:04:04 -05:00
Eric Hole a1d98a3aa9 Merge pull request #1952 from justinsb/fix_1951
Update expected cloudformation output for tighter route53 policy
2017-02-20 15:49:18 -05:00
Justin Santa Barbara 42321adec7 Update expected cloudformation output for tighter route53 policy
Fix #1951
2017-02-20 14:08:26 -05:00
Jakub Paweł Głazik 91cb0f8297 docs: reflect changes made in #1871 2017-02-20 18:34:05 +01:00
jg Chen d489244652 fix misspell "unhealthy" in componentconfig.go 2017-02-20 14:05:09 +08:00
Chris Love 95397959e3 Merge pull request #1923 from justinsb/fix_1788
dns-controller: include namespace in keys
2017-02-19 13:29:21 -07:00
Kris Nova 540947cbc4 Merge pull request #1877 from justinsb/cloudformation
Initial support for cloudformation output
2017-02-19 10:19:14 -07:00
Kris Nova aaba0e1d84 Merge pull request #1942 from kubernetes/geojaz-patch-1
Update README.md for all current maintainers and a little word-smithing
2017-02-17 21:48:34 -07:00
Eric Hole 22a650fd62 Update README.md
Minor updates to the maintainers section to list all "maintainers" but hopefully encourage contribution from all! 
Also dropped the time in UTC right on the page.
2017-02-17 21:29:24 -05:00
Eric Hole 8f1d85d101 Merge pull request #1632 from DualSpark/kops-office-hours
updating office hours
2017-02-17 21:05:13 -05:00
chrislovecnm eb722c73df adding date link 2017-02-17 15:59:58 -07:00
chrislovecnm 1154d54fff updating office hours 2017-02-17 15:58:21 -07:00
Justin Santa Barbara 24f77f9c63 Merge pull request #1871 from zytek/iam-route53-scoping
IAM: scope route53 permissions to DNS_ZONE only
2017-02-17 13:42:45 -05:00
Justin Santa Barbara 45cfd8a455 Merge pull request #1886 from zacblazic/optional-apiserver-elb-timeout
Add support for adjusting ELB idle timeout for apiserver
2017-02-17 11:25:20 -05:00
Justin Santa Barbara fec89f0f33 Skip DNS precreate on CF; a few test fixes 2017-02-17 11:04:39 -05:00
Justin Santa Barbara 7d68f744f6 Initial support for cloudformation output 2017-02-17 10:59:16 -05:00
Eric Hole e5b573731c Merge pull request #1937 from justinsb/reintroduce_extra_fields
Incorporate extra field detection into edit results
2017-02-17 10:40:58 -05:00
Justin Santa Barbara 53b5b099dc Merge pull request #1881 from andrewwatson/master
Updated docs to reflect exporting new keys to ENV
2017-02-17 09:45:58 -05:00
Chris Love e15d2cc588 Merge pull request #1926 from justinsb/dump_sg
Include security groups in toolbox dump
2017-02-17 07:30:09 -07:00
Eric Hole 108d185315 Merge pull request #1930 from itskingori/update_new_k8s
Update alpha channel with K8s 1.4.9 and 1.5.3
2017-02-17 09:10:10 -05:00
Jakub Paweł Głazik a3019905a1 Merge remote-tracking branch 'origin/master' into iam-route53-scoping 2017-02-17 10:52:04 +01:00
Justin Santa Barbara 8b5282dbe6 Incorporate extra field detection into edit results 2017-02-17 01:34:13 -05:00
Justin Santa Barbara d57d0595fb Merge pull request #1741 from sethpollack/fix_124
don’t discard user's changes
2017-02-17 01:15:51 -05:00
Justin Santa Barbara b5445ab90e Merge pull request #1936 from justinsb/edit_logic_in_function
Refactor extra-field logic into pkg/edit
2017-02-17 01:15:33 -05:00
Justin Santa Barbara c649271c1f Refactor extra-field logic into pkg/edit
This will allow for easier reuse
2017-02-17 01:01:46 -05:00
Justin Santa Barbara 071ddf5085 Merge pull request #1772 from yissacharcw/fix-silent-yaml-drop
Alert user when edited YAML fields have not been added
2017-02-17 00:38:59 -05:00
Eric Hole 0ce094a956 Merge pull request #1911 from justinsb/more_options_to_code
Move more options to code
2017-02-16 23:09:35 -05:00
yissachar e6f655f86d Merge pull request #1928 from justinsb/fix_1920
Support string-or-slice in IAM policies
2017-02-16 23:02:02 -05:00
Seth Pollack ac6c012033
format edit_cluster 2017-02-16 22:55:20 -05:00
Seth Pollack 8257d446eb
don’t discard user's changes 2017-02-16 22:55:20 -05:00
Justin Santa Barbara dc9a343434 Support string-or-slice in IAM policies
Fix #1920
2017-02-16 22:24:28 -05:00
yissachar dfc5995488 Merge pull request #1932 from apenney/fix-brew
Adding this depends makes it work on Sierra for me
2017-02-16 18:33:02 -05:00
Ashley Penney a6aa30c338 Adding this depends makes it work on Sierra for me
Prior to this Makefile:70 always failed with the error that shasum
was unavailable.
2017-02-16 22:21:44 +00:00
King'ori Maina 8332846c8e
Update alpha channel with K8s 1.4.9 and 1.5.3
* https://github.com/kubernetes/kubernetes/releases/tag/v1.4.9
* https://github.com/kubernetes/kubernetes/releases/tag/v1.5.3
2017-02-16 20:39:56 +02:00
Justin Santa Barbara aa7286e8ef Include security groups in toolbox dump 2017-02-16 01:55:22 -05:00
Justin Santa Barbara 31394aedfa dns-controller: include namespace in keys
Avoids collisions when two services are named the same (for example).

Fix #1788
2017-02-15 23:58:25 -05:00
Eric Hole 7f3743a561 Merge pull request #1918 from zytek/patch-2
readme: mention #kops rather than #sig-cluster-lifecycle
2017-02-15 19:19:11 -05:00
Jakub Paweł Głazik 1592aabe04 readme: mention #kops rather than #sig-cluster-lifecycle 2017-02-16 00:23:40 +01:00
Jakub Paweł Głazik f50f010d2f Scope route53 permissions to DNS_ZONE only 2017-02-15 22:34:04 +01:00
yissachar cb31d04c19 Merge pull request #1870 from zytek/docs-sec-iam
Update docs regarding IAM roles
2017-02-15 15:17:19 -05:00
Justin Santa Barbara 573d7182f9 Merge pull request #1900 from fate-grand-order/patch-1
fix misspell "unhealthy" in componentconfig.go
2017-02-15 15:03:52 -05:00
yissachar 3bad2ca6e5 Merge pull request #1910 from justinsb/bump_coreos_image_in_docs
Recommend the latest coreos image
2017-02-15 14:43:30 -05:00
yissachar cca0da01c6 Merge pull request #1905 from justinsb/1.5.2-beta.1
Tag 1.5.2-beta.1
2017-02-15 13:23:13 -05:00
Justin Santa Barbara 55b6d86454 Move more options to code
User reports of kubelet flags not being passed; moved more to code.

Also found & fixed the likely root-cause issue: we have two copies of
the cluster spec and were not being precise about which one we wanted to
use at all times.
2017-02-15 13:11:12 -05:00
Justin Santa Barbara f376e702a4 Recommend the latest coreos image 2017-02-15 11:49:30 -05:00
Zac Blazic 7eee6f22c8
Update docs to reflect correct AWS ELB idle timeout 2017-02-15 18:07:55 +02:00
Eric Hole d55c7caef5 Merge pull request #1904 from justinsb/fix_1897
Fix up table renderers in kops validate
2017-02-15 09:50:35 -05:00