Commit Graph

7037 Commits

Author SHA1 Message Date
Victor Marmol
a9e67f04ac Updating github.com/docker/docker/pkg/term Godep.
This matches the version of the rest of the Docker package. There is no
actual code change, but the mistmatch made it impossible to udpate the
dependency (or any that depended on this).
2015-03-03 11:14:12 -08:00
CJ Cullen
51f1a244e7 Fix leaking PDs from pd.go e2e test
Also upped the timeouts, because Slow Test > Flaky Test.
2015-03-03 11:10:36 -08:00
Brian Grant
841b6f6970 Merge pull request #4936 from thockin/plural_24_default_dest_port
Change the v1b3 default for service ContainerPort
2015-03-03 11:01:01 -08:00
Brian Grant
fca9fd68c7 Merge pull request #4779 from smarterclayton/status_endpoints
Minimal status mutation change
2015-03-03 11:00:02 -08:00
Mike Danese
9ae18cc96e Only log on failing cases in auth integration test 2015-03-03 10:26:00 -08:00
Filipe Brandenburger
fbfbc7e086 Merge pull request #4686 from ixdy/parallelize-unit-tests
Parallelize execution of unit tests in hack/test-go.sh.
2015-03-03 10:05:25 -08:00
Brian Grant
109dbbf72e Merge pull request #4983 from fgrzadkowski/fix_test_cmd
Fix hack/test-cmd.sh so that it passes on a local machine
2015-03-03 09:42:10 -08:00
Tim Hockin
5aadd6ecae Change the v1b3 default for service ContainerPort
In v1b1 and v1b2 we choose the "first defined port" if you do not specify a
ContainerPort.  I am proposing that v1b3 just assume the ContainerPort is the
same as the service port unless explicitly provided.  This leaves named ports
for now, but that is under discussion on its own.

This is strictly compatible, though to implement this we have to leave the
internal objects with the looser behavior until v1b[12] die.  This also adds a
link dependency so that when we DO kill v1b[12] the endpoints controller will
blow up, prompting a fix.
2015-03-03 09:40:18 -08:00
Justin Santa Barbara
6508ca78a5 Use new config file & sync with GCE script 2015-03-03 12:24:56 -05:00
Justin Santa Barbara
6b067b3c85 Make public-ip detection more robust for AWS, enable SSH function 2015-03-03 12:21:44 -05:00
Justin Santa Barbara
94a433157e Use internal ip for connecting to salt master, with clearer env var 2015-03-03 12:18:12 -05:00
Tim Hockin
3beca3a4e8 Merge pull request #4981 from timothysc/kube-file-limits
up the default systemd unit file limits
2015-03-03 09:16:10 -08:00
Charles Butler
88e5b41f40 Added the Juju substrates and test results to GettingStartedGuides/README.md
Refactored the Juju getting started guide with @erictune and
    @brendandburns reccomendations on having a supported matrix listing
    under the cloud support header.
