- 17 Apr, 2019 13 commits
-
-
Kubernetes Prow Robot authored
Fix shellcheck lint errors in test/images/* scripts
-
Kubernetes Prow Robot authored
Removes test-only skipTabWriter from HumanReadablePrinter
-
Kubernetes Prow Robot authored
Replace false with "exit 1" under hack/
-
Kubernetes Prow Robot authored
Add SIG Scheduling API reviewers to OWNERS_ALIASES
-
Kubernetes Prow Robot authored
Use consistent imageRef during container startup
-
Kubernetes Prow Robot authored
proxy/userspace: add dcbw and danwinship to OWNERS approvers
-
Kubernetes Prow Robot authored
proxy/userspace: respect minSyncInterval
-
Sean Sullivan authored
-
Kubernetes Prow Robot authored
Updates OWNERS files and OWNERS_ALIASES for SIG Apps
-
Kubernetes Prow Robot authored
Update winkernel owners file
-
Kubernetes Prow Robot authored
Small bug: Comments and function names do not match
-
Kubernetes Prow Robot authored
Remove unused lock in scheduler
-
Kubernetes Prow Robot authored
Limit the read length of ioutil.ReadAll in `pkg/credentialprovider`
-
- 16 Apr, 2019 27 commits
-
-
Kubernetes Prow Robot authored
[kubeadm] clean up command description information for consistency and readability
-
Kubernetes Prow Robot authored
Output missing cert or key name in DownloadCerts
-
Kubernetes Prow Robot authored
[e2e] decouple the aggregated clientset from the e2e testing framework
-
Kubernetes Prow Robot authored
Use IP addresses to test external connectivity
-
Kubernetes Prow Robot authored
Remove and replace ptr functions
-
Kenichi Omichi authored
Some scripts contained `false` for returning 1 to callers instead of `exit 1` and that works like: $ false $ echo $? 1 $ But that made confusion in a PR review process. So this replaces `false` with `exit 1` for long-term maintenance.
-
Anago GCB authored
-
Haiyan Meng authored
Signed-off-by:Haiyan Meng <haiyanmeng@google.com>
-
Kubernetes Prow Robot authored
add heartbeat inside watch
-
Kubernetes Prow Robot authored
clean up unused code in scheduler
-
Bobby (Babak) Salamat authored
-
Kenneth Owens authored
and approvers more clear
-
ksubrmnn authored
-
Kubernetes Prow Robot authored
Delete unused struct, nodeEnumerator
-
Kubernetes Prow Robot authored
remove unused functions & types in test/e2e/framework/util.go
-
Kubernetes Prow Robot authored
Fix golint failures of pkg/apis/core/helper
-
Kubernetes Prow Robot authored
Fix shellcheck failures of hack/update-openapi-spec.sh
-
Kubernetes Prow Robot authored
Remove empty metrics.go file and method call
-
Matthew L Daniel authored
Otherwise the user does not know what key `kubeadm` is expecting, which makes troubleshooting harder
-
Lubomir I. Ivanov authored
Remove usage of the aggregated clientset in the e2e testing framework itself. We have one test that consumes the clientset in the suite and it's in test/e2e/apimachinery/aggregator.go, which was recently promoted to conformance in 8101b86a. This test now obtains a local copy of the aggregated clientset. The suite still has to compile the internal client in. One possible solution here is to move this test in a separate suite, yet it's unclear of how to tackle the problem now that the test has to run as part of the conformance suite.
-
SataQiu authored
-
fansong.cfs authored
-
PingWang authored
Signed-off-by:PingWang <wang.ping5@zte.com.cn>
-
Kubernetes Prow Robot authored
Add missing node.address != "" condition in tests
-
Kubernetes Prow Robot authored
clean the deprecated func Parallelize
-
Kubernetes Prow Robot authored
Promote container runtime e2e verifying termination message
-
Kubernetes Prow Robot authored
Enable StorageObjectInUseProtection by default
-