Tim St. Clair
e4eff4bd6b
Fix typo: s/recieve/receive/
2015-11-19 19:23:40 -08:00
Lantao Liu
90ac508524
Cleanup fake_docker_client.go and manager_test.go
2015-11-19 19:03:35 -08:00
Yu-Ju Hong
dc42d25f4a
kubelet: remove background updating thread in RuntimeCache
...
This feature is no longer useful pods don't sync as often. For batch
creation/deletions/syncs, the cache will be up-to-date for most pods since it
will be updated frequently. For other cases, continue updating for two more
seconds don't usually help, as temporal locality doesn't hold across pod syncs.
2015-11-19 17:25:51 -08:00
feihujiang
ad79fa6e84
Move list functions from runtime to meta package
2015-11-20 09:20:55 +08:00
Quinton Hoole
bec4167525
Make zone and region node labels conformant.
...
Fixes #17506
2015-11-19 16:35:58 -08:00
Dawn Chen
16fe4a8ada
Fix a typo of NodeNotReady event.
2015-11-19 15:35:14 -08:00
Kris
9b75b88d4e
Move client's tranport to a separate package
2015-11-19 14:55:47 -08:00
k8s-merge-robot
9ace86fd25
Merge pull request #16258 from mqliang/deployment-redundant
...
Auto commit by PR queue bot
2015-11-19 13:45:18 -08:00
k8s-merge-robot
47de06b1e2
Merge pull request #17500 from eparis/fix-deps-license
...
Auto commit by PR queue bot
2015-11-19 10:25:25 -08:00
Timothy St. Clair
230a3906d2
Final removal of fakeClient per #15349
2015-11-19 11:52:29 -06:00
k8s-merge-robot
834b64addb
Merge pull request #17469 from timothysc/etcd-remove-fakeclient-part4
...
Auto commit by PR queue bot
2015-11-19 09:09:50 -08:00
k8s-merge-robot
6383a3bc75
Merge pull request #17396 from krousey/podtest
...
Auto commit by PR queue bot
2015-11-19 08:54:31 -08:00
Timothy St. Clair
02851dd1b7
Removal of fakeClient and shift to storage.Interface for
...
all registry tests.
2015-11-19 10:34:30 -06:00
k8s-merge-robot
ce492e7a28
Merge pull request #17378 from wojtek-t/remove_fake_client_from_master_test_2
...
Auto commit by PR queue bot
2015-11-19 08:18:14 -08:00
k8s-merge-robot
2e82445551
Merge pull request #17471 from yujuhong/fix_rkt
...
Auto commit by PR queue bot
2015-11-19 08:16:58 -08:00
Wojciech Tyczynski
975871e0a0
JSON marshaling/unmarshaling of label Selector
2015-11-19 16:44:48 +01:00
Jerzy Szczepkowski
cac9e88c11
Updated kubectl help messages.
...
Updated kubectl help messages: added info about hpa. Fixes #17357 .
2015-11-19 15:26:43 +01:00
Brendan Burns
4903474bad
Remove container api, its no longer generated and breaking godeps.
2015-11-19 09:20:28 -05:00
Wojciech Tyczynski
514c41c157
Delete usage of FakeEtcdClient from master_test.go
2015-11-19 10:05:48 +01:00
k8s-merge-robot
7c660bc240
Merge pull request #17058 from deads2k/fix-client-cache
...
Auto commit by PR queue bot
2015-11-19 00:00:32 -08:00
Lantao Liu
f08097515f
Move more things into docke label, and add label test
2015-11-18 23:17:16 -08:00
k8s-merge-robot
7536e776f3
Merge pull request #16931 from mikedanese/inclustercomponent
...
Auto commit by PR queue bot
2015-11-18 22:52:27 -08:00
mqliang
5bc2560b1f
refactor:move GetNewRCTemplate() out of for loop
2015-11-19 13:34:18 +08:00
mqliang
83fc12a8c0
hardcode supportedComputeResources
2015-11-19 13:20:02 +08:00
Dai Zuozhuo
ad5cc8b599
quote interpreted string
2015-11-19 11:15:10 +08:00
Yu-Ju Hong
759795592d
rkt: correctly copy container status in GetPods()
2015-11-18 18:18:53 -08:00
Mike Danese
a6fb172818
extract shouldRun predicate to a function in daemonset controller
2015-11-18 16:44:41 -08:00
Rohith
c2526c93fa
- adding the -node-label flag to the kubelet which allows for a initial tagging / labelling of the node on cluster registration
...
- the labels can come from a series of key=pair value or file:///path_to_file which contains key pairs
2015-11-18 23:20:58 +00:00
Abhi Shah
7033e423aa
Merge pull request #17361 from zhengguoyong/del_repeat_import_packagge
...
Del repeat imported package
2015-11-18 14:58:22 -08:00
Abhi Shah
a63711c143
Merge pull request #17318 from mikedanese/ds-fix
...
daemonset shouldn't place onto unschedulable nodes
2015-11-18 14:51:32 -08:00
Abhi Shah
8c7c5ec117
Merge pull request #17307 from zhengguoyong/set_no_public_runonce
...
Use small letter var definition
2015-11-18 14:50:04 -08:00
Abhi Shah
3b014c71dd
Merge pull request #17274 from mqliang/podController
...
fix errror message
2015-11-18 14:17:31 -08:00
Solly Ross
e5ef9e1406
Add Validators for Scale Objects
...
This commit introduces a validator for use with Scale updates.
The validator checks that we have > 0 replica count, as well
as the normal ObjectMeta checks (some of which have to be
faked since they don't exist on the Scale object).
2015-11-18 13:53:56 -05:00
combk8s
9bad6b65ec
Update nodecontroller.go
2015-11-18 19:58:53 +08:00
Wojciech Tyczynski
d7b098b0e9
Add DecodeParametersInto method to Codec.
2015-11-18 09:56:04 +01:00
feihujiang
4d2333b7d8
Let kubectl run follow rules for --
2015-11-18 14:46:01 +08:00
Prashanth B
e82277b86a
Merge pull request #17302 from bprashanth/wait_leak
...
Fix timer leak in wait.Poll
2015-11-17 18:35:49 -08:00
Fabiano Franz
ab455784f5
kubectl attach only takes one argument
2015-11-17 23:16:02 -02:00
Yu-Ju Hong
760309f349
kubelet: add RawPodStatus and related functions
...
RawPodStatus will be the internal status of the pod that kubelet relies on for
syncing.
2015-11-17 17:04:05 -08:00
Kris
4115738558
Change PodLogs test to use testClient validate
...
And also switch the 200s to http.StatusOK while I'm here.
2015-11-17 14:54:09 -08:00
Mike Danese
fb056c47b2
use inClusterConfig before using default config for cluster components
2015-11-17 10:37:40 -08:00
k8s-merge-robot
0798915490
Merge pull request #17261 from nikhiljindal/masterClean
...
Auto commit by PR queue bot
2015-11-17 08:16:18 -08:00
k8s-merge-robot
e960505bad
Merge pull request #17374 from wojtek-t/remove_fake_client_from_master_test_1
...
Auto commit by PR queue bot
2015-11-17 08:13:09 -08:00
k8s-merge-robot
9604988537
Merge pull request #16894 from alexhersh/manifest-fix
...
Auto commit by PR queue bot
2015-11-17 07:39:15 -08:00
k8s-merge-robot
cd236c32c8
Merge pull request #17203 from brendandburns/fix3
...
Auto commit by PR queue bot
2015-11-17 07:08:42 -08:00
Wojciech Tyczynski
a06ecebc71
Delete some usage of FakeEtcdClient from master_test.go
2015-11-17 15:42:29 +01:00
k8s-merge-robot
7ad8bb1787
Merge pull request #17161 from soltysh/strip_reaper
...
Auto commit by PR queue bot
2015-11-17 05:45:35 -08:00
deads2k
afbcfc7cc6
fix client cache for different versions
2015-11-17 08:26:56 -05:00
k8s-merge-robot
23d9d54b5f
Merge pull request #17239 from fabianofranz/config_filename_debug
...
Auto commit by PR queue bot
2015-11-17 05:04:32 -08:00
k8s-merge-robot
849280f18d
Merge pull request #16926 from liggitt/metrics_https
...
Auto commit by PR queue bot
2015-11-17 04:05:27 -08:00