- 04 May, 2019 18 commits
-
-
John Schnake authored
This is part of the transition to using framework/log instead of the Logf inside the framework package. This will help with import size/cycles when importing the framework or subpackages.
-
Kubernetes Prow Robot authored
fix(daemon): create more expections when skipping pods
-
Kubernetes Prow Robot authored
tests: Solve backoff tests flakiness
-
Kubernetes Prow Robot authored
Added function to create kubeconfig for addon-manager
-
Kubernetes Prow Robot authored
Refactor PV scheduling library into a separate package
-
Kubernetes Prow Robot authored
Fix rolling update daemonset bug in clock-skew scenario
-
Kubernetes Prow Robot authored
Suppress registering GCE LB provider flag if missing on CommandLine.
-
Kubernetes Prow Robot authored
GCE/Windows: send container logs to the proper resource
-
Kubernetes Prow Robot authored
Lock GCERegionalPersistentDisk feature on
-
Kubernetes Prow Robot authored
fix scheduler plugin example
-
Kubernetes Prow Robot authored
Refactored framework deployment utils
-
Kubernetes Prow Robot authored
Bump the version of the ip-masq-agent addon to pick up CVE fixes
-
Kubernetes Prow Robot authored
tableprinter: simplifies default printer handler
-
Kubernetes Prow Robot authored
Fix golint failures of test/e2e/common/pods.go
-
Kubernetes Prow Robot authored
Ensure 4xx+ response codes from webhook rejections
-
Kubernetes Prow Robot authored
Add IPv6 support to the nettest image
-
draveness authored
-
Kubernetes Prow Robot authored
test/e2e/network: Honor --dns-domain in more places
-
- 03 May, 2019 22 commits
-
-
Kubernetes Prow Robot authored
Expect the correct object type to be removed
-
Kubernetes Prow Robot authored
Self nominate cmluciano as a sig-network reviewer
-
Mark Wolters authored
-
Kubernetes Prow Robot authored
Generate and verify apimachinery protobuf
-
Kubernetes Prow Robot authored
Bump metadata-proxy image to v0.1.12
-
Kubernetes Prow Robot authored
kubeadm: Add certificateKey field to v1beta2 config
-
Jorge Alarcon Ochoa authored
This is the continuation of the refactoring of framework/deployment_utils.go into framework/deployment. Signed-off-by:Jorge Alarcon Ochoa <alarcj137@gmail.com>
-
Niko Pen authored
-
Onur Satici authored
-
Kubernetes Prow Robot authored
Require version match to special-case status objects
-
Kubernetes Prow Robot authored
use framework.ExpectNoError() for e2e/apps
-
Sean Sullivan authored
-
Yu-Ju Hong authored
This PR fixes a bug where all container logs are sent to the "k8s_node" resource by adding a "match" directive that applies only to container logs.
-
Jordan Liggitt authored
-
Jordan Liggitt authored
-
Jordan Liggitt authored
-
Christopher M. Luciano authored
Signed-off-by:Christopher M. Luciano <cmluciano@us.ibm.com>
-
Kubernetes Prow Robot authored
Move auth and network tests to use framework/log
-
Jordan Liggitt authored
-
Tobias Wolf authored
Try to finish what commit 4c8a65ac started; that is, do not assume cluster.local is a constant base domain, when it is configurable. This makes DNS e2e tests pass with --dns-domain, which was only being honored for some tests, not all Signed-off-by:
Tobias Wolf <towolf@gmail.com>
-
Jordan Liggitt authored
-
John Schnake authored
This is part of the transition to using framework/log instead of the Logf inside the framework package. This will help with import size/cycles when importing the framework or subpackages.
-