Commit Graph

6974 Commits

Author SHA1 Message Date
Jeff Grafton
c2e7e2d029 Revert "Adding sync pod latency metric." and "Thread-per-pod model in Kubelet."
This reverts commits 744f33d886 and
7191c5c7fd.
2015-02-26 12:15:28 -08:00
Jeff Lowdermilk
9871bbc1ae Increase timeout on kubectl.go to 60s
Should reduce flakiness caused by ~30s docker image pulls.
2015-02-26 12:13:28 -08:00
Rohit Jnagal
e455ee5d2e Merge pull request #4765 from brendandburns/scheduler
Log a better error with useful info on scheduling failures.
2015-02-26 12:01:04 -08:00
Johan Euphrosine
aef560a01a contrib/podex: split manifest generation 2015-02-26 11:51:26 -08:00
Daniel Smith
3038a5624e Merge pull request #4859 from dchen1107/master
Move salt based clusters to Docker 1.5.0
2015-02-26 11:32:07 -08:00
Rohit Jnagal
da0885c896 Merge pull request #4818 from vmarmol/mon-startup
Adding sync pod latency metric.
2015-02-26 11:31:33 -08:00
Zach Loafman
e10f54eebf Merge pull request #4762 from satnam6502/es-image
Make a Kubernetes specific version of an Elasticsearch Docker container
2015-02-26 11:24:09 -08:00
Mike Danese
c9fcf45fd9 fix bad cmd-test for patch. 2015-02-26 11:21:03 -08:00
Brendan Burns
877f605dc0 Add specific errors for missing kind and version. 2015-02-26 11:19:04 -08:00
Victor Marmol
744f33d886 Adding sync pod latency metric.
Latency is broken down by create, update, and sync pods.

Part of #4604.
2015-02-26 11:13:04 -08:00
Dawn Chen
59a9030413 Move salt based clusters to Docker 1.5.0 2015-02-26 11:06:53 -08:00
Johan Euphrosine
5838854c27 contrib/go2docker: goimports 2015-02-26 11:06:35 -08:00
Alex Robinson
39c343d57e Merge pull request #4856 from nikhiljindal/expvar
Stop importing expvar
2015-02-26 11:02:41 -08:00
Johan Euphrosine
f6e1b77510 contrib/go2docker: cross compile to linux_amd64 2015-02-26 10:56:17 -08:00
nikhiljindal
b771a56435 Stop importing expvar 2015-02-26 10:47:58 -08:00
Subin M
fc21144d4e v1beta3 api json for grafana example 2015-02-27 00:10:08 +05:30
roberthbailey
6efa68aa86 Merge pull request #4750 from fabioy/e2e-defer.fix
Move 'defer' call before creation on various e2e tests.
2015-02-26 10:03:46 -08:00
Jeff Lowdermilk
31b990a415 Remove update.sh now that e2e/kubectl.go is stable 2015-02-26 09:51:39 -08:00
Victor Marmol
e41d0bd544 Merge pull request #4804 from wojtek-t/separate_pod_workers
Thread-per-pod model in Kubelet.
2015-02-26 09:22:20 -08:00
Wojciech Tyczynski
7191c5c7fd Thread-per-pod model in Kubelet. 2015-02-26 17:58:57 +01:00
Tim Hockin
f4bee7e651 Merge pull request #4843 from ddysher/0-fix-0
Add missing flag description; regenerate man1
2015-02-26 08:25:01 -08:00
Deyuan Deng
660428bb00 Add missing flag description; regenerate man1 2015-02-26 11:15:01 -05:00
Sami Wagiaalla
9150cb9d95 Catch kubelet-master hostname mismatch during health check
During the kubelet's /healthz responce check to see if the
hostname used by the master matches the hostname the kubelet
knows itself by. If not fail the health check.

