- 26 Mar, 2019 9 commits
-
-
Davanum Srinivas authored
Change-Id: I2160b0b0ec4b9870a2d4452b428e395bbe12afbb
-
Kubernetes Prow Robot authored
cleanup of reflector metric code (finish removing unused code)
-
Kubernetes Prow Robot authored
make NEG tests more resilient to API failures and add more failure lo…
-
Kubernetes Prow Robot authored
Bump debian-base images version to v1.0.0
-
Kubernetes Prow Robot authored
Add @xichengliudui to test/OWNERS
-
Kubernetes Prow Robot authored
Fix golint failures of e2e/framework/[d-e]*.go
-
Kubernetes Prow Robot authored
e2e kubeadm refactor
-
Kubernetes Prow Robot authored
sample-controller: update README
-
Kubernetes Prow Robot authored
Fix golint failures of e2e/framework/[k-l]*.go
-
- 25 Mar, 2019 25 commits
-
-
Minhan Xia authored
-
Kubernetes Prow Robot authored
Spelling/grammar fixes for 1.14 release notes
-
Han Kang authored
-
Jeffrey Sica authored
-
Kenichi Omichi authored
This fixes golint failures on the following files: - test/e2e/framework/deployment_util.go - test/e2e/framework/exec_util.go Cleanup: - ScaleDeployment() was not used at all, so let's remove it. - ExecCommandInPod() and ExecCommandInPodWithFullOutput() were called in the framework only, so let's make them local.
-
Kubernetes Prow Robot authored
Fix race condition between actual and desired state in kublet volume manager
-
Kubernetes Prow Robot authored
Merge pull request #75036 from bart0sh/PR0065-kubeadm-replace-RequiredIPVSKernelModulesAvailable-check kubeadm: reimplement IPVS check
-
Kubernetes Prow Robot authored
Reduce unnecessary Map in node_controller#nodeAddressesChangeDetected
-
Kenichi Omichi authored
In addition, this replaces the combination of GetCPUSummary() and FormatCPUSummary() with LogCPUSummary() in e2e/node/kubelet_perf.go because that is completely same.
-
Kubernetes Prow Robot authored
Bump go-openapi/jsonpointer and go-openapi/jsonreference versions
-
Kubernetes Prow Robot authored
Fix fake clientsets in metrics.k8s.io.
-
Kubernetes Prow Robot authored
Plumb CUSTOM_INGRESS_YAML into other setup scripts
-
Kubernetes Prow Robot authored
Fix Windows to read VM UUIDs from serial numbers
-
Javier Pérez Hernández authored
Change-Id: I6b924f0102f3c8490c6f71efb471ebe08827d712
-
Anago GCB authored
-
Anago GCB authored
-
Anago GCB authored
-
Kubernetes Prow Robot authored
Allow to read OpenStack config from the secret
-
Anago GCB authored
-
fabriziopandini authored
-
Kubernetes Prow Robot authored
Add some logs for kubeadm join
-
Kubernetes Prow Robot authored
Scheduler: Logging cleanup in predicates.go.
-
Jorge Alarcon Ochoa authored
xref: #75653 Signed-off-by:Jorge Alarcon Ochoa <alarcj137@gmail.com>
-
Guilherme Oki authored
-
PingWang authored
Signed-off-by:PingWang <wang.ping5@zte.com.cn>
-
- 24 Mar, 2019 1 commit
-
-
Kubernetes Prow Robot authored
use cache size to signal undecorated storage
-
- 23 Mar, 2019 5 commits
-
-
Kubernetes Prow Robot authored
Remove use of `%#v` in frequently accessed code
-
Kubernetes Prow Robot authored
Move protection common funcs to protectionutil
-
Kubernetes Prow Robot authored
Fix goroutine leak in pkg/util/wait PollUntil()
-
Jonathan Basseri authored
This is some light cleanup of logs in predicates.go. In particular, some log lines have details clarified that will make debugging easier. I have not touched any VLOG messages, since those usually have plenty of detail.
-
Kubernetes Prow Robot authored
Fix golint failures of e2e/framework/[a-c].go
-