2015-03-03 11:59:36 -05:00
Whit Morriss
bdcee3b89f A getting started guide for juju 2015-03-03 11:59:16 -05:00
Daniel Smith
fbf45e8a39 Merge pull request #4946 from bprashanth/kubectl_retry
Retry resizing replication controllers in kubectl
2015-03-03 08:54:11 -08:00
Filip Grzadkowski
6ad2b86181 Fix hack/test-cmd.sh so that it passes on a local machine 2015-03-03 17:23:55 +01:00
Satnam Singh
163411af85 Merge pull request #4978 from piosz/cleanup
Added cluster-service label to monitoring services
2015-03-03 07:55:36 -08:00
Rafał Sokołowski
2d54ccc750 Merge pull request #4979 from gtaylor/patch-2
Correct typo in guestbook/README.md
2015-03-03 16:18:03 +01:00
derekwaynecarr
35ab4ccc6d Further vagrant reliability improvements. 2015-03-03 06:55:34 -08:00
Timothy St. Clair
2093610e5f Update file limits from testing 2015-03-03 08:25:31 -06:00
Greg Taylor
286f7d29c4 Correct typo in guestbook/README.md 2015-03-03 05:50:22 -05:00
Piotr Szczesniak
3abaa6b3c8 Added cluster-service lavel to monitoring services
Monitoring services will be now displayed in kubectl cluster command (#4657).

This partially addresses #4620
2015-03-03 10:44:46 +01:00
Dawn Chen
2a6b5a2262 Removed staled docker artifacts on GCE minions. 2015-03-02 23:24:29 -08:00
Harry Zhang
957fa86b86 Fix broken validation tips and typo in guide
Fix:
1. validation tips broken the list in doc
2. fix typo in command line
2015-03-03 05:43:51 +00:00
Brendan Burns
b583d4edb4 Merge pull request #4972 from brendandburns/master
Release 0.12.0
2015-03-02 21:29:41 -08:00
Prashanth Balasubramanian
1970c2d201 Retry resizing replication controllers in kubectl 2015-03-02 20:26:41 -08:00
Brendan Burns
2bbc59e81e Kubernetes version v0.12.0-dev 2015-03-02 20:04:35 -08:00
Brendan Burns
ecca42643b Kubernetes version v0.12.0 2015-03-02 20:04:24 -08:00
Victor Marmol
71e545bf81 Merge pull request #4970 from dchen1107/podstatus
Hide POD container from end users
2015-03-02 17:15:24 -08:00
Dawn Chen
dad365fb2b Hide POD container from end users 2015-03-02 17:03:28 -08:00
Zach Loafman
fe1edcfeda Merge pull request #4964 from lavalamp/fix6
Put #4575 back in and fix e2e failure
2015-03-02 16:50:37 -08:00
Daniel Smith
2d73a9f36f Merge pull request #4960 from satnam6502/doc
Update cluster level logging docs for proxy access
2015-03-02 16:24:33 -08:00
Satnam Singh
105803ce04 Update cluster level docs for proxy access 2015-03-02 16:14:03 -08:00
Saad Ali
133ed2b852 Merge pull request #4966 from satnam6502/proxy
Fix URL for Elasticsearch
2015-03-02 16:10:18 -08:00
Satnam Singh
e918f36c2b Fix URL for Elasticsearch 2015-03-02 15:57:12 -08:00
Jeff Lowdermilk
66dfbe900a Merge pull request #4963 from roberthbailey/kubectl-proxy
Remove host ports from the update demo and update tests (take 2).
2015-03-02 15:16:04 -08:00
Daniel Smith
1fdf749211 fix e2e failure 2015-03-02 15:03:56 -08:00
Daniel Smith
c4822dc060 Revert "Revert "Adding converter functions to convert field label selectors to internal version before matching""
This reverts commit 5f35a67002.
2015-03-02 15:00:09 -08:00
David Oppenheimer
32523f8a52 Merge pull request #4674 from abhgupta/abhgupta-dev
Configuring scheduler via json configuration file
2015-03-02 14:43:25 -08:00
Daniel Smith
f278fbabb3 Merge pull request #4959 from satnam6502/proxy
Use proxy instead of load balancer for Elasticsearch and Kibana
2015-03-02 14:36:37 -08:00
roberthbailey
167d1b714c Merge pull request #4945 from lhuard1A/libvirt-coreos
Make libvirt-coreos cluster able to run e2e tests
2015-03-02 14:35:00 -08:00
Lénaïc Huard
d64f0f1183 Make libvirt-CoreOS cluster able to run e2e tests 2015-03-02 23:11:48 +01:00
Brian Grant
97d7e7e2c2 Merge pull request #4819 from mikedanese/validate-api-version
Validate api version in kubectl --patch and --override
2015-03-02 14:04:18 -08:00
Lénaïc Huard
c763fbf98a Integrate SkyDNS in libvirt-coreos 2015-03-02 22:58:12 +01:00
Lénaïc Huard
7ce6f22687 Make kube-up wait for the libvirt-coreos cluster to be ready
so that validate-cluster passes.
2015-03-02 22:58:11 +01:00
Lénaïc Huard
a25f2ad28d Add node monitoring and logging facilities to libvirt-coreos
Deploy cadvisor and fluentd on each minion.
2015-03-02 22:58:10 +01:00
Lénaïc Huard
9077c23277 libvirt-coreos: move all IP definitions in config-default.sh 2015-03-02 22:58:01 +01:00
Zach Loafman
00ca7352ee Merge pull request #4955 from smarterclayton/fix_tcpsocket_validation
TCPSocket could not be used as it was not checked in validation
2015-03-02 13:45:25 -08:00
Satnam Singh
72183c064c Use proxy instead of load balancer 2015-03-02 13:44:41 -08:00
Brian Grant
9eb2d6c881 Merge pull request #4941 from abonas/addkubeclient
add kubeclient to list of ruby client libraries
2015-03-02 13:32:38 -08:00