Commit Graph

2605 Commits

Author SHA1 Message Date
yissachar b2b7414c6a Merge pull request #2103 from justinsb/link_to_wearemolecule
Replace warning about images with a link
2017-03-15 01:13:39 -04:00
yissachar b6a954476d Fix broken link 2017-03-15 00:57:26 -04:00
Justin Santa Barbara 2e1ac55243 Fix omitted err check
Issue #2099
2017-03-15 00:51:35 -04:00
yissachar ac69980e76 Merge pull request #2114 from justinsb/fix_2058
Replace kubernetes.com with example.com
2017-03-14 22:48:14 -04:00
Chris Love 875cf1264b Merge pull request #2118 from justinsb/more_logging_on_dns_error
More verbose error messages on DNS errors
2017-03-14 12:29:48 -06:00
Justin Santa Barbara cc5a393814 More verbose error messages on DNS errors 2017-03-14 10:26:01 -04:00
Justin Santa Barbara c36a30cbdd Merge pull request #2117 from justinsb/ignore_dns_precreate_error
Don't fail if we can't pre-create DNS records
2017-03-14 10:06:24 -04:00
Justin Santa Barbara 2a44aa0c05 Don't fail if we can't pre-create DNS records 2017-03-14 09:56:12 -04:00
Daniel Cohen 8945f16ead Remove requirement to define SSH and K8S API Access CIDRs 2017-03-14 09:50:22 -04:00
Justin Santa Barbara e57e747c7f Replace kubernetes.com with example.com
We should be using example.com in our docs.

Fix #2058
2017-03-13 10:49:37 -04:00
Justin Santa Barbara 32b9e1b5b1 Fix error for invalid vfs paths
We should be printing the path when it fails validation
2017-03-13 10:42:31 -04:00
Justin Santa Barbara 8096e4b7c5 Replace warning about images with a link
The unsigned warning feels overly scary.
2017-03-11 02:28:09 -05:00
Justin Santa Barbara 93ae440bab service task: consider changes to the systemd manifest itself
We do smart service restarting: we restart the service if a dependency
changed after the running service.  However, we were not considering the
service manifest itself in the calculation, which was an error.

The bug only exposed itself though when we downloaded and updated
docker, e.g. when running k8s 1.5 with a 1.4 image.  We would write the
env file early (no dependencies), then we would download docker and
install it, and then we would write the service manifest.  But if docker
had been started during this interval (e.g. by protokube), then we would
see that docker had been started after the dependencies (the env file),
and not restart it.  When we consider the manifest file also, things
work as intended.

Fix #1731
2017-03-11 02:26:44 -05:00
Justin Santa Barbara f489c15342 Merge pull request #2054 from justinsb/updated_release_notes_branches
Update release notes with branches
2017-03-10 23:59:54 -05:00
Justin Santa Barbara fa10d5e0ff Update release notes with branches 2017-03-10 23:59:13 -05:00
Justin Santa Barbara e7b5cdf4ea Merge pull request #2097 from dnelson/fix-osx-shasum
Fix makefile to correctly detect macOS shasum
2017-03-10 23:35:04 -05:00
Daniel Nelson 4cad4bd519 Fix makefile to correctly detect macOS shasum 2017-03-10 11:24:40 -08:00
Seth Pollack 438483354e
add webhook authenticator flags 2017-03-09 19:47:49 -05:00
yissachar 95989493f2 Merge pull request #2077 from justinsb/route53_docs
Add clarifying note about route53-controller vs dns-controller
2017-03-09 15:34:13 -05:00
Chris Love 1980281b69 Merge pull request #2076 from justinsb/bump_alpha_to_154
Bump alpha channel to 1.5.4
2017-03-09 13:32:30 -07:00
Justin Santa Barbara 2cd815a982 Add clarifying note about route53-controller vs dns-controller
Saw some user confusion on slack.
2017-03-09 11:48:24 -05:00
Eric Hole 8a25a72518 Merge pull request #2051 from justinsb/fix_elb_name_collisions
Use Name tag to match ELBs
2017-03-09 07:32:14 -08:00
Eric Hole b606b503da Merge pull request #1987 from justinsb/fix_tf_additional_security_groups
Fix terraform output of shared subnets
2017-03-09 07:29:34 -08:00
Justin Santa Barbara 18886749d9 Always include hash, per code review
Thanks @kris-nova
2017-03-09 09:35:09 -05:00
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