- 26 Mar, 2019 2 commits
-
-
Kubernetes Prow Robot authored
sample-controller: update README
-
Kubernetes Prow Robot authored
Fix golint failures of e2e/framework/[k-l]*.go
-
- 25 Mar, 2019 20 commits
-
-
Kubernetes Prow Robot authored
Spelling/grammar fixes for 1.14 release notes
-
Jeffrey Sica authored
-
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
-
Anago GCB authored
-
Anago GCB authored
-
Anago GCB authored
-
Kubernetes Prow Robot authored
Allow to read OpenStack config from the secret
-
Anago GCB 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 7 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
-
Kubernetes Prow Robot authored
kubeadm: remove v1alpha3
-
Kubernetes Prow Robot authored
Fix linting issues in pkg/kubectl/cmd/version
-
- 22 Mar, 2019 10 commits
-
-
Kubernetes Prow Robot authored
test/e2e/framework: add OWNERS file
-
Kubernetes Prow Robot authored
Kubelet should request protobuf from the apiserver
-
Kubernetes Prow Robot authored
add area/cloudprovider label for changes in pkg/cloudprovider & k8s.i…
-
Kubernetes Prow Robot authored
Fix golint failures under test/e2e/[..]/gce
-
Kenichi Omichi authored
This fixes golint failures on the following files: - test/e2e/framework/authorizer_util.go - test/e2e/framework/cleanup.go - test/e2e/framework/create.go
-
Kubernetes Prow Robot authored
Use apps/v1 APIs in integration tests
-
Kubernetes Prow Robot authored
fix eliminate shellcheck failures in hack/lib/golang.sh
-
Lubomir I. Ivanov authored
-
Kubernetes Prow Robot authored
Fix a regression in watch performance and reduce allocations in the GET path
-
Clayton Coleman authored
There was no reason to have two types and this avoids ~10% of allocations on the GET code path. ``` BenchmarkGet-12 100000 109045 ns/op 17608 B/op 146 allocs/op BenchmarkGet-12 100000 108850 ns/op 15942 B/op 132 allocs/op ```
-