- 29 Jan, 2019 12 commits
-
-
Kubernetes Prow Robot authored
Added micahhausler as approver for AWS cloud provider
-
Kubernetes Prow Robot authored
apimachinery/wait: add context-aware helpers
-
Kubernetes Prow Robot authored
Cleanup callers of deprecated functions in volume/util
-
Kubernetes Prow Robot authored
Fix admission metrics in true units
-
Kubernetes Prow Robot authored
fix golint failure for pkg/controller/deployment/util
-
Kubernetes Prow Robot authored
Remove explicit nil initialization and correct error string.
-
Kubernetes Prow Robot authored
Make pod eviction trigger graceful deletion to match deletion via API
-
Kubernetes Prow Robot authored
Add e2e test for services with no endpoints
-
Kubernetes Prow Robot authored
Fix volumes e2e test to check fsType
-
Kubernetes Prow Robot authored
increase the memory limits to max
-
Kubernetes Prow Robot authored
fix scheduler_perf integration test fails
-
Kubernetes Prow Robot authored
Fix typos
-
- 28 Jan, 2019 1 commit
-
-
Yuwen Ma authored
-
- 27 Jan, 2019 2 commits
-
-
Kubernetes Prow Robot authored
test/e2e/framework: fix external/internal typo err in GetNodeInternalIP
-
Kubernetes Prow Robot authored
kubeadm: fix a couple of problems related to initData/joinData
-
- 26 Jan, 2019 20 commits
-
-
Kubernetes Prow Robot authored
Move import-restrictions.yaml to staging/publishing
-
Eric Paris authored
-
Kubernetes Prow Robot authored
publishing: bump go version to 1.10.8 for release-1.12
-
Nikhita Raghunath authored
-
Dr. Stefan Schimanski authored
-
Vallery Lancey authored
-
Lubomir I. Ivanov authored
Fix a couple of problems related to data used by the phases runners of `init` and `join`. 1) make `newInitData()` and `newJoinData()` return pointers. Methods of the data objects returned by these functions should be able to modify fields in the data objects - e.g. `func (d initData) Client()`. This allows us to store a state and not execute the same logic multiple times - e.g. obtaining a client. A side effect of this change is that the `new...` functions must return pointers, so that casting the data object in a phase, from `workflow.RunData` to a locally defined interface, works. 2) Make it possible to pass arguments from a parent command to a sub-phase with regards to data initialization.
-
Kubernetes Prow Robot authored
Never skip multi-node conformance tests (instead just fail).
-
yanghaichao12 authored
-
Kubernetes Prow Robot authored
Only attempt to register cloud nodes on update with the cloud taint
-
Kubernetes Prow Robot authored
Avoid master ssh in eks
-
Kubernetes Prow Robot authored
Use apps/v1 APIs in integration, explicitly enable all resources for print/etcd/scale tests
-
Kubernetes Prow Robot authored
docs: stop tracking placeholder documentation
-
Kubernetes Prow Robot authored
Remove unnecessary nil check for cloud
-
Kubernetes Prow Robot authored
E2E test for node deleted in cloud provider
-
Jordan Liggitt authored
-
Kubernetes Prow Robot authored
Update to go1.11.5
-
Kubernetes Prow Robot authored
Update dedent to latest release
-
Kubernetes Prow Robot authored
Change proxy metrics to conform metrics guidelines
-
Kubernetes Prow Robot authored
fix typo
-
- 25 Jan, 2019 5 commits
-
-
Kubernetes Prow Robot authored
Clean up initializer-related comments, test data
-
Kubernetes Prow Robot authored
Add version logging to kube-scheduler
-
Kubernetes Prow Robot authored
Better documented exported functions and variables
-
Kubernetes Prow Robot authored
Fix etcd healthcheck for consensus failures
-
Kubernetes Prow Robot authored
Set omitempty on DataSource for snapshot on PVCs
-