- 30 Dec, 2018 7 commits
-
-
Ed Bartosh authored
Used T.Run API for kubeadm tests in app/apis/kubeadm This should improve testing output and make it more visible which test is doing what.
-
Kubernetes Prow Robot authored
kubeadm: use T.Run API in app/util
-
Kubernetes Prow Robot authored
Fix a race in setting nominated node and the scheduling cycle after it.
-
Bobby (Babak) Salamat authored
-
Bobby (Babak) Salamat authored
-
Kubernetes Prow Robot authored
Update feature-gate handling of TTLSecondsAfterFinished
-
Jordan Liggitt authored
-
- 29 Dec, 2018 13 commits
-
-
Kubernetes Prow Robot authored
Validate PSP allowedProcMountTypes
-
Kubernetes Prow Robot authored
Vendor golint in k/k, and use the vendor version in verify-golint check
-
Kubernetes Prow Robot authored
node config source validations
-
Serguei Bezverkhi authored
Signed-off-by:Serguei Bezverkhi <sbezverk@cisco.com>
-
Kubernetes Prow Robot authored
kubeadm: fix incorrect package name in idempotency_test.go
-
Ed Bartosh authored
-
Ed Bartosh authored
Used T.Run API for kubeadm tests in app/util/
-
Kubernetes Prow Robot authored
Updated a link to the latest changelog
-
Kubernetes Prow Robot authored
make sure to check for errors and close the request body in the cluster size autoscaling e2e test
-
Kubernetes Prow Robot authored
AllowedProcMountTypes - Update DropDisabled[Alpha]Fields behaviour
-
Jordan Liggitt authored
-
Kubernetes Prow Robot authored
GCE: enable downloading and staging of the node binaries
-
Kubernetes Prow Robot authored
Register plugins with the scheduling framework properly
-
- 28 Dec, 2018 16 commits
-
-
Kubernetes Prow Robot authored
client-go/testing: Straighten out fake implementation of Evictions
-
Kubernetes Prow Robot authored
kubeadm: fix golint warnings for redundant ifs
-
Kubernetes Prow Robot authored
kubeadm: add CurrentKubernetesVersion
-
Kubernetes Prow Robot authored
add description about namespace for pod in log
-
Kubernetes Prow Robot authored
kubeadm: fix golint warnings in package_validator
-
Kubernetes Prow Robot authored
kubeadm: use T.Run API in app/util/system
-
Kubernetes Prow Robot authored
Speedup listers for empty selectors
-
wojtekt authored
-
Kubernetes Prow Robot authored
fix kubemark makefile
-
Ed Bartosh authored
Fixed the following golint warnigns: - package_validator.go:68:1: receiver name should not be an underscore, omit the name if it is unused - package_validator.go:89:1: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" - package_validator.go:96:1: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" - package_validator.go:119:1: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self"
-
Ed Bartosh authored
Used T.Run API for kubeadm tests in app/util/system
-
TAKAHASHI Yuto authored
-
Mason Kwok authored
-
Kubernetes Prow Robot authored
Filter resources logged by e2e ns debugging
-
Ivan Kurnosov authored
-
Kubernetes Prow Robot authored
VolumeDevices validation and tests
-
- 27 Dec, 2018 4 commits
-
-
Kubernetes Prow Robot authored
Stop checking VolumeScheduling feature gate
-
Jordan Liggitt authored
-
Serguei Bezverkhi authored
Signed-off-by:Serguei Bezverkhi <sbezverk@cisco.com>
-
Kubernetes Prow Robot authored
EmptyVolume SizeLimit validation and tests
-