Commit Graph

2594 Commits

Author SHA1 Message Date
Justin Santa Barbara abe2ced25f Add deps
* github.com/coreos/etcd
* google.golang.org/grpc
2017-03-28 06:10:21 +02:00
Kris Nova 49dd9aa179 Initial DO commit to rebase from plane 2017-03-28 06:10:20 +02:00
Justin Santa Barbara 5c262bd8a7 Merge pull request #2196 from justinsb/update_new_taints_and_labels
Update kops for 1.6 taints and labels
2017-03-27 23:59:45 -04:00
Justin Santa Barbara 4006741a5d Update for new taints / labels names 2017-03-27 23:13:39 -04:00
Justin Santa Barbara 07f6e7eba9 Set toleration on dns-controller
But only for >= k8s 1.6.  Unclear if our version of kubectl can actually
do this!
2017-03-27 23:08:15 -04:00
Justin Santa Barbara 86d544c2f3 Update protokube to make tainting optional
As of 1.6, kubelet can apply the taints, so we don't need to do it in
protokube.
2017-03-27 23:08:15 -04:00
Justin Santa Barbara db2332b207 Merge pull request #2201 from andrewsykim/fix-circular-dependency-file-nodetask
Fix circular dependency in file node task
2017-03-27 23:04:07 -04:00
Justin Santa Barbara 37e5167a88 Merge pull request #2183 from archSeer/patch-1
Fix documentation for setting up the DNS.
2017-03-27 23:01:55 -04:00
Justin Santa Barbara 19f59957e4 Merge pull request #2187 from andrewsykim/gce-delete-dns-records
Delete Cloud DNS record sets in GCE
2017-03-27 22:59:47 -04:00
Justin Santa Barbara e50f6c661a Merge pull request #2052 from reactiveops/fix_gh_1953
Feedback for kops create -f when operation succeeds
2017-03-27 22:54:56 -04:00
Justin Santa Barbara ff9a13ce32 Merge pull request #1875 from andrewsykim/rolling-update-tests
Rolling Update Unit Tests
2017-03-27 22:54:02 -04:00
andrewsykim 35afd5e354 Fix circular dependency in file node task 2017-03-27 22:24:23 -04:00
Justin Santa Barbara 1a74d9d759 Merge pull request #2095 from faraazkhan/master
Use built in log rotation capabilities of the docker daemon
2017-03-27 21:49:41 -04:00
Justin Santa Barbara 326b0c9235 Merge pull request #2200 from justinsb/post_1590
Reapply the changes we undid in #2199
2017-03-27 21:48:23 -04:00
Justin Santa Barbara 2d19329f06 Reapply the changes we undid in #2199 2017-03-27 21:48:01 -04:00
Justin Santa Barbara 35aa84d3a9 Merge pull request #1590 from frodopwns/issue-1550-better-desc
improving short descriptions for cli commands
2017-03-27 21:46:59 -04:00
Justin Santa Barbara 15b0ef9e43 Merge pull request #2199 from justinsb/pre_2198
Make changes so we can apply #1590
2017-03-27 21:46:43 -04:00
Justin Santa Barbara b772c56794 Make changes so we can apply #1590 2017-03-27 21:46:22 -04:00
Justin Santa Barbara d0ed32e380 Merge pull request #2198 from justinsb/fix_merge
Fix merge problems from tenancy
2017-03-27 21:43:21 -04:00
Justin Santa Barbara 9f3d7c3636 Fix merge problems from tenancy
I tried a manual conflict resolve in github; it went _ok_
2017-03-27 21:33:11 -04:00
Justin Santa Barbara 113b94ca05 Merge pull request #2155 from dacohen/tenancy
Specify instance tenancy on AWS
2017-03-27 21:31:31 -04:00
Justin Santa Barbara 7e8ed66620 Merge branch 'master' into tenancy 2017-03-27 21:31:16 -04:00
Justin Santa Barbara cdcc876e66 Merge pull request #2193 from justinsb/fix_error_messages
Update error message for golang style
2017-03-27 21:27:13 -04:00
Justin Santa Barbara b6401a384c Merge pull request #2127 from justinsb/godeps_sync_tool
Script to sync our submodules from Godeps
2017-03-27 21:26:00 -04:00
Justin Santa Barbara 7e99f14e35 Merge pull request #2182 from DualSpark/remove-node-parallel-rolling
Removing parallel node rolling with multiple ig
2017-03-27 16:00:28 -04:00
Justin Santa Barbara ae52277272 Update error message for golang style 2017-03-27 10:23:32 -04:00
Justin Santa Barbara bdf0d04b0a Merge pull request #2104 from justinsb/container_optimized_os
Initial Container-Optimized OS support
2017-03-27 10:21:39 -04:00
Justin Santa Barbara 58db07050f Merge pull request #1812 from robinpercy/ig-taints
Adding taints property to IG Spec.
2017-03-27 10:06:12 -04:00
andrewsykim 8cd9c327dc Delete cloud dns record sets in GCE 2017-03-26 21:03:26 -04:00
Justin Santa Barbara b595a88a18 Merge pull request #2140 from justinsb/goimports
Script to call goimports
2017-03-26 00:04:03 -04:00
Robin Percy 5f4d0851e5 Regenerated apimachinery conversions 2017-03-25 18:38:33 -07:00
Robin Percy 3b814e109d Fixing up InstanceGroup versions
- Kubelet API hadn't yet been added to all versions, which was causing
  it to be deleted from apimachinery-generated conversions.
