- 09 May, 2019 1 commit
-
-
Brad Hoekstra authored
-
- 08 May, 2019 19 commits
-
-
Kubernetes Prow Robot authored
Make external driver name generation contain a more random suffix in case of double generation in the same framework context (twice in the same test)
-
Kubernetes Prow Robot authored
fix Remove hyperkube short aliases
-
Kubernetes Prow Robot authored
Revert "Add Un-reserve extension point for the scheduling framework"
-
Kubernetes Prow Robot authored
move GCERegionalPersistentDisk feature from cloud-provider into kube_features.go
-
Kubernetes Prow Robot authored
Remove spurious godeps.json files
-
Kubernetes Prow Robot authored
Add --chunk-size=0 to disable pagination when listing nodes.
-
Kubernetes Prow Robot authored
Allow to define kubeconfig file for OpenStack cloud provider
-
Kubernetes Prow Robot authored
Promote spiffxp to approver, add oomichi as reviewer
-
Kubernetes Prow Robot authored
Modify e2e/lifecycle tests to import e2elog.Logf
-
Kubernetes Prow Robot authored
fix increment-decrement lint error
-
Kubernetes Prow Robot authored
disable the apiserver's insecure port by default
-
Kubernetes Prow Robot authored
Fix a spelling error
-
Jordan Liggitt authored
-
Han Kang authored
remove GCERegionalPersistentDisk feature from cloud-provider directly to pkg/features since it is no longer used in cloud-provider. This change prevents cloud-provider from bringing in apiserver and component-base (and csi-translation-lib from bringing those two things in transitively)
-
Kubernetes Prow Robot authored
Handle conversion errors from ObjectToTyped correctly
-
Kubernetes Prow Robot authored
Bump ip-masq-agent version to v2.3.0. Enable nomasq for reserved IPs.
-
Kubernetes Prow Robot authored
Add Un-reserve extension point for the scheduling framework
-
Kubernetes Prow Robot authored
Staging the GCE Cloud Provider
-
- 07 May, 2019 20 commits
-
-
Kubernetes Prow Robot authored
Remove terminated pod from summary api.
-
Kubernetes Prow Robot authored
Store runtimeHandler for the PodSandboxStatus in FakeRuntimeService
-
Kubernetes Prow Robot authored
Add jan and msau42 as approver for volumemanager
-
Kubernetes Prow Robot authored
Move scalability, upgrade, and common packages to framework/log
-
Kubernetes Prow Robot authored
Avoid using tag filters for EC2 API where possible
-
David Zhu authored
Make external driver storage class name generation contain a more random suffix in case of double generation in the same framework context (twice in the same test)
-
Kubernetes Prow Robot authored
Avoid duplicate error reporting in glusterfs
-
Kubernetes Prow Robot authored
Include the key of invalid label's value in error message
-
Kubernetes Prow Robot authored
Update k8s.gcr.io/k8s-dns-node-cache image version
-
Kubernetes Prow Robot authored
tests: Adds configurable pod DNS nameservers and search list test
-
Kubernetes Prow Robot authored
Add Release information to each of the conformance tests.
-
Walter Fender authored
**What type of PR is this?** /kind cleanup **What this PR does / why we need it**: Staging the GCE Cloud Provider as part of KEP [20190125-removing-in-tree-providers](https://github.com/kubernetes/enhancements/blob/master/keps/sig-cloud-provider/20190125-removing-in-tree-providers.md). Staging repo setup here https://github.com/kubernetes/legacy-cloud-providers Moves the GCE cloud provider implementation to staging. This is in preparation for moving the cloud provider code out of tree entirely. However we need it in staging while the code needs to be consumed both in/out of tree. **Which issue(s) this PR fixes**: Fixes # **Special notes for your reviewer**: **Does this PR introduce a user-facing change?**: ``` NONE ``` Updated import dependency tracking. Factored in the cleanup from #77412 Minor fix to go.mod.
-
Mike Crute authored
For very large clusters these tag filters are not efficient within the EC2 API and will result in rate limiting. Most of these queries have filters that are targeted narrowly enough that the elimination of the tags filter will not return significantly more data but will be executed more efficiently by the EC2 API. Additionally, some API wrappers did not support pagination despite the underlying API calls being paginated. This change adds pagination to prevent truncating the returned results.
-
Aaron Crickenberger authored
-
Anago GCB authored
-
Kubernetes Prow Robot authored
fix always print EventTypeWarning due to err override
-
Kubernetes Prow Robot authored
Add common func for NewAttacher and NewDetacher
-
Kubernetes Prow Robot authored
Add detacher assertion for csiAttacher
-
Srini Brahmaroutu authored
-
Matt Matejczyk authored
Otherwise the default of 500 is used which started breaking large cluster tests, e.g. https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gce-scale-performance/1125672232488538115
-