Abhishek Shah
a3c00aadd5
Specify hostname, subdomain via annotation on podspec.
...
The hostname is a DNS A record, if the subdomain maps to a service name
in the same namespace
2016-03-04 13:28:33 -08:00
Madhusudan.C.S
fa0794098f
Define etcd storage methods for replicationcontrollers/scale subresource.
...
Also register replicationcontrollers/scale subresource. Along with
registering the resource, also specify the cross-group override for the
subresource since Scale belongs belongs to autoscaling/v1 but
ReplicationController belongs to api/v1.
2016-03-04 11:02:37 -08:00
Abhi Shah
b25a48d605
Revert "Move discovery client to its own package"
2016-03-04 09:24:54 -08:00
k8s-merge-robot
57670edc15
Merge pull request #22345 from fgrzadkowski/hpa_events
...
Auto commit by PR queue bot
2016-03-04 09:18:21 -08:00
Abhi Shah
627edd2588
Merge pull request #22016 from krousey/discbreak
...
Move discovery client to its own package
2016-03-04 09:17:46 -08:00
k8s-merge-robot
18d8e7b756
Merge pull request #22052 from mwielgus/hpa-average
...
Auto commit by PR queue bot
2016-03-04 08:38:38 -08:00
k8s-merge-robot
077fff8f4a
Merge pull request #22447 from yifan-gu/fix_log
...
Auto commit by PR queue bot
2016-03-04 08:01:51 -08:00
k8s-merge-robot
d931dab80e
Merge pull request #21889 from swagiaal/unix-user-id
...
Auto commit by PR queue bot
2016-03-04 06:00:16 -08:00
k8s-merge-robot
0e3469dce3
Merge pull request #22183 from pmorie/config-quota
...
Auto commit by PR queue bot
2016-03-04 03:12:51 -08:00
k8s-merge-robot
40778f3d2c
Merge pull request #22194 from chbatey/testify-for-aws-provider
...
Auto commit by PR queue bot
2016-03-04 02:29:32 -08:00
k8s-merge-robot
0ff7186138
Merge pull request #22321 from WeixuZhuang/unit
...
Auto commit by PR queue bot
2016-03-04 02:29:31 -08:00
Prashanth B
a1118b2e72
Merge pull request #22503 from bprashanth/rc_logs
...
Add some logging around deletion timestamps for RC scaling.
2016-03-04 00:15:24 -08:00
Prashanth Balasubramanian
c61bf4d665
Add some logging around deletion timestamps for RC scaling.
2016-03-03 23:10:37 -08:00
k8s-merge-robot
258eac505f
Merge pull request #21400 from derekwaynecarr/namespace_deletion_discovery
...
Auto commit by PR queue bot
2016-03-03 21:33:01 -08:00
Brian Grant
26851bab08
Merge pull request #22418 from caesarxuchao/ignore-notfound-etcd
...
Ignore NotFound error in generic etcd's Delete()
2016-03-03 21:10:26 -08:00
k8s-merge-robot
c8038a7751
Merge pull request #22311 from vishh/22198
...
Auto commit by PR queue bot
2016-03-03 20:55:20 -08:00
k8s-merge-robot
601104f201
Merge pull request #22472 from caesarxuchao/log-nodecontroller
...
Auto commit by PR queue bot
2016-03-03 20:19:06 -08:00
Jeff Lowdermilk
afa7816c38
Merge pull request #22009 from aveshagarwal/master-create-urls-issue
...
Fix kubectl create to create to all resources in a url.
2016-03-03 15:21:35 -08:00
Jeff Lowdermilk
1e70f17c6a
Merge pull request #22416 from mikedanese/ds-fixer
...
Fix daemonset flapping when using a host port
2016-03-03 15:21:14 -08:00
Jeff Lowdermilk
9c20848af7
Merge pull request #22318 from yujuhong/read_url
...
Set timeout for accessing credential provider's URL
2016-03-03 15:21:01 -08:00
Jeff Lowdermilk
6682a6693c
Merge pull request #22332 from nikhiljindal/rollingUpdate
...
Resetting maxUnavailable for kubectl rolling update to 0
2016-03-03 15:19:02 -08:00
Jeff Lowdermilk
402e44d26e
Merge pull request #22320 from timstclair/network
...
Use the default interface for reporting network stats.
2016-03-03 15:18:34 -08:00
Chao Xu
828fe5df2f
remove V(2)
2016-03-03 14:54:33 -08:00
Brian Grant
ea579d5fab
Merge pull request #22384 from janetkuo/skip-not-found-label
...
When retrying updating RSes and pods, ignore the not found error
2016-03-03 14:20:58 -08:00
k8s-merge-robot
de72b6be1b
Merge pull request #21907 from justinsb/load_balancer_source_ranges
...
Auto commit by PR queue bot
2016-03-03 14:10:47 -08:00
Chao Xu
a3a6130f44
ignore NotFound error in etcd
2016-03-03 13:26:40 -08:00
Janet Kuo
75e570832b
Ignore not found error when retrying rs and pods updates
2016-03-03 11:45:55 -08:00
Jeff Lowdermilk
b05cf6d53a
Merge pull request #22204 from thockin/path-colon
...
Validate volume paths do not have ':'
2016-03-03 11:41:47 -08:00
Jeff Lowdermilk
8c500a9c31
Merge pull request #22279 from soltysh/describer_none
...
Unifying empty/none/not set values in describer
2016-03-03 11:40:54 -08:00
k8s-merge-robot
eb15cd9f7e
Merge pull request #21851 from timstclair/gc
...
Auto commit by PR queue bot
2016-03-03 11:39:12 -08:00
k8s-merge-robot
3f16f5f2b8
Merge pull request #22233 from yujuhong/pleg_health
...
Auto commit by PR queue bot
2016-03-03 11:01:26 -08:00
Yifan Gu
b7a058e290
rkt: Formats the timestamp to RFC3339.
...
This should fix the e2e test:
"should be able to retrieve and filter logs [Conformance]".
2016-03-03 10:47:18 -08:00
Justin Santa Barbara
cb92133dfa
LB Source Ranges: Move validation into API layer
...
Had to move other things around too to avoid a weird api ->
cloudprovider dependency.
Also adding fixes per code reviews.
(This is a squash of the previously approved commits)
2016-03-03 10:27:17 -05:00
k8s-merge-robot
ad69472a48
Merge pull request #21583 from sjenning/rm-unused-func
...
Auto commit by PR queue bot
2016-03-03 03:48:15 -08:00
Filip Grzadkowski
69b3c6aa39
Add events to improve understandability of HPA controller decisions.
...
Fixes #22174
2016-03-03 12:05:51 +01:00
Filip Grzadkowski
b5c9af9762
Use controller framework in HPA controller.
...
Ref #22174
2016-03-03 11:55:44 +01:00
Mike Danese
cd6c288d45
Fix daemonset flapping when using a host port
2016-03-02 22:22:14 -08:00
derekwaynecarr
beace2dbad
Fix incorrect logging string that could cause confusion
2016-03-02 23:42:33 -05:00
derekwaynecarr
41057b02d5
Move namespace controller to use discovery and dynamic client
2016-03-02 23:34:18 -05:00
derekwaynecarr
3bda581957
Add ability to manage a pool of dynamic clients
2016-03-02 23:23:06 -05:00
k8s-merge-robot
d81d823ca5
Merge pull request #22393 from eparis/blunderbuss
...
Auto commit by PR queue bot
2016-03-02 18:51:56 -08:00
k8s-merge-robot
aba1847857
Merge pull request #22375 from janetkuo/comment-deployment-revision
...
Auto commit by PR queue bot
2016-03-02 18:51:54 -08:00
Janet Kuo
48dc694ba6
Add more comments and rename getAllReplicaSets to getAllReplicaSetsAndSyncRevision
2016-03-02 17:51:35 -08:00
Eric Paris
5e5a823294
Move blunderbuss assignees into tree
2016-03-02 20:46:32 -05:00
Jeff Lowdermilk
d356bad602
Merge pull request #22373 from janetkuo/edit-no-file
...
Fix kubectl edit: no such file
2016-03-02 16:57:06 -08:00
Jeff Lowdermilk
bb4e8365bd
Merge pull request #22327 from yujuhong/pleg_tests
...
pleg: add more tests for detecting missing container/pods
2016-03-02 16:15:31 -08:00
Jeff Lowdermilk
21455ab776
Merge pull request #22171 from piosz/hpa-default
...
Added default cpu target for HPA
2016-03-02 16:07:24 -08:00
Jeff Lowdermilk
6390aef05d
Merge pull request #21909 from madhusudancs/scale-group-apiinstaller
...
Allow cross-group subresource registrations in the APIInstaller.
2016-03-02 16:06:50 -08:00
Janet Kuo
d5953991d9
Fix kubectl edit: no such file
2016-03-02 16:05:08 -08:00
Avesh Agarwal
ad6dfa0370
Fix kubectl create to create all resources in a url.
...
https://github.com/kubernetes/kubernetes/issues/18751 .
2016-03-02 18:08:24 -05:00