Clayton Coleman
56a25d8c5f
Ensure all response object modification happens in one place
...
Make setLink and setListLink the same, and make them happen in transformResponseObject.
Make those methods also responsible for ensuring an empty list. Then move outputMediaType
negotiation before all other calls in the specific methods, to ensure we fail fast.
Refactoring in preparation to support type conversion on watch.
2018-11-28 21:34:26 -05:00
k8s-ci-robot
9c50dd0562
Merge pull request #71539 from msau42/revert-70578-csi-e2e-driver-update
...
Revert "CSI: enhance driver tests to update the drivers."
2018-11-28 18:26:36 -08:00
Michelle Au
b02cada150
Revert "CSI: enhance driver tests to update the drivers."
2018-11-28 17:10:13 -08:00
k8s-ci-robot
6e5176b48d
Merge pull request #71520 from saad-ali/allow0310Both
...
Allow CSI Drivers suporting 0.x/1.x to use old dir
2018-11-28 12:22:37 -08:00
saad-ali
18050e308c
Allow CSI Drivers suporting 0.x/1.x to use old dir
...
Allow drivers implmenting both CSI 0.x and 1.x to use the old volume
plugin directory in addition to the the new volume plugin directory.
2018-11-28 11:11:37 -08:00
k8s-ci-robot
3d68f44d11
Merge pull request #71513 from losipiuk/lo/update-ca-version-1.13.0
...
Update Cluster Autoscaler version to 1.13.0
2018-11-28 11:04:24 -08:00
Łukasz Osipiuk
6db2483e0b
Update Cluster Autoscaler version to 1.13.0
2018-11-28 16:06:18 +01:00
k8s-ci-robot
3f47b4febd
Merge pull request #70578 from jsafrane/csi-e2e-driver-update
...
CSI: enhance driver tests to update the drivers.
2018-11-28 05:20:45 -08:00
k8s-ci-robot
b75a34644e
Merge pull request #71495 from andyzhangx/detach-azuredisk-issue
...
fix detach azure disk issue due to dirty cache
2018-11-28 01:29:09 -08:00
andyzhangx
cd2930258c
fix detch azure disk issue by clean vm cache
2018-11-28 06:25:09 +00:00
k8s-ci-robot
5dfe48b0ff
Merge pull request #71483 from mkimuram/issue/71433v2
...
Fix timeout for testPodFailSubpathError longer to avoid flake
2018-11-27 22:10:19 -08:00
Anago GCB
9b9f5f949d
Update CHANGELOG-1.13.md for v1.13.0-rc.1.
2018-11-28 02:57:36 +00:00
k8s-ci-robot
7b24399fb5
Merge pull request #71440 from vladimirvivien/csi-registration-annotation-fix
...
Fix for race condition caused by concurrent fsnotify (CREATE and REMOVE) in kubelet/plugin_watcher.go
2018-11-27 17:08:09 -08:00
Masaki Kimura
bae2e8a5e3
Fix timeout for testPodFailSubpathError longer to avoid flake
2018-11-28 00:04:52 +00:00
k8s-ci-robot
22ff267324
Merge pull request #71406 from WanLinghao/rootcacert_clusterrole_fix
...
Fix feature-gate inconsistent between rootcacertpublisher and post-start clusterroles
2018-11-27 13:59:49 -08:00
k8s-ci-robot
414cfbd821
Merge pull request #71452 from losipiuk/lo/update-ca-version-1.13
...
Update Cluster Autoscaler version to 1.13.0-rc.2
2018-11-27 07:06:34 -08:00
Jan Safranek
8fb3e9fe2a
Make HostPath CSI driver persistent across restart.
...
The driver dynamically provisions its volumes in /tmp. To preserve the data
across driver restarts, the directory must be mapped to more persistent
place, /tmp on the host seems to be the safest choice.
2018-11-27 13:53:48 +01:00
Łukasz Osipiuk
0fac5aaaad
Update Cluster Autoscaler version to 1.13.0-rc.2
2018-11-27 12:47:42 +01:00
WanLinghao
0bab5ee5ad
Currently the root-ca-cert-publisher was shadowed by BoundServiceAccountTokenVolume feature gate.
...
But its corresponding bootstrap RBAC policy was shadowed by TokenRequest feature gate.
This patch fix it.
2018-11-27 11:44:35 +08:00
Vladimir Vivien
e86bdc7989
Forces fsnotify CREATE and REMOVE to occur serially
2018-11-26 22:11:47 -05:00
k8s-ci-robot
fad23990ce
Merge pull request #71429 from gnufied/fix-detach-while-mount-flake
...
Fix flake with e2e test that checks detach while mount in progress
2018-11-26 16:57:21 -08:00
k8s-ci-robot
ce68cfa453
Merge pull request #71428 from mkimuram/issue/71383
...
Fix subpath test flake that is caused in testPodFailSubpathError
2018-11-26 15:43:33 -08:00
k8s-ci-robot
855f3fae5e
Merge pull request #71235 from msau42/fix-hostpath-io
...
Fix io test to use unique file names and cleanup all files
2018-11-26 13:34:10 -08:00
Hemant Kumar
df88257ad8
Fix flake with e2e test that checks detach while mount in progress
...
A volume can show up as in-use even before it gets attached
to the node.
2018-11-26 15:28:05 -05:00
k8s-ci-robot
b493bbb21b
Merge pull request #71419 from liggitt/backend-error-deadline
...
Set deadline for returning backend error
2018-11-26 11:15:16 -08:00
Masaki Kimura
790de995f3
Fix testPodFailSubpathError to make only WaitTimeoutForPodEvent wait
2018-11-26 17:29:25 +00:00
Masaki Kimura
f81abad51c
Fix eventOccurred to check message from all the events
2018-11-26 17:21:20 +00:00
Anago GCB
3a2e1dff86
Update CHANGELOG-1.10.md for v1.10.11.
2018-11-26 16:48:29 +00:00
Anago GCB
70306e2d15
Update CHANGELOG-1.11.md for v1.11.5.
2018-11-26 16:01:55 +00:00
Anago GCB
416974b834
Update CHANGELOG-1.12.md for v1.12.3.
2018-11-26 14:16:47 +00:00
Jordan Liggitt
f199f3d5a3
Set deadline for returning backend error
2018-11-26 09:15:13 -05:00
k8s-ci-robot
2257c1ecbe
Merge pull request #71412 from liggitt/backend-error
...
Handle error responses from backends
2018-11-26 04:26:22 -08:00
Jan Safranek
51fc7930d6
CSI: enhance driver tests to update the drivers.
...
We want to check that kubelet correctly handles driver update
on a node.
2018-11-26 12:45:01 +01:00
k8s-ci-robot
396271cf52
Merge pull request #70954 from qingling128/master
...
Upgrade Stackdriver Logging Agent addon image to 0.6-1.6.0-1 to use Fluentd v1.2.
2018-11-25 23:09:07 -08:00
Jordan Liggitt
b84e3dd6f8
Verify backend upgraded connection
2018-11-25 14:25:38 -05:00
k8s-ci-robot
1e50c57113
Merge pull request #70740 from mfpierre/fix-kubectl-get-sort-out-of-range
...
Fix index out of range error when sorting kubectl get
2018-11-24 12:19:06 -08:00
k8s-ci-robot
610f48f424
Merge pull request #71362 from aleksandra-malinowska/autoscaling-test-fix-26
...
Extend timeout before breaking node in autoscaling test
2018-11-24 11:04:33 -08:00
k8s-ci-robot
bb6101dfbb
Merge pull request #71385 from neolit123/kubeadm-fix-mark-control-plane-config
...
kubeadm: add missing --config flag to mark-control-plane phase
2018-11-24 09:29:49 -08:00
k8s-ci-robot
7098f1ad38
Merge pull request #71382 from yagonobre/fix-reset
...
Fix kubeadm reset in case of external etcd
2018-11-24 01:59:58 -08:00
Lubomir I. Ivanov
a1a7ecaab3
kubeadm: add missing --config flag to mark-control-plane phase
2018-11-24 05:18:03 +02:00
Yago Nobre
52835fbc80
Fix kubeadm reset in case of external etcd
2018-11-23 16:27:00 -02:00
k8s-ci-robot
94759c165f
Merge pull request #71377 from andyzhangx/return-error-attachdisk
...
fix azure disk attach/detach failed forever issue
2018-11-23 08:18:12 -08:00
Aleksandra Malinowska
2f278a316f
Extend timeout before breaking node in autoscaling test
2018-11-23 13:47:05 +01:00
andyzhangx
7b14a5a2a0
should return error when attach/detach failed
2018-11-23 12:42:13 +00:00
k8s-ci-robot
205eaee0e5
Merge pull request #71145 from gnufied/test-mounted-detach
...
Fix volume detach while mount in progress
2018-11-22 23:27:48 -08:00
Anago GCB
938f41c1e8
Update CHANGELOG-1.13.md for v1.13.0-beta.2.
2018-11-23 02:55:12 +00:00
k8s-ci-robot
12e5eb7dc9
Merge pull request #71011 from sigma/pr/fix-inotify
...
replace golang.org/x/exp/inotify with standalone library
2018-11-22 18:07:51 -08:00
k8s-ci-robot
d7823bee59
Merge pull request #71360 from fabriziopandini/fix-etcd-connection
...
Fix etcd connect for join --control-plane
2018-11-22 09:35:31 -08:00
fabriziopandini
8a53031b4e
Fix etcd connect for join --control-plane
2018-11-22 17:17:27 +01:00
k8s-ci-robot
69f100e3b7
Merge pull request #70204 from imjching/70145-fix-glog-flags-apiserver
...
kube-apiserver: fix missing global flags for --help
2018-11-22 08:11:13 -08:00