- 31 Oct, 2018 13 commits
-
-
k8s-ci-robot authored
Fix retainKeys patchStrategy in apps/deployments
-
k8s-ci-robot authored
kubeadm: graduate the control-plane phase
-
Lubomir I. Ivanov authored
-
Lubomir I. Ivanov authored
Remove custom flags that were previously available per sub-phase. Rely on the config passed to 'kubeadm init' for that. Remove redundant functions in manifests.go. Move the audit policy settings to the control plane phase (under API server).
-
Anago GCB authored
-
k8s-ci-robot authored
Deflake HPA tests
-
k8s-ci-robot authored
fix openstack provider to handle only Cinder volumes
-
k8s-ci-robot authored
duplicated glog.V(10) when had a if glog.V(10)
-
k8s-ci-robot authored
Enable allocatable support for Windows nodes
-
k8s-ci-robot authored
Update vendor package github.com/coreos/...
-
k8s-ci-robot authored
Add support for mount options to CSI drivers
-
k8s-ci-robot authored
Fix for the 'kubectl explain crd --recursive' goes into an infinite loop issue
-
k8s-ci-robot authored
Fix missing 'break'
-
- 30 Oct, 2018 27 commits
-
-
Martin Vladev authored
When the cloud-controller-manager is running with PV label initializing controller and NFS volume is created, it causes nill reference error. related to #68996
-
k8s-ci-robot authored
prevent sorting of PATH dirs for kubectl plugins
-
k8s-ci-robot authored
Fixing comments on the OwnerReference
-
k8s-ci-robot authored
e2e: live streaming of pod events and stdout for CSI volume tests
-
k8s-ci-robot authored
Correctly handle named pipe host mounts for Windows
-
k8s-ci-robot authored
improve pleg error msg when it has never been successful
-
Vikranth Thati authored
-
k8s-ci-robot authored
Combine creating a volume and applying tags in one operation
-
k8s-ci-robot authored
Fix AWS volume and cloud provider import order
-
k8s-ci-robot authored
Correct some errors in returned message
-
k8s-ci-robot authored
tests: Fixes DNS tests false positives
-
k8s-ci-robot authored
Kubeadm graduate kubeconfig phase
-
k8s-ci-robot authored
kubeadm: Remove multiple API server endpoints support upon join
-
k8s-ci-robot authored
Don't raise observedGeneration when waiting for expectations and object hasn't been processed
-
Joachim Bartosik authored
- Scale down based on custom metric was flaking. Increase target value of the metric. - Scale down based on CPU was flaking during stabilization. Increase tolerance of stabilization (caused by resource consumer using more CPU than requested).
-
juanvallejo authored
This patch allows the `kubectl plugin list` command to display discovered plugin paths in the same order as they appear in a user's PATH. Prior to this patch, discovered plugin paths were sorted before being displayed. Additionally, any errors encountered while reading from any directory in a user's PATH will now be printed to stderr at the end of the command's output.
-
k8s-ci-robot authored
Fix(bug): make body an optional parameter in [DELETE] /apis/batch/v1/…
-
k8s-ci-robot authored
Allow components to generate certificates in-memory
-
Chao Xu authored
object can be cluster scoped.
-
Jordan Liggitt authored
-
fabriziopandini authored
-
fabriziopandini authored
-
Mike Crute authored
-
k8s-ci-robot authored
Fixes golint in test/utils/image
-
Rostislav M. Georgiev authored
In the past the discovery configuration expected, that we can support multiple API server endpoints. In practice, we always end up with a single API server endpoint, because, even in HA setups, we use a load balancer scheme for API servers. Therefore, to reduce complexity and improve readability of the config, the multiple API server endpoints support is removed from the bootstrap token discovery join method and configuration. Signed-off-by:Rostislav M. Georgiev <rostislavg@vmware.com>
-
k8s-ci-robot authored
Glusterfs: improve some comments
-
k8s-ci-robot authored
Improve cephfs fuse error log level
-