Wojciech Tyczynski
89585237cd
Rename RawJSON to Raw in runtime.RawExtension and add ContentType & ContentEncoding.
2016-03-18 12:35:27 +01:00
Wojciech Tyczynski
ce9b2ab3e3
Remove old deep-copy generator.
2016-03-18 09:42:15 +01:00
AdoHe
6c84fe5a69
change throttling debug output log level
2016-03-18 00:19:53 -04:00
Paul Morie
24aade64f5
Validate that volume mountpoints are unique
2016-03-17 23:52:34 -04:00
k8s-merge-robot
10204f8b31
Merge pull request #23167 from cjcullen/sshcheck
...
Auto commit by PR queue bot
2016-03-17 20:36:20 -07:00
k8s-merge-robot
98bede7f2d
Merge pull request #23110 from wojtek-t/migrate_to_new_deep_copy_generator
...
Auto commit by PR queue bot
2016-03-17 19:21:23 -07:00
CJ Cullen
5f3929f75d
Add a SSHKey sync check to the master's healthz (when using SSHTunnels).
2016-03-17 19:14:25 -07:00
k8s-merge-robot
78adb885c4
Merge pull request #23143 from vishh/23113
...
Auto commit by PR queue bot
2016-03-17 17:59:25 -07:00
k8s-merge-robot
35d7469815
Merge pull request #23129 from mikedanese/kube-service-affinity
...
Auto commit by PR queue bot
2016-03-17 16:11:53 -07:00
k8s-merge-robot
ad7a0da5af
Merge pull request #23089 from saad-ali/addZoneToErr
...
Auto commit by PR queue bot
2016-03-17 15:07:28 -07:00
nikhiljindal
9ab16395e9
running hack/build-ui.sh
2016-03-17 15:05:25 -07:00
Yu-Ju Hong
deafa44d61
kubelet: send all recevied pods in one update
...
The kubelet sync loop relies on getting one update as the signal that the
specific source is ready. This change ensures that we don't send multiple
updates (ADD, UPDATE) for the first batch of pods. This is required to prevent
the cleanup routine from killing pods prematurely.
2016-03-17 14:24:35 -07:00
k8s-merge-robot
782ba437f1
Merge pull request #23003 from deads2k/no-proxy-cidr
...
Auto commit by PR queue bot
2016-03-17 14:16:11 -07:00
Vishnu kannan
516559022c
1. Make kubelet default to 10ms for CPU quota if limit < 10m for
...
backwards compat.
2. Update documentation to reflect minimum CPU limits.
Signed-off-by: Vishnu kannan <vishnuk@google.com >
2016-03-17 13:30:06 -07:00
Jordan Liggitt
ea8669661a
Use versioned object when computing patch
2016-03-17 16:19:05 -04:00
k8s-merge-robot
a7f1466556
Merge pull request #19577 from caesarxuchao/expose-swagger-for-discovery-types
...
Auto commit by PR queue bot
2016-03-17 12:50:17 -07:00
k8s-merge-robot
cda4583984
Merge pull request #23035 from xinxiaogang/xnxin-master
...
Auto commit by PR queue bot
2016-03-17 12:05:56 -07:00
Mike Danese
e21ebbcac4
give the kubernetes service client ip session affinity
2016-03-17 09:38:22 -07:00
k8s-merge-robot
435bc35812
Merge pull request #23091 from nikhiljindal/namespaceSwaggerSpec
...
Auto commit by PR queue bot
2016-03-17 08:35:06 -07:00
Wojciech Tyczynski
7e2fdeae7b
Regenerate autogenerate files
2016-03-17 15:22:19 +01:00
k8s-merge-robot
4e67d9606c
Merge pull request #23083 from janetkuo/rollout-undo-paused-check
...
Auto commit by PR queue bot
2016-03-17 06:28:39 -07:00
k8s-merge-robot
53c6b35b71
Merge pull request #23038 from wojtek-t/rename_raw_json_to_raw
...
Auto commit by PR queue bot
2016-03-17 04:05:43 -07:00
k8s-merge-robot
2880708444
Merge pull request #23030 from timothysc/api_etcd_error
...
Auto commit by PR queue bot
2016-03-17 03:30:59 -07:00
Wojciech Tyczynski
e610c137c0
Regenerate auto-generated files
2016-03-17 09:30:02 +01:00
Shawn Smith
0ea3e43f1c
use Fatalf
2016-03-17 15:18:04 +09:00
Xiaogang Xin
f5c631e220
kubernetes/kubernetes#23034 Fix controller-manager race condition issue which cause endpoints flush during restart
2016-03-17 11:08:48 +08:00
nikhiljindal
96044b7f43
Fixing the check to determine if the resource is namespaced
2016-03-16 17:46:05 -07:00
saadali
26e3d7a27a
Add zone to GCE "disk not found" error message
2016-03-16 17:31:12 -07:00
Janet Kuo
2bd30c7572
Stop the users from rolling back a paused deployment in kubectl rollout undo
2016-03-16 15:46:22 -07:00
Sami Wagiaalla
b77abe56a2
Check claimRef UID when processing a recycled PV
2016-03-16 17:00:05 -04:00
deads2k
ab03317d96
support CIDRs in NO_PROXY
2016-03-16 16:22:54 -04:00
k8s-merge-robot
c412dcba7f
Merge pull request #23023 from caesarxuchao/minor-fix-aliases
...
Auto commit by PR queue bot
2016-03-16 10:35:36 -07:00
k8s-merge-robot
41c85d1113
Merge pull request #22999 from smarterclayton/better_auth_error
...
Auto commit by PR queue bot
2016-03-16 09:59:20 -07:00
Wojciech Tyczynski
218d3e5923
Rename RawJSON to Raw in runtime.Unknown and add ContentType & ContentEncoding.
2016-03-16 16:43:58 +01:00
Tim Hockin
a073c80e45
Use newer home for gcfg package
...
Switch from obsolete "github.com/scalingdata/gcfg" to "gopkg.in/gcfg.v1".
2016-03-16 08:42:08 -07:00
tobad357
3d530f7f37
Fix for issue #22932 infinite pod restarts
...
This fixes an issue when using CNI where the hash of a Container object will differ between creation and change checks due to the docker image exporting ports
2016-03-16 22:43:39 +08:00
k8s-merge-robot
71a3b91ac1
Merge pull request #22966 from timstclair/server
...
Auto commit by PR queue bot
2016-03-16 04:54:27 -07:00
k8s-merge-robot
22e3e79c53
Merge pull request #22930 from AdoHe/change_global_timeout
...
Auto commit by PR queue bot
2016-03-16 01:44:02 -07:00
k8s-merge-robot
17d8e61244
Merge pull request #22921 from liggitt/job-validation
...
Auto commit by PR queue bot
2016-03-16 01:11:20 -07:00
k8s-merge-robot
460ece34d5
Merge pull request #22928 from caesarxuchao/print-client-gen-command
...
Auto commit by PR queue bot
2016-03-16 00:38:39 -07:00
k8s-merge-robot
a4097fa4f1
Merge pull request #22891 from yifan-gu/rkt_version
...
Auto commit by PR queue bot
2016-03-16 00:04:55 -07:00
Jordan Liggitt
64f51723c8
Avoid populating job selector from pod template labels in autoSelector case
2016-03-16 02:23:01 -04:00
Timothy St. Clair
d3da93c174
Renaming api/errors/etcd to api/errors/storage as it no longer
...
has any etcd specific dependencies. Reference issue #17546
2016-03-15 20:23:47 -05:00
Phillip Wittrock
57bd9d4289
Merge pull request #23020 from vishh/godeps-cadvisor
...
Updating cadvisor deps to v0.22.2
2016-03-15 16:53:49 -07:00
Yifan Gu
fe2c3c351a
rkt: Split checkVersion() to two parts: get version, and check version.
...
This enables rkt runtime to setup versions during creation,
this fixes a kubelet nil pointer panic when kubelet tries to get the
rkt versions but it's not set.
2016-03-15 16:35:26 -07:00
Chao Xu
ed78b9adbe
let the apiserver's swaggerapi endpoint reports discovery types
2016-03-15 16:32:20 -07:00
Phillip Wittrock
6170326db1
Merge pull request #23012 from caesarxuchao/fix-22996
...
Make fullyLabeledReplicas optional in rc status
2016-03-15 16:09:57 -07:00
Chao Xu
51886c3880
move aliasToResource to a field of DefaultRESTMapper
2016-03-15 16:07:25 -07:00
Vishnu kannan
d269775929
Update cadvisor linux module to work with the cadvisor v0.22.2
...
Signed-off-by: Vishnu kannan <vishnuk@google.com >
2016-03-15 16:02:05 -07:00
Alex Mohr
6dc63f805f
Add a rate limiter to the GCE cloudprovider
...
It will poll for operation completion with at most 10 qps to avoid
triggering GCE's rate limits.
2016-03-15 15:47:32 -07:00