Justin Santa Barbara
08e904ad96
AWS: Configure LoadBalancer health checks
...
ELB will automatically create a health check, but if we update the
listeners the old health check port sticks around, and all the instances
are marked offline.
Update the health-checks to match the listeners: we just check the first
valid service port, with some hard-coded options for timeouts / retries etc.
2015-08-17 08:58:46 -04:00
Justin Santa Barbara
fde0a8884f
e2e: Test load-balanced service endpoint preserved
...
Previously we weren't preserving the service endpoint on a load-balanced
service, at least on AWS. The test had to test reality, not
aspirations!
Now we should have fixed this, so we can revert the e2e test to check
that the service endpoint is indeed preserved.
Fixes #11002
2015-08-17 08:58:46 -04:00
Justin Santa Barbara
cb38b02f2c
Add unit test for StringSet Equal
2015-08-17 08:58:46 -04:00
Justin Santa Barbara
924350d5f6
AWS: Make load balancer creation idempotent on AWS
...
This turned out to be a little convoluted, but is needed because deleting an ELB on AWS
is a painful UX - it won't have the same endpoint when it is recreated.
Also started splitting the provider into files, but only for new functions (so far!)
2015-08-17 08:58:46 -04:00
Justin Santa Barbara
8c365d51c7
servicecontroller relies on cloudprovider to delete LB if needed
...
We previously made the cloudproviders take on the responsibility of deleting
existing load balancers; this lets us simplify the servicecontroller logic
and also lays the groundwork for more efficient cloudprovider LB implementations
to do an in-place change on a LB.
2015-08-17 08:58:46 -04:00
Justin Santa Barbara
87df1d6fb6
Change CreateTCPLoadBalancer -> EnsureTCPLoadBalancer; implementations auto-delete if already exists
...
Previously the servicecontroller would do the delete, but by having the cloudprovider
take that task on, we can later remove it from the servicecontroller, and the
cloudprovider can do something more efficient.
2015-08-17 08:58:45 -04:00
Justin Santa Barbara
1ab62e541b
Add more events to LoadBalancer management
...
It would be nice to see these events in the service like we do with pods;
also we've had trouble here so a few more events would be handy!
2015-08-17 08:58:45 -04:00
Piotr Szczesniak
eed7d24c02
Removed align_stats flag from Heapster config
...
The flag caused inaccuracy in compute cpu/usage_rate metric
2015-08-17 14:40:41 +02:00
Marek Grabowski
9d1a48d5f6
Merge pull request #12790 from justinsb/fix_12787
...
Fix escaping problem in kube-scheduler manifest
2015-08-17 14:30:29 +02:00
Justin Santa Barbara
0ff8dd45ef
Fix escaping problem in kube-scheduler manifest
...
'{{pillar[log_level]}}' was appearing literally in the command line,
instead of being substituted.
Fixes #12787
2015-08-17 08:16:24 -04:00
Marek Grabowski
e9dd3c5543
Merge pull request #12678 from mesosphere/scheduler-log-struct-fields
...
Improve readability of scheduling failure logs
2015-08-17 13:06:47 +02:00
Marek Grabowski
7d936fe4ca
Merge pull request #12785 from piosz/autoscaling_e2e
...
Actually enabled Autoscaling e2e test for Jenkins flaky job
2015-08-17 12:32:45 +02:00
Piotr Szczesniak
73815f5629
Actually enabled Autoscaling e2e test for Jenkins flaky job
2015-08-17 12:30:20 +02:00
Karl Isenberg
61c9dd876e
Improve readability of scheduling failure logs
2015-08-17 12:17:48 +02:00
Marek Grabowski
6478a98cae
Merge pull request #12777 from eparis/test-file-to-go-faster
...
Speed up pre-commit by always passing at least one file to programs
2015-08-17 12:00:14 +02:00
Marek Grabowski
31e115eb73
Merge pull request #12656 from vallard/master
...
added OpenStack instructions to coreos multinode cluster document. C…
2015-08-17 11:58:19 +02:00
Marek Grabowski
2816632cad
Merge pull request #11996 from jayunit100/maxTimes
...
Fix maxTimes comment to clarify infinit waits
2015-08-17 11:57:44 +02:00
Marek Grabowski
850b98299f
Merge pull request #12757 from erictune/resdoc
...
Document how `describe nodes` had resources.
2015-08-17 11:45:43 +02:00
Marek Grabowski
d310eeaca9
Merge pull request #12783 from piosz/autoscaling_e2e
...
Enabled Autoscaling e2e test for Jenkins flaky job
2015-08-17 11:23:28 +02:00
Piotr Szczesniak
b6f1c9d989
Enabled Autoscaling e2e test for Jenkins flaky job
2015-08-17 10:54:33 +02:00
Marek Grabowski
48184026f1
Merge pull request #12729 from cjcullen/gce
...
Clean up GCE metadata calls. Remove GetNodeResources from all providers.
2015-08-17 10:48:48 +02:00
Marek Grabowski
ff1d3885b4
Merge pull request #12753 from eparis/rebase-pflag
...
Update spf13/pflag to fix StringSlice bug
2015-08-17 10:48:25 +02:00
Marek Grabowski
c0480e9174
Merge pull request #12707 from mikedanese/move-test-contrib
...
move contrib/for-tests to test/images
2015-08-17 10:46:18 +02:00
Marek Grabowski
b2e363fa08
Merge pull request #12781 from gmarek/resource_usage
...
Update constants in monitor_resources test
2015-08-17 09:55:18 +02:00
gmarek
781a9b5325
Update constants in monitor_resources test
2015-08-17 09:53:52 +02:00
Joshua Griffiths
a9aa2c6acc
Replace Port with NodePort for creating LB members
2015-08-17 08:47:00 +01:00
Dr. Stefan Schimanski
227f8de5a4
Switch to gcr.io Docker registry
2015-08-17 09:43:52 +02:00
Dr. Stefan Schimanski
043df0e057
Convert guestbook example to relative urls
2015-08-17 09:43:51 +02:00
Eric Paris
3a2dd10545
Speed up pre-commit by always passing at least one file to programs
...
Some programs like the boilerplate or the flag checker will check the
whole repo if they aren't given a specific set of files to test. If you
use `git commit --amend` to change commit messages you will be calling
these functions with no args, and thus it take a lot longer to commit no
changes than it does to actually commit changes!
2015-08-16 22:15:24 -05:00
Eric Paris
081d9c64d2
Merge pull request #12775 from eparis/fix-ubuntu-break-build
...
Fix build breakage due to ubuntu invalid flag usage
2015-08-16 20:34:50 -05:00
Eric Paris
13822bceae
Fix build breakage due to ubuntu invalid flag usage
...
In PR #12543 / commit fef1ede240
Flags were used with `_` instead of `-`. This broke the build.
2015-08-16 20:30:59 -05:00
Kenjiro Nakayama
5e58bedae2
Add a note of api endpoint in Kubernetes on Mesos getting started guide
2015-08-16 17:08:56 +09:00
Brendan Burns
6afbaf6bf6
Merge pull request #12543 from andyzheng0831/ubuntu
...
Add config to run minions on GCE using Ubuntu.
2015-08-14 22:13:38 -07:00
Mike Danese
fa40ced8f8
move contrib/for-tests to test/images
2015-08-14 20:42:46 -07:00
Brendan Burns
a9580a0ad0
Merge pull request #12595 from smarterclayton/add_pod_status_ip
...
Add status.podIP as a valid downward API target
2015-08-14 20:29:50 -07:00
Brendan Burns
9cc5156b69
Merge pull request #12685 from eparis/goimports
...
Remove dependancy on external goimports binary
2015-08-14 20:29:00 -07:00
Brendan Burns
eb8b1aa87e
Merge pull request #12694 from yifan-gu/rkt_patch
...
kubelet/rkt: minor updates to match rkt v0.7.0.
2015-08-14 20:27:30 -07:00
Brendan Burns
c5cfc1b83c
Merge pull request #12706 from smarterclayton/test_fails_on_no_ipv6
...
Unit test fails when ipv6 is not available
2015-08-14 20:26:40 -07:00
Brendan Burns
6727cf8b8a
Merge pull request #12739 from mwielgus/spark-image-versions
...
Add image version to examples/spark
2015-08-14 20:25:40 -07:00
Karl Isenberg
1d16b21dd2
[mesos/docker] Configure controller-manager to advertize its externally accessible IP
2015-08-14 20:17:03 -07:00
Eric Tune
8e56fe599f
Document how describe nodes
had resources.
...
Documents changes in #11788
2015-08-14 17:20:28 -07:00
Brendan Burns
8bd9592b7f
Merge pull request #12544 from liggitt/ServiceSpreadingPriority
...
Auto commit by PR queue bot
2015-08-14 17:09:43 -07:00
Eric Paris
347c7b5b82
Mark some flags as deprecated so thus don't show up in help
2015-08-14 19:28:03 -04:00
Brendan Burns
8e05da1316
Merge pull request #12696 from eparis/less-dash-false-positive
...
Fewer false positives in verify-flag-underscore.sh
2015-08-14 16:27:08 -07:00
Brendan Burns
d7763a1b2b
Merge pull request #12557 from eparis/boilerplate-multiple-file-types
...
Speed up pre-commit boilerplate by only checking changed files
2015-08-14 16:26:00 -07:00
Brendan Burns
e759e36b1e
Merge pull request #12536 from mesosphere/docker-compose-0.23
...
Use Mesos 0.23 for both master and slaves
2015-08-14 16:25:08 -07:00
Eric Paris
03dbf6503c
Merge pull request #12754 from eparis/gendoc-rename
...
TYPO: fix documentation to point at update-generated-docs.sh
2015-08-14 17:56:54 -05:00
Eric Paris
21d22e04be
TYPO: fix documentation to point at update-generated-docs.sh
2015-08-14 18:50:03 -04:00
Eric Paris
b3f0bc835f
Update spf13/pflag to fix StringSlice bug
...
pflag support for string slices were added recently and we converted to
using them. However there is a bug in which the default values of a
string slice do not get overwritten. It hasn't bitten us yet, but I
wouldn't want a new user to get bitten.
2015-08-14 18:46:26 -04:00
Mike Danese
0282ba55be
delete unused image hello-kubernetes
2015-08-14 15:45:44 -07:00