Commit Graph

7841 Commits

Author SHA1 Message Date
Matthew Farrellee
c173a9585f add zookeeper service to README 2015-03-02 15:32:25 -05:00
Clayton Coleman
0ac49d77a0 TCPSocket could not be used as it was not checked in validation
Attempting to use it gave the error "must register one handler".
Added more tests for it.
2015-03-02 15:27:11 -05:00
Piotr Szczesniak
cc707ab114 Improved guestbook.sh test to become actual test
After change test waits until pods come up, then adds
entry to guestbook and verify if operation succeed

This fixes #3693
2015-03-02 21:19:39 +01:00
Matthew Farrellee
6631c63652 add tl;dr version of README.md 2015-03-02 15:14:38 -05:00
Matthew Farrellee
6fd45acdee add storm worker controller 2015-03-02 15:14:38 -05:00
Matthew Farrellee
6bf499e515 add nimbus pod and service definition 2015-03-02 15:14:38 -05:00
Matthew Farrellee
29cabbaf9a add zookeeper pod and service definition 2015-03-02 15:14:38 -05:00
Rohit Jnagal
c63f4635a4 Add capacity information to 'kubectl describe minion' 2015-03-02 19:51:30 +00:00
Zach Loafman
148ce12b84 Merge pull request #4948 from GoogleCloudPlatform/revert-4883-fix_tcpsocket_validation
Revert "TCPSocket could not be used as it was not checked in validation"
2015-03-02 11:15:17 -08:00
Zach Loafman
4937008ae0 Revert "TCPSocket could not be used as it was not checked in validation" 2015-03-02 11:14:27 -08:00
Brendan Burns
c7cbc5c991 Merge pull request #4883 from smarterclayton/fix_tcpsocket_validation
TCPSocket could not be used as it was not checked in validation
2015-03-02 10:53:48 -08:00
Brendan Burns
fe973461f5 Merge pull request #4916 from thockin/plural_21_endpoints
Rename type Port to ContainerPort
2015-03-02 10:53:32 -08:00
Brendan Burns
3168f165ab Merge pull request #4927 from thockin/plural_22_endpoints
Add defaults for HTTGetAction.Path & test actions
2015-03-02 10:52:55 -08:00
Brendan Burns
9f7b78b0a8 Merge pull request #4937 from thockin/plural_23_endpoints
Stop using named ports in examples and scripts.
2015-03-02 10:49:31 -08:00
Brendan Burns
843fa71f2b Merge pull request #4938 from tkulczynski/opfix
Fix waiting for GCE Operations
2015-03-02 10:47:46 -08:00
Eric Tune
4ef76aba5a Merge pull request #4708 from pires/update_coreos_kubelet
CoreOS updates to v0.11.0 and kubelet args fix
2015-03-02 10:20:07 -08:00
Robert Bailey
5799dd5f7d Remove host ports from the update demo and update tests (take 2). 2015-03-02 10:15:34 -08:00
Abhishek Gupta
5e096fed34 Fixing test case to remove dependency on algorithm provider 2015-03-02 10:00:20 -08:00
Abhishek Gupta
a04e600f16 Added test cases 2015-03-02 10:00:20 -08:00
Abhishek Gupta
e5d319d611 Fixing comment alignment 2015-03-02 10:00:20 -08:00
Abhishek Gupta
28fbde0f22 Removing affinity provider 2015-03-02 10:00:19 -08:00
Abhishek Gupta
3607a16293 Implementing PR feedback 2015-03-02 10:00:19 -08:00
Abhishek Gupta
548e0da567 Configuring scheduler via json configuration file 2015-03-02 10:00:19 -08:00
Vish Kannan
445fd56739 Merge pull request #4810 from fgrzadkowski/disable_pod_status_probes
Add flag to control probing pods statuses from kubelets.
2015-03-02 09:52:05 -08:00
Jeff Lowdermilk
fdd0b521d2 Merge pull request #4924 from roberthbailey/kubectl-e2e
Use the kubectl binary rather than the wrapper shell script in the kubectl e2e test.
2015-03-02 09:16:22 -08:00
Andy Goldstein
5c6e88804f bump(docker/spdystream):e9bf9912b85eec0ed6aaf317808a0eab25e3ca43
Fixes #4912
2015-03-02 12:10:14 -05:00
Rohit Jnagal
db907b8562 Merge pull request #4929 from thockin/docker_dash_r
Stop using Docker's -r flag
2015-03-02 08:56:03 -08:00
Rohit Jnagal
f7e255054a Merge pull request #4930 from ainoya/fix-typo
Fix typo
2015-03-02 08:51:02 -08:00
Victor Marmol
93dafdf6b1 Merge pull request #4935 from a-robinson/histogram
Use the new prometheuse histogram type rather than client-side summaries for apiserver latency statistics
2015-03-02 08:50:07 -08:00
Alissa Bonas
3c90f3a423 add kubeclient to list of ruby client libraries 2015-03-02 17:43:01 +02:00
Filip Grzadkowski
86b1c90097 Add flag to control probing pods statuses from kubelets. 2015-03-02 16:06:14 +01:00
Masahiro Sano
e6c16cd4f9 Update github.com/rackspace/gophercloud to HEAD 2015-03-02 22:37:34 +09:00
Tomek Kulczynski
c4e786c701 Fix waiting for GCE Operations 2015-03-02 13:34:37 +01:00
Robert Bailey
3ae85812bd Use the kubectl binary rather than the wrapper shell script in the
kubectl e2e test.
2015-03-01 21:45:04 -08:00
Tim Hockin
e0e6741027 Stop using named ports in examples and scripts. 2015-03-01 21:30:45 -08:00
Tim Hockin
532c39c336 Add defaults for HTTGetAction.Path & test actions
The comment says optional - this makes it optional.  Test handler actions.
2015-03-01 21:23:18 -08:00
Clayton Coleman
3d290089ae Minimal status mutation change
PUT /api/v1beta3/namespaces/default/pods/foo/status
    {
      "metadata": {...}, // allowed for valid values
      "spec": {}, // ignored
      "status": {...}, // allowed, except for Host
    }

