Commit Graph

2681 Commits

Author SHA1 Message Date
Justin Santa Barbara 270312926d Add tests for ELB names: 2017-03-09 09:18:31 -05:00
Justin Santa Barbara 69c38f721e Switch how we build ELB names, but keep a feature flag 2017-03-09 09:18:31 -05:00
Justin Santa Barbara 724bd95e0b Use Name tag to match ELBs
Rather than using the LoadBalancerName to match, we match on the Name
tag.

Related to #2019
2017-03-09 09:18:31 -05:00
Justin Santa Barbara 2f6003aa2a Bump alpha channel to 1.5.4 2017-03-09 09:07:46 -05:00
yissachar 0c1640df25 Merge pull request #2062 from marccarre/weave-net-1.9.3
Add Weave Net v1.9.3
2017-03-08 13:57:06 -05:00
Justin Santa Barbara 07d2bfc982 Fix terraform output of shared subnets
Also add a test

Fix #1977
2017-03-08 09:18:34 -05:00
yissachar 35f163d548 Merge pull request #1715 from justinsb/cluster_autoscaler_readme
Update cluster-autoscaler readme
2017-03-08 01:31:07 -05:00
Marc CARRE d7686ce47d Add Weave Net v1.9.3. 2017-03-07 16:58:04 +00:00
Kris Nova 3fb6f04afa Merge pull request #2055 from justinsb/protokube_kubectl_16
Upgrade kubectl embedded in protokube to 1.6.0
2017-03-06 08:52:28 -05:00
Justin Santa Barbara 03b08530cb Upgrade kubectl embedded in protokube to 1.6.0
Also revert #2037