2017-03-25 18:36:24 -07:00
Robin Percy 4b030fed69 Added taints property to IG Spec.
- new property is only used when KubernetesVersion is 1.6 or greater
- taints are passed to kubelet via --register-with-taints flag
- Set a default NoSchedule taint on masters
- Set --register-schedule=true when --register-with-taints is used
- Changed the log message in taints.go to be less alarming if taints are
  found - since they are expected on 1.6.0+ clusters
- Added Taints section to the InstanceGroup docs
- Only default taints are allowed in the spec pre-1.6
- Custom taint validation happens as soon as IG specs are edited.
2017-03-25 18:36:00 -07:00
Blaž Hrastnik 9086ea4076 Fix documentation for setting up the DNS.
The example was supposed to look up the *parent* and not the *subdomain*.
Updating the subdomain with the ns servers we just pulled from it would not make sense.
2017-03-26 02:55:59 +09:00
andrewsykim 976b54f398 unit tests for rolling updates 2017-03-24 20:23:55 -04:00
chrislovecnm 348237a8ae Removing node parrallelism with multiple ig 2017-03-24 16:32:57 -06:00
Eric Hole 7ae56ec2fb List the resources that we create with -f and advise the user how to deploy them. 2017-03-23 16:12:49 -04:00
Eric Hole b4f5c21b22 Merge pull request #2147 from Pharb/route53-mapper-docs
Document required IAM permissions to use route53-mapper (#2100)
2017-03-22 23:25:42 -04:00
yissachar a300b5fca8 Merge pull request #1657 from MrTrustor/single-to-multi-master
Documentation to go from single to multi-master
2017-03-22 15:13:49 -04:00
Daniel Cohen 6ed85e0ef7 Merge branch 'master' into tenancy 2017-03-22 14:47:15 -04:00
Théo Chamley fab376eef5
Explaining why we need the cleanup step 2017-03-22 17:56:33 +01:00
Justin Santa Barbara 8712a72e0b Merge pull request #1931 from mzsanford/instance_group_kubelet_options
Allow InstanceGroups to override Kubelet config
2017-03-22 10:32:58 -04:00
Théo Chamley acb27cbbb2
Change example domain and describing downtime
Changes requested by yissachar during review.
2017-03-22 15:30:12 +01:00
Justin Santa Barbara 12f2a5246d Merge pull request #2031 from anandkumarpatel/master
Update some readme's
2017-03-22 01:20:39 -04:00
Justin Santa Barbara 863956731c Merge pull request #2165 from justinsb/remove_old_kope_routing
Remove old way of doing kope-routing
2017-03-22 01:13:00 -04:00
Justin Santa Barbara a9b1dc266b Merge pull request #2164 from justinsb/remove_unused_node_unpacker
Remove unused kube-node-unpacker
2017-03-22 01:12:51 -04:00
Justin Santa Barbara fdeb61827e Merge pull request #2163 from justinsb/remove_unused_addons
Remove unusued addons & master-addons
2017-03-22 01:12:42 -04:00
yissachar d1c1d636c9 Merge pull request #2124 from justinsb/fix_2078
Allow specifying subnets on `create ig`
2017-03-22 00:24:39 -04:00
Justin Santa Barbara 99ada14c36 Remove old way of doing kope-routing 2017-03-22 00:06:51 -04:00
Justin Santa Barbara 792c51a76d Remove unused kube-node-unpacker 2017-03-22 00:06:27 -04:00