jay vyas
4891d827ac
Delete extra logs, especially to prevent kubelet which makes many clients, from overlogging.
2015-12-22 10:38:24 -05:00
Wojciech Tyczynski
55747ec1ce
Eliminate rubbish logs in pkg/conversion test
2015-12-22 16:07:30 +01:00
Wojciech Tyczynski
8cd50dd005
Fix etcdWatcher test
2015-12-22 15:40:52 +01:00
Filip Grzadkowski
d20ab89bd6
Merge pull request #19006 from wojtek-t/wait_on_stop_watch
...
Fix race in watch tests - attempt 3
2015-12-22 14:28:40 +01:00
Wojciech Tyczynski
41c7835039
Fix race in watch tests
2015-12-22 13:21:02 +01:00
k8s-merge-robot
390e91793f
Merge pull request #18918 from smarterclayton/conversion_import
...
Auto commit by PR queue bot
2015-12-22 04:20:30 -08:00
gmarek
9dbbc4e1df
Add a tool for grabbing and parsing prometheus metrics
2015-12-22 12:33:37 +01:00
Wojciech Tyczynski
4aa2121a8e
Remove dead code
2015-12-22 11:07:22 +01:00
Wojciech Tyczynski
e108a32b08
Merge pull request #18655 from wojtek-t/versioned_list_options_in_server
...
Switch to versioned ListOptions in server.
2015-12-22 10:57:09 +01:00
Filip Grzadkowski
6ac2774dea
Merge pull request #18999 from wojtek-t/close_watchers
...
Close watchers in tests
2015-12-22 10:56:25 +01:00
Wojciech Tyczynski
2b8854ba28
Close watchers in tests
2015-12-22 09:54:05 +01:00
k8s-merge-robot
058896340d
Merge pull request #18985 from mlafeldt/patch-1
...
Auto commit by PR queue bot
2015-12-22 00:48:54 -08:00
k8s-merge-robot
9168a5c8b1
Merge pull request #17865 from HaiyangDING/multi-scheduler-phase-1
...
Auto commit by PR queue bot
2015-12-22 00:19:01 -08:00
Wojciech Tyczynski
0cdd2abada
Merge pull request #18956 from wojtek-t/debug_etcd_generic
...
Fix race in EtcdWatcher
2015-12-22 08:02:49 +01:00
HaiyangDING
d9f3607292
Implement multi-scheduler:
...
1. Name default scheduler with name `kube-scheduler`
2. The default scheduler only schedules the pods meeting the following condition:
- the pod has no annotation "scheduler.alpha.kubernetes.io/name: <scheduler-name>"
- the pod has annotation "scheduler.alpha.kubernetes.io/name: kube-scheduler"
update gofmt
update according to @david's review
run hack/test-integration.sh, hack/test-go.sh and local e2e.test
2015-12-22 10:49:40 +08:00
Mathias Lafeldt
1701cd4a3a
Fix closing bracket in Godoc
2015-12-21 21:36:11 +01:00
Wojciech Tyczynski
6297232112
Fix race in EtcdWatcher
2015-12-21 19:24:37 +01:00
Jimmi Dyson
041ab17a67
Bump cadvisor to fix interface stats bugs & improve performance
...
Includes necessary godep upgrades for docker & systemd packages as well as
migrating from docker/libcontainer to opencontainers/runc/libcontainer.
2015-12-21 17:07:21 +00:00
k8s-merge-robot
6815cbf742
Merge pull request #15210 from brendandburns/docs
...
Auto commit by PR queue bot
2015-12-21 07:58:46 -08:00
deads2k
d41e7ecf53
miscellaneous group version updates
2015-12-21 09:52:50 -05:00
deads2k
20f9c2c545
find partial resource matches
2015-12-21 09:26:06 -05:00
Wojciech Tyczynski
58336829be
Switch to versioned ListOptions in server.
2015-12-21 14:23:37 +01:00
Wojciech Tyczynski
ebc14e1a2e
Regenerate clients
2015-12-21 11:12:25 +01:00
Clayton Coleman
0702164f05
httplog is not a CloseNotifier
...
We wrap TimeoutHandler with RecoverPanics, but httplog does not
implement http.CloseNotifier, which causes a naive watch from curl
against the insecure port to fail.
For now, implement CloseNotifier (but we should consider removing
httplog now that we have other tools in the stack to manage it).
2015-12-20 21:59:59 -05:00
k8s-merge-robot
439d7a721e
Merge pull request #18878 from janetkuo/delete-job-pod
...
Auto commit by PR queue bot
2015-12-20 16:25:32 -08:00
k8s-merge-robot
b97cfd8d8f
Merge pull request #18818 from mqliang/parseordie
...
Auto commit by PR queue bot
2015-12-20 15:08:38 -08:00
jiangyaoguo
91e0bbebfb
emit event when controller delete pod
2015-12-21 02:11:55 +08:00
k8s-merge-robot
20b7810a21
Merge pull request #16667 from DirectXMan12/refactor/hpa-use-namespacers
...
Auto commit by PR queue bot
2015-12-20 07:34:39 -08:00
k8s-merge-robot
796cc55663
Merge pull request #18773 from ihmccreery/fix-upgrade-proxy
...
Auto commit by PR queue bot
2015-12-19 21:10:34 -08:00
k8s-merge-robot
a29f4babf5
Merge pull request #18544 from timstclair/stats
...
Auto commit by PR queue bot
2015-12-19 19:54:11 -08:00
k8s-merge-robot
cb42bd47bb
Merge pull request #18027 from roboll/runonce-datadirs
...
Auto commit by PR queue bot
2015-12-19 19:14:29 -08:00
k8s-merge-robot
7c43797e61
Merge pull request #17516 from kargakis/tighten-generator-validation
...
Auto commit by PR queue bot
2015-12-19 18:36:18 -08:00
k8s-merge-robot
bb65bed98b
Merge pull request #16915 from kargakis/move-utility
...
Auto commit by PR queue bot
2015-12-19 17:58:37 -08:00
k8s-merge-robot
44fc4d3f34
Merge pull request #18484 from brendandburns/3rdparty5
...
Auto commit by PR queue bot
2015-12-19 10:12:35 -08:00
k8s-merge-robot
c1b182694b
Merge pull request #18461 from mesosphere/sttts-fix-event-error-message
...
Auto commit by PR queue bot
2015-12-19 05:57:24 -08:00
k8s-merge-robot
b12f6b341f
Merge pull request #18599 from smarterclayton/abstract_explain
...
Auto commit by PR queue bot
2015-12-19 04:34:32 -08:00
k8s-merge-robot
3c3a24e1d4
Merge pull request #18694 from thockin/airplane_validation_pt7
...
Auto commit by PR queue bot
2015-12-19 03:57:53 -08:00
Dr. Stefan Schimanski
a66b9cd8de
Fix ValidateEvent error message
2015-12-19 12:14:54 +01:00
k8s-merge-robot
b7dd32ad70
Merge pull request #18643 from yifan-gu/rkt_get_pod_status
...
Auto commit by PR queue bot
2015-12-19 02:38:31 -08:00
k8s-merge-robot
0b647564fc
Merge pull request #18625 from bprashanth/kube_up_flannel
...
Auto commit by PR queue bot
2015-12-19 01:29:11 -08:00
k8s-merge-robot
649855128d
Merge pull request #18627 from caesarxuchao/oneline-fix
...
Auto commit by PR queue bot
2015-12-19 00:50:31 -08:00
k8s-merge-robot
4d3f49baf0
Merge pull request #18557 from timstclair/resource-math
...
Auto commit by PR queue bot
2015-12-18 23:33:10 -08:00
Wojciech Tyczynski
1f24297e7a
Merge pull request #18921 from timothysc/etcd_datarace
...
Fix data race on cancel variable in etcd code
2015-12-19 08:09:45 +01:00
k8s-merge-robot
00c754108f
Merge pull request #18165 from fabianofranz/fixes_get_show_all
...
Auto commit by PR queue bot
2015-12-18 20:01:20 -08:00
k8s-merge-robot
9e8233fc3c
Merge pull request #17398 from janetkuo/deployment-controller-informer
...
Auto commit by PR queue bot
2015-12-18 19:13:32 -08:00
Timothy St. Clair
e3311aa93a
Fix data race on cancel variable in etcd code
2015-12-18 18:37:45 -06:00
Clayton Coleman
173718059d
Slice conversion requires destination package
2015-12-18 19:05:21 -05:00
Timothy St. Clair
c13e4c8c2f
re-disable TestWatchEtcdError due to flake
2015-12-18 17:57:46 -06:00
Brendan Burns
e594407ab5
Add dynamic APIs to the list of discoverable APIs
2015-12-18 14:03:43 -08:00
Eric Tune
f15b2e32a7
Merge pull request #16422 from hurf/created_by
...
Display controllers along with type when describing a pod
2015-12-18 13:44:07 -08:00
k8s-merge-robot
464397e27b
Merge pull request #17986 from derekwaynecarr/fix_field_selector
...
Auto commit by PR queue bot
2015-12-18 13:18:54 -08:00
k8s-merge-robot
730a6a1d55
Merge pull request #18685 from caesarxuchao/client-gen-output
...
Auto commit by PR queue bot
2015-12-18 10:55:05 -08:00
k8s-merge-robot
77bf81321f
Merge pull request #18550 from janetkuo/get-old-new-rc-test
...
Auto commit by PR queue bot
2015-12-18 10:35:21 -08:00
Tim Hockin
0fecf965b4
Change how one-of blocks are validated
...
I took a hard look at error output and played until I was happier. This now
prints JSON for structs in the error, rather than go's format.
Also made the error message easier to read.
Fixed tests.
2015-12-18 09:42:14 -08:00
Tim Hockin
43ed74748e
Clean up and document validation strings
...
Also add a detail string for Required and Forbidden. Fix tests.
2015-12-18 09:40:50 -08:00
Tim Hockin
27fc14000d
audit validation errors to not double-print field names
2015-12-18 09:06:02 -08:00
Wojciech Tyczynski
bf73d1741e
Merge pull request #18729 from timstclair/worker-race
...
Concurrency fixes for prober tests
2015-12-18 16:15:13 +01:00
Michail Kargakis
71934b7643
kubectl: Validate flag usage against generators
...
This commit moves the generators into separate buckets and creates
separate calls for each one group. This helps in providing just the
necessary generators to each generator command.
Validation of flags against generators is also added so that flags
that are not meant to be used with a specific generator will result
in error.
2015-12-18 15:09:53 +01:00
Wojciech Tyczynski
96b5ca0cc5
Fix test issue in Go 1.5
2015-12-18 14:17:52 +01:00
Wojciech Tyczynski
d1e039b646
Merge pull request #18635 from timothysc/etcd_client_post_cleanup
...
Update to use latest etcd client library
2015-12-18 14:14:21 +01:00
Chao Xu
b61c9a4cf3
output of client-gen
2015-12-17 23:42:16 -08:00
Clayton Coleman
151b4e5958
Tweak explain messages and abstract client
2015-12-18 00:27:22 -05:00
Janet Kuo
1a8f96231a
Add expectation model for pod deletion
2015-12-17 19:29:54 -08:00
Janet Kuo
32d153093e
Fix deployment tests failures; change ResyncPeriod
2015-12-17 19:29:54 -08:00
Sam Ghods
b838d8ce18
Add informers to deployment controller
2015-12-17 19:29:54 -08:00
Janet Kuo
7a4643f123
When reaping jobs, ignores its pod not found error
2015-12-17 18:57:22 -08:00
Abhishek Shah
6f63875165
Reverting 18442
2015-12-17 16:57:29 -08:00
Tim St. Clair
c357b91d2c
Update from offline discussions
...
- Sample is now the toplevel struct, so all child structs have the same
timestamp
- Removed FilesystemStats. There are more discussions needed
wrt. volumes and disk accounting, so this will be added in a follow
up PR
- Removed Options. The most recent sample will be returned.
2015-12-17 15:45:14 -08:00
Eric Tune
1965fe1824
Rerun hack/update-codecgen.sh
2015-12-17 13:51:33 -08:00
Eric Tune
1752cf22d4
Merge pull request #17940 from soltysh/job_deadline
...
Added ActiveDeadlineSeconds to jobs
2015-12-17 13:11:13 -08:00
Fabiano Franz
717896eae3
Fixes get --show-all
2015-12-17 18:35:54 -02:00
Tim St. Clair
e1fc2c1152
@vishh PR feedback
2015-12-17 10:54:17 -08:00
Tim St. Clair
ce20c3b100
Add new Stats API for serving pod level stats
...
This API has been discussed ad nauseam across several forums, and this
API represents the latest conclusion. In summary, we will provide this
API as temporary solution for providing the new stats required for 1.2.
In the longterm this API will be split into "essential" stats, which
will be provided by a first-party API served through the kubelet, and
"non-essential" (monitoring) stats, which will be provided by a 3rd
party API served from a pod.
2015-12-17 10:54:17 -08:00
k8s-merge-robot
a45c87864e
Merge pull request #18621 from pmorie/devel/provisioner-gce
...
Auto commit by PR queue bot
2015-12-17 09:20:29 -08:00
k8s-merge-robot
674e24a16e
Merge pull request #18617 from mqliang/OSImage
...
Auto commit by PR queue bot
2015-12-17 08:50:48 -08:00
k8s-merge-robot
5c735ee68d
Merge pull request #18616 from mqliang/MaxUnavailable
...
Auto commit by PR queue bot
2015-12-17 08:18:39 -08:00
Maciej Szulik
327c104460
Added ActiveDeadlineSeconds to jobs, allowing failing a job after
...
exceeding allowed time.
2015-12-17 15:26:42 +01:00
deads2k
9fda7f1812
update StatusDetails to handle Groups
2015-12-17 09:14:12 -05:00
k8s-merge-robot
5c4479f542
Merge pull request #18442 from deads2k/gv-restmapper-10
...
Auto commit by PR queue bot
2015-12-17 06:06:43 -08:00
k8s-merge-robot
c02598aea2
Merge pull request #18551 from caesarxuchao/remove-serverapiversions
...
Auto commit by PR queue bot
2015-12-17 05:28:03 -08:00
k8s-merge-robot
0f144fd351
Merge pull request #18529 from timstclair/server
...
Auto commit by PR queue bot
2015-12-17 04:27:11 -08:00
combk8s
f697732a5d
move parse or die logic to selector.go
2015-12-17 19:59:46 +08:00
k8s-merge-robot
5ac7f31064
Merge pull request #18508 from mqliang/bindingValidation
...
Auto commit by PR queue bot
2015-12-17 03:22:18 -08:00
k8s-merge-robot
5b6a7c6012
Merge pull request #18524 from thockin/kube-proxy-close
...
Auto commit by PR queue bot
2015-12-17 01:33:12 -08:00
k8s-merge-robot
bf5f69bf44
Merge pull request #18501 from feihujiang/printHowToReAttachToSession
...
Auto commit by PR queue bot
2015-12-17 01:02:01 -08:00
k8s-merge-robot
5d16372104
Merge pull request #18653 from smarterclayton/cancel_wrapper
...
Auto commit by PR queue bot
2015-12-16 23:23:21 -08:00
Janet Kuo
07cecb4148
Add unit test for get old rcs
2015-12-16 23:10:22 -08:00
Janet Kuo
7d4c83d655
Add unit test for get new rc
2015-12-16 23:06:48 -08:00
k8s-merge-robot
7ae6527640
Merge pull request #18789 from pmorie/du-macos
...
Auto commit by PR queue bot
2015-12-16 22:40:19 -08:00
k8s-merge-robot
46c2df3e05
Merge pull request #17483 from brendandburns/kubectl5
...
Auto commit by PR queue bot
2015-12-16 21:57:33 -08:00
k8s-merge-robot
8ceb947b63
Merge pull request #18346 from soltysh/issue17363
...
Auto commit by PR queue bot
2015-12-16 21:25:52 -08:00
k8s-merge-robot
ff2f127a9d
Merge pull request #18483 from brendandburns/3rdparty3
...
Auto commit by PR queue bot
2015-12-16 20:39:09 -08:00
Brendan Burns
884c1632ff
Merge branch 'kubectl5' of https://github.com/brendandburns/kubernetes into kubectl5
2015-12-16 20:19:11 -08:00
Brendan Burns
a60069b300
Add a server side export facility
2015-12-16 19:42:08 -08:00
k8s-merge-robot
9b106f5bc9
Merge pull request #18083 from markturansky/fail_if_no_recycler
...
Auto commit by PR queue bot
2015-12-16 19:35:49 -08:00
Yifan Gu
2c79c670f1
rkt: Fix GetPods(), refactor tests for GetPods().
...
Fix GetPods() so that the container hash is fetched from the
annotations in pod manifest's app list instead of image manifest.
2015-12-16 16:53:45 -08:00
Chao Xu
f2edba3bec
remove ServerAPIVersions from client
...
hard-code the groupVersion in SetKubernetesDefaults
2015-12-16 16:24:55 -08:00
Nikhil Jindal
5fb943950d
Merge pull request #18113 from nikhiljindal/serverLibrary
...
Extracting api server code into a library: part 1
2015-12-16 15:57:09 -08:00
Brendan Burns
2efcccf981
Add a server side export facility
2015-12-16 15:01:13 -08:00
k8s-merge-robot
20b4fa6fbd
Merge pull request #18494 from brendandburns/perf3
...
Auto commit by PR queue bot
2015-12-16 15:01:10 -08:00
Yifan Gu
5f4e6d0908
rkt: Add GetPodStatus(), GetPodStatusAndAPIPodStatus().
...
Also add ConvertPodStatusToAPIPodStatus().
Add tests for GetPodStatus().
2015-12-16 14:35:19 -08:00
Jeff Lowdermilk
6adf227879
Merge pull request #18583 from jsravn/fix-rolling-update-rollback
...
Fix rolling-update rollback from an unavailable rc
2015-12-16 14:26:55 -08:00
Paul Morie
14368fd5e2
Skip volume metrics test on os x
2015-12-16 17:16:38 -05:00
k8s-merge-robot
91ef756bea
Merge pull request #18423 from tombenner/improve_label_validation_error_messages
...
Auto commit by PR queue bot
2015-12-16 14:08:21 -08:00
Timothy St. Clair
c505a5d49d
Updating kubernetes proper to use latest etcd client library
2015-12-16 15:56:35 -06:00
nikhiljindal
2d952aaa87
Extracting APIServer machinery code into a library
2015-12-16 13:54:23 -08:00
Jan Safranek
d4f6271b21
Implement Creater and Deleter interfaces for GCE PD.
2015-12-16 16:14:01 -05:00
Saad Ali
bae050ffea
Merge pull request #18607 from pmorie/devel/provisioner-cinder
...
Dynamic provisioner for Cinder
2015-12-16 12:56:46 -08:00
k8s-merge-robot
b0a453c9b8
Merge pull request #18189 from timstclair/allocatable-impl
...
Auto commit by PR queue bot
2015-12-16 12:48:58 -08:00
k8s-merge-robot
4dc17d8eeb
Merge pull request #18522 from liggitt/close_websocket
...
Auto commit by PR queue bot
2015-12-16 12:06:13 -08:00
Jan Safranek
e8f08a969c
Extract common function for OpenStack checking.
2015-12-16 14:23:16 -05:00
Jan Safranek
2f06ebf9b7
Implement Creater and Deleter interfaces for Cinder.
2015-12-16 14:23:14 -05:00
Isaac Hollander McCreery
a5d895ac49
Add version-guarding around calls to SubResource proxy in e2es
2015-12-16 11:18:47 -08:00
Tim St. Clair
8fdd321dc1
Add `Allocatable` to `NodeStatus`
...
Adds `Allocatable` to `NodeStatus`, as described in
[17201](https://github.com/kubernetes/kubernetes/pull/17201 )
2015-12-16 11:01:15 -08:00
Saad Ali
3968a5e63c
Merge pull request #18601 from pmorie/devel/provisioner-aws
...
Dynamic provisioner for AWS EBS
2015-12-16 10:51:35 -08:00
k8s-merge-robot
e80f05d155
Merge pull request #6245 from tmrts/master
...
Auto commit by PR queue bot
2015-12-16 10:24:05 -08:00
k8s-merge-robot
c2189fd60d
Merge pull request #18518 from Random-Liu/fix-potential-data-race
...
Auto commit by PR queue bot
2015-12-16 09:45:52 -08:00
k8s-merge-robot
12552912c8
Merge pull request #18042 from markturansky/nil_pointer_fix
...
Auto commit by PR queue bot
2015-12-16 09:12:41 -08:00
k8s-merge-robot
5a579a2555
Merge pull request #16028 from derekwaynecarr/make_cmd
...
Auto commit by PR queue bot
2015-12-16 08:41:59 -08:00
Tamer Tas
70ac1366f8
Regenerate for ConfigMap
2015-12-16 11:19:59 -05:00
Tamer Tas
c798a6ef01
ConfigMap resource and its REST implementation
2015-12-16 11:19:26 -05:00
deads2k
41b78ad2b6
find partial resource matches
2015-12-16 10:19:31 -05:00
k8s-merge-robot
e309583ff1
Merge pull request #18473 from smarterclayton/change_runtime_object
...
Auto commit by PR queue bot
2015-12-16 04:24:22 -08:00
k8s-merge-robot
6716290903
Merge pull request #18388 from nikhiljindal/clusterName
...
Auto commit by PR queue bot
2015-12-16 03:50:11 -08:00
k8s-merge-robot
0be54ae771
Merge pull request #18507 from feihujiang/supportRemoveFlagForKubectlRun
...
Auto commit by PR queue bot
2015-12-16 01:19:26 -08:00
k8s-merge-robot
fc7c70dba3
Merge pull request #18373 from deads2k/gv-codecfor
...
Auto commit by PR queue bot
2015-12-15 19:28:48 -08:00
k8s-merge-robot
d62318e1e8
Merge pull request #17555 from pmorie/volume-attributes
...
Auto commit by PR queue bot
2015-12-15 16:33:13 -08:00
Tim St. Clair
facb0a5c42
Concurrency fixes for prober tests
...
Fix leaking go routines and race conditions in prober unit tests.
2015-12-15 14:37:48 -08:00
Chao Xu
5ba4f836f8
some small fix
2015-12-15 12:00:48 -08:00
Clayton Coleman
8f203a28f1
Change runtime.Object signature
2015-12-15 13:36:25 -05:00
Tim St. Clair
89bc7992f9
Refactor kubelet server into its own package
...
Refactor Kubelet's server functionality into a server package. Most
notably, move pkg/kubelet/server.go into
pkg/kubelet/server/server.go. This will lead to better separation of
concerns and a more readable code hierarchy.
2015-12-15 10:20:38 -08:00
kargakis
0c58170ad0
Move port utility out of endpoints controller
2015-12-15 18:54:08 +01:00
markturansky
4aacb76149
added cast checks to controllers to prevent nil panics
2015-12-15 11:34:03 -05:00
k8s-merge-robot
114f6f76dc
Merge pull request #18412 from resouer/fix-validation
...
Auto commit by PR queue bot
2015-12-15 08:15:27 -08:00
deads2k
6e33403abf
update CodecFor for GroupVersion
2015-12-15 10:56:00 -05:00
k8s-merge-robot
7de177b8b5
Merge pull request #18459 from deads2k/gv-group-registration
...
Auto commit by PR queue bot
2015-12-15 07:41:14 -08:00
k8s-merge-robot
f6466b0852
Merge pull request #18462 from wojtek-t/fix_node_events
...
Auto commit by PR queue bot
2015-12-15 06:05:28 -08:00
deads2k
7a83ce60e6
refactor group registration
2015-12-15 08:37:07 -05:00
k8s-merge-robot
5429d15fcf
Merge pull request #18449 from timstclair/race
...
Auto commit by PR queue bot
2015-12-15 05:32:17 -08:00
k8s-merge-robot
a581f04106
Merge pull request #18332 from hurf/fix_time_test
...
Auto commit by PR queue bot
2015-12-15 05:06:26 -08:00
k8s-merge-robot
c2af9cac58
Merge pull request #18590 from mikedanese/transit
...
Auto commit by PR queue bot
2015-12-15 04:09:02 -08:00
k8s-merge-robot
3680268c52
Merge pull request #18353 from deads2k/gv-use-constants
...
Auto commit by PR queue bot
2015-12-15 03:25:09 -08:00
Jan Safranek
1b7445a6e2
Use SSD as default volume type.
...
General purpose SSD ('gp2') volume type is just slighly more expensive than
Magnetic ('standard' / default in AWS), while the performance gain is pretty
significant.
So far, the volumes were created only during testing, where the extra cost
won't make any difference. In future, we plan to introduce QoS classes, where
users could choose SSD/Magnetic depending on their use cases.
'gp2' is just the default volume type for (hopefuly) short period before these
QoS classes are implemented.
2015-12-15 12:14:48 +01:00
k8s-merge-robot
25acc9bafa
Merge pull request #18301 from yujuhong/remove_wait
...
Auto commit by PR queue bot
2015-12-15 02:51:55 -08:00
k8s-merge-robot
abeda72863
Merge pull request #18231 from caesarxuchao/client-gen-test
...
Auto commit by PR queue bot
2015-12-15 02:19:16 -08:00
k8s-merge-robot
b5387da0d7
Merge pull request #17669 from WeixuZhuang/describ
...
Auto commit by PR queue bot
2015-12-15 01:45:38 -08:00
Jan Safranek
6ff5286df9
Implement Creater and Deleter interfaces for AWS EBS.
...
Also mark the created EBS volumes with tags, so the admin knows
who/what created the volumes.
2015-12-15 10:22:49 +01:00
k8s-merge-robot
b3ccad2341
Merge pull request #18680 from caesarxuchao/clean-client
...
Auto commit by PR queue bot
2015-12-15 01:21:32 -08:00
k8s-merge-robot
06df5c97e7
Merge pull request #18499 from wojtek-t/fix_reflector_race
...
Auto commit by PR queue bot
2015-12-15 01:19:06 -08:00
Jan Safranek
700d92c2a8
AWS: Use GiB as units for disk sizes.
...
From some reason, MiBs were used for public functions and AWS cloud provider
recalculated them to GiB. Let's expose what AWS really supports and don't hide
real allocation units.
2015-12-15 10:18:00 +01:00