This was causing tests to fail.  The dns manifest is only used on 1.6
and above.  This PR should _not_ be cherry-picked to a release branch,
at least not until kubectl is verified stable.
2017-03-05 22:57:27 -05:00
Eric Hole 9050229ef6 Fix for #1953. Affirmative feedback scenarios for kops create -f <cluster-spec.yml> 2017-03-05 15:03:05 -05:00
Eric Hole 4007a0b7de Merge pull request #2049 from jonchiu/update-kubenet-docs
Document kubenet and --topology private
2017-03-05 10:57:55 -05:00
Jon Chiu 17c18d1103 Document kubenet and --topology private 2017-03-04 23:54:03 -08:00
Chris Love a7533f897c Merge pull request #2017 from justinsb/kube_proxy_oomscore
Set OOM for kube-proxy
2017-03-03 22:05:32 -07:00
Chris Love e13c9e1a66 Merge pull request #2036 from justinsb/makefile_force_replace
makefile: replace protokube.tar.gz
2017-03-03 21:19:15 -07:00
Justin Santa Barbara 1cd11bb3fb Merge pull request #2042 from dosullivan/patch-1
Fix route53 mapper addon URL in docs
2017-03-03 20:13:17 -05:00
Justin Santa Barbara a19d2582d1 Merge pull request #1134 from DualSpark/validate-cordon-with-rolling-update
Rolling updates with drain and validate
2017-03-03 13:24:36 -05:00
Justin Santa Barbara 1890ae5f05 Merge pull request #2044 from MrHohn/fix-kube-dns
Fix outdated arg in dns-horizontal-autoscaler
2017-03-02 21:53:58 -05:00
Zihong Zheng 285383ae8f Fix outdated arg in dns-horizontal-autoscaler 2017-03-02 18:37:00 -08:00
Daniel O'Sullivan b1d5ad4664 Fix route53 mapper addon URL
Fixing a slight error -- the URL for the route53 mapper yaml file was incorrect.
2017-03-02 16:07:00 -06:00
Justin Santa Barbara bfdb4584d7 Merge pull request #2037 from justinsb/kubedns_configmap
Add kube-dns configmap
2017-03-02 12:52:58 -05:00
Justin Santa Barbara ffde988808 Add roadmap 2017-03-02 12:40:18 -05:00
Justin Santa Barbara 128d0c52b2 Add kube-dns configmap
Optional volume mounting is not supported until we have kubectl 1.6
2017-03-02 12:14:57 -05:00
Justin Santa Barbara b4b9bcb53e makefile: replace protokube.tar.gz 2017-03-02 12:14:35 -05:00
Justin Santa Barbara 1865ceea80 Merge pull request #2029 from DualSpark/doc-update
updating generated docs
2017-03-02 00:14:16 -05:00
Justin Santa Barbara cfc69b6ec2 Merge pull request #1864 from itskingori/route53_dns_mapper_addon
Add Route53 Mapper Addon
2017-03-02 00:13:35 -05:00
Justin Santa Barbara b0254a4800 Merge pull request #2010 from mihok/flannel-guarenteed
Adding equal resource requests/limits to flannel for guarenteed QoS
2017-03-01 22:14:44 -05:00
Justin Santa Barbara be559a8da9 Merge pull request #2027 from justinsb/version_makefile
Cleanup of protokube image building
2017-03-01 21:20:55 -05:00
Justin Santa Barbara 753eef5fd1 Cleanup of protokube image building & tagging
Should fix problems with tagging
2017-03-01 21:16:32 -05:00
chrislovecnm 56da9f14de updating generated docs 2017-03-01 16:24:07 -07:00
chrislovecnm 7afe201955 removing drain code 2017-03-01 16:16:58 -07:00
chrislovecnm 04a3637b38 fixes in drain and code format 2017-03-01 14:01:51 -07:00
Zach Loafman 45442fcd76 Merge pull request #2025 from zmerlynn/fix-build-1488398673
build: Fix what's actually exported
2017-03-01 12:38:45 -08:00
Zach Loafman 31462edff8 build: Fix what's actually exported 2017-03-01 12:35:33 -08:00
Zach Loafman 1944092374 Merge pull request #2024 from justinsb/santize_docker_tag
Sanitize docker tag consistently
2017-03-01 11:16:27 -08:00
Justin Santa Barbara 2af3961d02 Sanitize docker tag consistently
We need to use the same logic in the Makefile when we build the image,
and in kops when we reference the image.
2017-03-01 14:14:19 -05:00
Zach Loafman 3a583c6b91 Merge pull request #2023 from zmerlynn/fix-build-1488394200
build: Fix protokube tag during build
2017-03-01 11:00:25 -08:00
Zach Loafman 3078985bb6 build: Fix protokube tag during build
This got past the PR builder / Travis because the PR builder
explicitly sets VERSION, and Travis isn't setting "CI". (I think.)
2017-03-01 10:55:06 -08:00
chrislovecnm 864007d78d Fixing oddness with deploy evicts, updated logging, more tweaks in drain 2017-03-01 11:46:50 -07:00
chrislovecnm c3a7244102 More PR review changes, improving drain, and fixing a couple bugs 2017-03-01 11:46:36 -07:00
chrislovecnm f50c81bc46 PR review tweaks and backing out some changes in rollingupdate_cluster.go 2017-03-01 11:46:06 -07:00
chrislovecnm deb5685c23 updates to cobra docs 2017-03-01 11:42:48 -07:00
chrislovecnm cb58858b18 Updates for pr review and backing out validate_cluster changes 2017-03-01 11:42:20 -07:00
chrislovecnm 286455a608 Validate and drain with rolling update set via new feature flag DrainAndValidateRollingUpdate 2017-03-01 11:40:30 -07:00
Justin Santa Barbara 32081f3ca6 Reuse k8s drain code
This depends on https://github.com/kubernetes/kubernetes/pull/42115
2017-03-01 11:39:57 -07:00
chrislovecnm 7e0ac01bbc Fixing oddness with deploy evicts, updated logging, more tweaks in drain 2017-03-01 11:39:57 -07:00
chrislovecnm da763ea1e5 More PR review changes, improving drain, and fixing a couple bugs 2017-03-01 11:39:56 -07:00
chrislovecnm a848f577a2 PR review tweaks and backing out some changes in rollingupdate_cluster.go 2017-03-01 11:39:56 -07:00
chrislovecnm bcbede8c90 Doc updates 2017-03-01 11:39:56 -07:00
chrislovecnm 9d30e532ce updates to cobra docs 2017-03-01 11:39:56 -07:00