Exposes the simplest possibly change. Needs a slight refactoring
to RESTUpdateStrategy to split merging which can be done in a
follow up.
2015-03-01 22:35:17 -05:00
Clayton Coleman
d3a5a48d00 TCPSocket could not be used as it was not checked in validation
Attempting to use it gave the error "must register one handler".
Added more tests for it.
2015-03-01 22:31:57 -05:00
Alex Robinson
0d5fe5d078 Use a prometheus Histogram rather than a Summary for tracking apiserver latency. 2015-03-02 02:15:16 +00:00
Alex Robinson
76325ca851 Update the version of the prometheus client library we have vendored so
that we can use true histograms rather than the old Summary type that
calculated quantiles on the client side.
2015-03-02 01:11:37 +00:00
Naoki Ainoya
4b43086ff2 Fix typo 2015-03-01 21:07:22 +09:00
Victor Marmol
9ebd95a3cb Updating github.com/stretchr/testify godep. 2015-02-28 19:11:40 -08:00
Tim Hockin
d46146da7d Stop using Docker's -r flag
It has been deprecated since 1.3, replaced by restart policies.  We are
not supporting docker < 1.3 any more.
2015-02-28 13:36:42 -08:00
Zach Loafman
6c5b390160 Merge pull request #4928 from GoogleCloudPlatform/revert-4575-versionedFieldSelector
Revert "Adding converter functions to convert field label selectors to i...
2015-02-28 11:43:14 -08:00
Zach Loafman
5f35a67002 Revert "Adding converter functions to convert field label selectors to internal version before matching" 2015-02-28 11:42:49 -08:00
Tim Hockin
ea548b8260 Rename type Port to ContainerPort
Sadly I had to do this by hand - I just could not get gorename to fix up
users of it.
2015-02-27 21:05:59 -08:00
Daniel Smith
554b1c847c add occasional polling to reflector 2015-02-27 16:59:14 -08:00
Dawn Chen
0fec31a11e Merge pull request #4918 from vmarmol/handle-crash
Handle crash in per-pod thread and container killer.
2015-02-27 16:54:37 -08:00
Daniel Smith
156c505946 clean up poller test to not make infinite log messages 2015-02-27 16:51:03 -08:00
Victor Marmol
c7e7ecdf2c Handle crash in per-pod thread and container killer. 2015-02-27 16:33:46 -08:00