- 03 Jan, 2019 1 commit
-
-
Guoliang Wang authored
-
- 22 Dec, 2018 7 commits
-
-
Kubernetes Prow Robot authored
[scheduler] Move predicate & priority registration to separate file
-
Bhavin Gandhi authored
- Maintain list of default predicates and priorities in defaults.go and move the registration to separate files Signed-off-by:Bhavin Gandhi <bhavin7392@gmail.com>
-
Kubernetes Prow Robot authored
Merge pull request #71946 from bart0sh/PR0045-kubeadm-1260-simplify-minimum-kubernetes-version-bumps kubeadm: simplify minimum Kubernetes version bumps
-
Kubernetes Prow Robot authored
Enable --all flag for kubectl wait
-
Kubernetes Prow Robot authored
Move predicate types from algorithm to predicates
-
Kubernetes Prow Robot authored
call createValidation before rollback. Fixes #72256
-
Kubernetes Prow Robot authored
e2e storage tests: usable out-of-tree
-
- 21 Dec, 2018 14 commits
-
-
Kubernetes Prow Robot authored
Add godoc to pkg/util/configz.
-
Kubernetes Prow Robot authored
Make PodFilter as part of public API
-
Kubernetes Prow Robot authored
ProcMount - Update DropDisabled[Alpha]Fields behaviour
-
Johnny Horvi authored
-
Kubernetes Prow Robot authored
Promote Lease API to v1
-
wangqingcan authored
-
wangqingcan authored
-
Kubernetes Prow Robot authored
Added kubernetes version to user-agent for AWS SDK calls
-
Patrick Ohly authored
Generated via hack/update-bazel.sh.
-
Patrick Ohly authored
Exposing framework.VolumeTestConfig as part of the testsuite package API was confusing because it was unclear which of the values in it really have an effect. How it was set also was a bit awkward: a test driver had a copy that had to be overwritten at test runtime and then might have been updated and/or overwritten again by the driver. Now testsuites has its own test config structure. It contains the values that might have to be set dynamically at runtime. Instead of overwriting a copy of that struct inside the test driver, the test driver takes some common defaults (specifically, the framework pointer and the prefix) when it gets initialized and then manages its own copy. For example, the hostpath driver has to lock the pods to a single node. framework.VolumeTestConfig is still used internally and test drivers can decide to run tests with a fully populated instance if needed (for example, after setting up an NFS server).
-
Kubernetes Prow Robot authored
[Fix issue scheduler cleanup 71867]: Move compatibility_test.go to pkg/scheduler/api
-
Micah Hausler authored
-
Kubernetes Prow Robot authored
Reduce Azure API calls by replacing the current backoff retry with SDK's backoff
-
Kubernetes Prow Robot authored
cleanup logic related with OutOfDisk
-
- 20 Dec, 2018 18 commits
-
-
Kubernetes Prow Robot authored
Set percentage of nodes scored in each cycle dynamically based on the…
-
Serguei Bezverkhi authored
Signed-off-by:Serguei Bezverkhi <sbezverk@cisco.com>
-
Serguei Bezverkhi authored
Signed-off-by:Serguei Bezverkhi <sbezverk@cisco.com>
-
wojtekt authored
-
Kubernetes Prow Robot authored
RuntimeClassName - Update DropDisabled[Alpha]Fields behaviour
-
Kubernetes Prow Robot authored
flush iptable chains first and then remove them
-
wojtekt authored
-
Kubernetes Prow Robot authored
(one liner) Update server.go's dockerd messages to be CRI based.
-
Kubernetes Prow Robot authored
kubeadm: refactor validateStableVersion()
-
Kubernetes Prow Robot authored
Fix unit test error in pkg/registry/apps/daemonset/storage/
-
Patrick Ohly authored
This makes it possible to use the testsuites package out-of-tree without pulling in unnecessary dependencies and code (in test/e2e/storage/vsphere) that defines tests that are not wanted in a custom test suite.
-
Patrick Ohly authored
Different drivers support different volume sizes. Some have certain minimum sizes, some maximum sizes. Instead of hard-coding some kind of default into the testsuites, now each driver that supports dynamic provisioning has to provide the size.
-
Patrick Ohly authored
The setup of the V0 hostpath driver was done with copy-and-paste and then changing just the driver name and the manifests. The same can be achieved by making the base struct a bit more configurable, which simplifies future changes (less code). Renaming the provisioner container was unnecessary and was reverted to make it possible to use the same patch configuration. While at it, also fix the InitHostV0PathCSIDriver typo.
-
Kubernetes Prow Robot authored
Use CLOUDSDK_API_ENDPOINT_OVERRIDES_CONTAINER for GKE Api endpoint
-
Kubernetes Prow Robot authored
Add node-api staging repo w/ RuntimeClass API
-
Kubernetes Prow Robot authored
fix log information error
-
Nguyen Quang Huy authored
Move compatibility_test.go to pkg/scheduler/api
-
Kubernetes Prow Robot authored
Fix aad support in kubectl for sovereign cloud
-