Signed-off-by: Sami Wagiaalla <swagiaal@redhat.com>
2015-02-26 10:22:03 -05:00
Zach Loafman
eedd9ec317 Merge pull request #4812 from rsokolowski/skydns-version
Update skydns's etcd to version 2.0.3
2015-02-26 07:00:58 -08:00
Zach Loafman
57fe439adf Merge pull request #4773 from lhuard1A/test-cmd
Assert pre and post conditions of all commands in test-cmd.sh
2015-02-26 07:00:29 -08:00
Subin M
97ea7065fc modify resource limits 2015-02-26 13:51:06 +05:30
Subin M
efaf274a0b modify resource limits 2015-02-26 13:48:29 +05:30
Vish Kannan
e3af23e6e9 Merge pull request #4792 from vmarmol/mon-containers-per-pod
Add Kubelet metrics for pod and container counts.
2015-02-25 18:51:22 -08:00
Vish Kannan
7547f70aab Merge pull request #4832 from ddysher/add-err-msg
Fix delete pod namespace; include error message when failed deleting pods
2015-02-25 18:47:14 -08:00
Vish Kannan
6601ff78be Merge pull request #4827 from satnam6502/cleanup
Remove deprecated co-located ES/Kibana setup
2015-02-25 18:41:58 -08:00
Deyuan Deng
d47fd48e55 Fix delete pod namespace; include error message when failed deleting pods 2015-02-25 20:03:22 -05:00
Zach Loafman
447770aba4 Merge pull request #4830 from jlowdermilk/kubectl-e2e
Trim whitespace from kubectl in e2e/kubectl.go
2015-02-25 15:37:23 -08:00
Jeff Lowdermilk
1db43f8f3e Trim whitespace from kubectl in e2e/kubectl.go 2015-02-25 15:26:51 -08:00
Subin M
e682c933ea v1beta3 api yaml files 2015-02-26 04:25:09 +05:30
Subin M
39016242aa Update examples to support v1beta3 api - liveness/mysql-wordpress 2015-02-26 04:17:24 +05:30
Satnam Singh
2b1335eb6b Remove deprecated co-located ES/Kibana setup 2015-02-25 14:39:41 -08:00
Zach Loafman
f12f50e996 Merge pull request #4826 from a-robinson/certs
Rip out the certs.sh test since the certs.go test has been stable
2015-02-25 14:24:08 -08:00
Alex Robinson
ba12f9e229 Rip out the certs.sh test since the certs.go test has been stable. 2015-02-25 13:26:19 -08:00
Victor Marmol
95464349d5 Add Kubelet metrics for pod and container counts.
Part of #4604.
2015-02-25 12:18:59 -08:00
Paul Morie
85e890840e Fix nits in security proposal 2015-02-25 14:39:01 -05:00
Daniel Smith
ec8ecf3993 Merge pull request #4494 from brendandburns/race
Add protection for the pods member varaible.
2015-02-25 10:41:32 -08:00
Vish Kannan
a95d9937de Merge pull request #4794 from justinsb/patch-2
Fix typo in comment: mail -> main
2015-02-25 10:26:43 -08:00
Vish Kannan
aaa4a354d4 Merge pull request #4735 from screeley44/v1beta3_enablement
#4544 - Fix inadvertent whitespace in v1beta3 enablement
2015-02-25 10:06:11 -08:00
Fabio Yeon
0b72391aa0 Move 'defer' call before creation on various e2e tests. 2015-02-25 10:04:51 -08:00
Zach Loafman
aed9058dba Merge pull request #4816 from GoogleCloudPlatform/revert-4791-update-sh
Revert "Remove host ports from the update demo and update tests"
2015-02-25 09:56:30 -08:00
Zach Loafman
84a2a9766a Revert "Remove host ports from the update demo and update tests" 2015-02-25 09:56:03 -08:00
Zach Loafman
ea62dbff1c Merge pull request #4815 from GoogleCloudPlatform/revert-4813-kubectl-proxy
Revert "Use a different port for the kubectl proxy in the shell and go t...
2015-02-25 09:55:10 -08:00
Zach Loafman
2089324555 Revert "Use a different port for the kubectl proxy in the shell and go tests." 2015-02-25 09:54:54 -08:00
Zach Loafman
a5dc76fb79 Merge pull request #4813 from roberthbailey/kubectl-proxy
Use a different port for the kubectl proxy in the shell and go tests.
2015-02-25 09:47:05 -08:00
Robert Bailey
e7d67e4449 Use a different port for the kubectl proxy in the shell and go tests. 2015-02-25 09:32:41 -08:00