- 29 Nov, 2018 18 commits
-
-
Wei Huang authored
- update DS pod default tolerations: add PIDPressure, remove OutOfDisk - remove useless tolerations testcases
-
k8s-ci-robot authored
pkg/controller: add SIG label to OWNERS
-
k8s-ci-robot authored
Fix some typos
-
k8s-ci-robot authored
Add license header to non-generated proto files
-
k8s-ci-robot authored
fix aws provider to handle only EBS volumes
-
k8s-ci-robot authored
testservers: return Run method errors correctly
-
k8s-ci-robot authored
Lookup PX api port from k8s service
-
k8s-ci-robot authored
Fix an error in comment
-
k8s-ci-robot authored
Fix SubPath printing
-
k8s-ci-robot authored
Fix local copy path for `kubectl cp'.
-
k8s-ci-robot authored
fix some wrong type in printers.go
-
k8s-ci-robot authored
remove dependency on the legacyscheme, using self-scheme
-
k8s-ci-robot authored
Fix AWS NLB security group updates
-
k8s-ci-robot authored
Fix golint failures - pkg/cloudprovider/providers/ovirt
-
k8s-ci-robot authored
make error info clearly
-
k8s-ci-robot authored
Volunteer to be DaemonSet controller maintainer.
-
k8s-ci-robot authored
Revert "CSI: enhance driver tests to update the drivers."
-
Michelle Au authored
-
- 28 Nov, 2018 11 commits
-
-
k8s-ci-robot authored
Allow CSI Drivers suporting 0.x/1.x to use old dir
-
saad-ali authored
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.
-
k8s-ci-robot authored
Update Cluster Autoscaler version to 1.13.0
-
Łukasz Osipiuk authored
-
k8s-ci-robot authored
CSI: enhance driver tests to update the drivers.
-
k8s-ci-robot authored
fix detach azure disk issue due to dirty cache
-
andyzhangx authored
-
k8s-ci-robot authored
Fix timeout for testPodFailSubpathError longer to avoid flake
-
Anago GCB authored
-
k8s-ci-robot authored
Fix for race condition caused by concurrent fsnotify (CREATE and REMOVE) in kubelet/plugin_watcher.go
-
Masaki Kimura authored
-
- 27 Nov, 2018 7 commits
-
-
k8s-ci-robot authored
Fix feature-gate inconsistent between rootcacertpublisher and post-start clusterroles
-
k8s-ci-robot authored
Update Cluster Autoscaler version to 1.13.0-rc.2
-
Jan Safranek authored
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.
-
Łukasz Osipiuk authored
-
WanLinghao authored
But its corresponding bootstrap RBAC policy was shadowed by TokenRequest feature gate. This patch fix it.
-
Vladimir Vivien authored
-
k8s-ci-robot authored
Fix flake with e2e test that checks detach while mount in progress
-
- 26 Nov, 2018 4 commits
-
-
k8s-ci-robot authored
Fix subpath test flake that is caused in testPodFailSubpathError
-
k8s-ci-robot authored
Fix io test to use unique file names and cleanup all files
-
Hemant Kumar authored
A volume can show up as in-use even before it gets attached to the node.
-
k8s-ci-robot authored
Set deadline for returning backend error
-