Tim Hockin
6b6b47a777
Merge pull request #8452 from satnam6502/skydns
...
Embed version number in kube-dns RC
2015-05-18 16:36:43 -07:00
Tim Hockin
931f448af1
Merge pull request #8456 from satnam6502/doc
...
Document process for updating version of kube-dns
2015-05-18 16:35:54 -07:00
Brendan Burns
76c27bc745
Merge pull request #8439 from chris-rock/patch-1
...
update kubectl urls
2015-05-18 16:31:50 -07:00
Victor Marmol
7dde223c2a
Merge pull request #8458 from satnam6502/elasticsearch
...
Give explicit version number to Elasticsearch logging RC
2015-05-18 16:27:08 -07:00
Victor Marmol
92798c74fa
Merge pull request #8435 from nikhiljindal/swagger
...
Updating swagger spec
2015-05-18 16:24:22 -07:00
Victor Marmol
1670cd5dce
Merge pull request #8459 from satnam6502/kibana
...
Give explicit version number to Kibana RC
2015-05-18 16:23:20 -07:00
Satnam Singh
3337cea8bb
Give explicit version number to Kibana RC
2015-05-18 16:04:13 -07:00
Victor Marmol
e83a4e3fd8
Merge pull request #8450 from satnam6502/kibana
...
Add version label to Kibana controller and service
2015-05-18 15:56:27 -07:00
Satnam Singh
83cd97a2e7
Give explicit version number to Elasticsearch logging RC
2015-05-18 15:53:01 -07:00
Satnam Singh
c7d5b4fa2f
Document process for updating version of kube-dns
2015-05-18 15:41:08 -07:00
Victor Marmol
54b7473be9
Merge pull request #8446 from satnam6502/elasticsearch
...
Update Elasticsearch cluster level service to add version label
2015-05-18 15:38:49 -07:00
Daniel Smith
c72eedf50a
Merge pull request #8138 from bprashanth/rc_race
...
Check expectations before filtering through active pods.
2015-05-18 15:36:21 -07:00
Satnam Singh
fbf6d36e1c
Embed version number in kube-dns RC
2015-05-18 15:18:44 -07:00
Satnam Singh
4a0c6b3e0b
Add version label to Kibana controller and service
2015-05-18 14:49:12 -07:00
Satnam Singh
c84fd94b11
Update Elasticsearch cluster level service to add version label
2015-05-18 14:43:58 -07:00
Daniel Smith
5e056f119d
Merge pull request #6694 from bprashanth/bench
...
Add a simple master benchmark and a wrapper to run it.
2015-05-18 14:42:24 -07:00
Vish Kannan
c5f7ee6f96
Merge pull request #8430 from vmarmol/logging
...
Don't run OOM watcher is cAdvisor is not available.
2015-05-18 14:41:24 -07:00
Victor Marmol
832842a22e
Merge pull request #8436 from yujuhong/rm_poddirs
...
Kubelet: do not remove directories of terminated pods
2015-05-18 14:21:58 -07:00
Quinton Hoole
5af76884e2
Merge pull request #8428 from ixdy/native-ginkgo-runner
...
Use native Ginkgo test runner instead of cmd/e2e (attempt N)
2015-05-18 14:13:58 -07:00
Victor Marmol
397b7d1bf2
Merge pull request #8427 from vishh/heapster_v0.12.1
...
Updating heapster to v0.12.1.
2015-05-18 14:01:20 -07:00
Christoph Hartmann
7f6fa21171
update kubectl urls
2015-05-18 22:44:51 +02:00
Alex Robinson
ce95c4920d
Merge pull request #7936 from pmorie/env-resolution
...
Add simple env var resolution
2015-05-18 13:37:02 -07:00
Yu-Ju Hong
2bf0646c76
Kubelet: do not remove directories of terminated pods
...
We recently changed `SyncPods` to filter out terminated pods at the beginning
for two reasons:
* performance: kubelet no longer keeps goroutines to checks containers for
terminated pods.
* correctness: kubelet relies on inspecting dead containers to generate
pod status. Because dead containers may get garbage collected and
kubelet does not have checkpoints yet, syncing terminated pod could
lead to modifying the status of a terminated pod.
However, even though kubelet should not *sync* the terminated pods, it
should not attempt to remove the directories and volumes for such
pods as long as they have not been deleted. This change fixes aggresive
directory removal by passing all pods (including terminated pods) to the
cleanup functions.
2015-05-18 13:23:49 -07:00
Brendan Burns
c4ab34f7f9
Merge pull request #8368 from bcbroussard/web-ui-updates
...
Update web ui listing pages
2015-05-18 13:16:54 -07:00
nikhiljindal
be6e79ec11
Updating swagger spec
2015-05-18 13:10:58 -07:00
Paul Morie
e84092f870
Add variable expansion and design doc
2015-05-18 15:59:55 -04:00
Wojciech Tyczynski
d7834f5033
Merge pull request #8414 from pweil-/dedupe-sc
...
remove deprecated fields from v1 types
2015-05-18 12:57:38 -07:00
Victor Marmol
4a1100bb66
Don't run OOM watcher is cAdvisor is not available.
...
Fixes #8424 .
2015-05-18 12:18:12 -07:00
Jeff Grafton
35c4b92e92
Make e2e compatible with Go 1.3 and OS X.
...
Go 1.4 added the -o flag to the "go test" command as well as support for
the TestMain() function, so we must work around these not existing in
Go 1.3.
The version of readlink on OS X does not have the -f flag - so we'll
just skip canonicalizing the path.
2015-05-18 12:11:33 -07:00
Vishnu Kannan
63a5e3895c
Updating heapster to v0.12.1. This adds support for tokens and improves scalability
...
in large clusters.
2015-05-18 12:04:46 -07:00
Brendan Burns
4cd424cfb4
Merge pull request #8422 from caesarxuchao/cluster_management-doc
...
update docs/cluster_management.md to v1beta3
2015-05-18 11:48:59 -07:00
Jeff Grafton
b79fae5d71
Revert "Revert "Once again, use native Ginkgo test runner instead of cmd/e2e.""
...
This reverts commit 67da1ac0c8
.
2015-05-18 11:39:21 -07:00
Victor Marmol
a7341cfb77
Merge pull request #8386 from smarterclayton/make_kubelet_consumable
...
Make it easier to reuse kubelet server code
2015-05-18 11:26:55 -07:00
Daniel Smith
6dbecc2a33
Merge pull request #8165 from feihujiang/checkjsonformat
...
Check json format firstly
2015-05-18 11:24:56 -07:00
Daniel Smith
c27999da07
Merge pull request #7966 from deads2k/add-dockercfg-secrets
...
add dockercfg secret types
2015-05-18 11:24:02 -07:00
Victor Marmol
48d20980e2
Merge pull request #8409 from AntonioMeireles/setup-network-environment_newHome
...
update setup-network-environment 's download URL.
2015-05-18 11:22:24 -07:00
Victor Marmol
45874d5f76
Merge pull request #5547 from gmarek/client3
...
Add a resource specifying number of Pods that are allowed to run on Kubelet.
2015-05-18 11:11:43 -07:00
Paul Weil
ad4e4c90ce
remove deprecated fields from v1 types
2015-05-18 14:07:36 -04:00
Victor Marmol
5fca923f97
Merge pull request #8418 from pweil-/fix-gendocs
...
fix gendocs
2015-05-18 10:55:29 -07:00
Chao Xu
1291b1697c
update docs/cluster_management.md to v1beta3
2015-05-18 10:47:47 -07:00
Clayton Coleman
dc0e3dd0a4
Make it easier to reuse kubelet server code
...
Ensure that RunKubelet() returns errors consistently,
and make info output match Kube conventions.
Allows OpenShift to more easily reuse the Kubelet.
2015-05-18 13:38:23 -04:00
Paul Weil
e565b20b37
fix gendocs
2015-05-18 13:32:55 -04:00
Nikhil Jindal
9298638658
Merge pull request #8349 from caesarxuchao/flaky-tests-docs
...
update docs/devel flaky-tests to v1beta3
2015-05-18 10:18:25 -07:00
Vish Kannan
969023f3ec
Merge pull request #8389 from smarterclayton/chatty_endpoints_controller
...
Endpoints controller is logging too much
2015-05-18 09:40:57 -07:00
Victor Marmol
dfa9d9370b
Merge pull request #8410 from tnguyen-rh/master
...
fix typo in gce.yaml: ensure 'accessModes' value is a list
2015-05-18 09:14:01 -07:00
Quinton Hoole
fec9a524dd
Merge pull request #8415 from GoogleCloudPlatform/revert-8325-ns_5152015
...
Revert "E2E: Namespace soak test, confirms deletion of 100 NS happens…
2015-05-18 09:04:30 -07:00
Quinton Hoole
636569fc8d
Revert "E2E: Namespace soak test, confirms deletion of 100 NS happens within 150 seconds"
2015-05-18 09:04:10 -07:00
Satnam Singh
26b27b5e0f
Merge pull request #8374 from jimmidyson/docker-log-symlink-separator
...
Docker log symlinks should use underscore separator
2015-05-18 08:59:07 -07:00
Victor Marmol
f9c9564561
Merge pull request #8047 from ZJU-SEL/0.15dns
...
Revert to v0.15.0 dns manifest temporarily in ubuntu deployment
2015-05-18 08:41:08 -07:00
Victor Marmol
0e804b03a4
Merge pull request #8220 from thockin/label-validation
...
Add test case for qname validation, fix impl
2015-05-18 08:40:56 -07:00