- 14 Jan, 2019 9 commits
-
-
David Zhu authored
-
Humble Devassy Chirammal authored
* Use better variable names and remove unwanted code blocks. Signed-off-by:
hchiramm <hchiramm@redhat.com> * Simplify return from InstanceID func() Signed-off-by:
Humble Chirammal <hchiramm@redhat.com>
-
Kubernetes Prow Robot authored
Annotate errors in test/e2e/network/service.go
-
Palash Nigam authored
Related to: #34059 Removes all occurences of the "Expect(err).NotTo(HaveOccurred())" antipattern from the aforementioned test file.
-
Humble Devassy Chirammal authored
* Use better error var name in kube-proxy code Signed-off-by:
hchiramm <hchiramm@redhat.com> * Unexport ErrReadOnlySysFS error variable Signed-off-by:
Humble Chirammal <hchiramm@redhat.com>
-
Kubernetes Prow Robot authored
kubeadm: reduce visibility of funcs and vars to the code they are relevant to
-
Dmitry Rozhkov authored
This is a minor cleanup which helps to make the code of kubeadm a bit less error-prone by reducing the scope of local variables and unexporting functions that are not meant to be used outside of their respective modules.
-
Kubernetes Prow Robot authored
Add alphaFeature tag to TTLAfterFinished e2e test
-
Kubernetes Prow Robot authored
Update volume plugin reviewers.
-
- 12 Jan, 2019 17 commits
-
-
Kubernetes Prow Robot authored
.github: add nikhita as reviewer
-
Kubernetes Prow Robot authored
Fix nil panic propagation
-
Jordan Liggitt authored
-
Kubernetes Prow Robot authored
Refactor the kubeadm join command
-
Nikhita Raghunath authored
-
Kubernetes Prow Robot authored
Remove explicit `nil` initialization and correct error strings.
-
Kubernetes Prow Robot authored
fluentd-elasticsearch - update fluentd to 1.3.3 & added filter_parser for json fields in es
-
Kubernetes Prow Robot authored
format help text
-
Kubernetes Prow Robot authored
Add error log for 'no rollbacker has been implemented for ReplicationController'
-
Kubernetes Prow Robot authored
add an env to skip readonly-packages check
-
Kubernetes Prow Robot authored
leaderelection: Allow leader elected code to step down on a context cancel
-
hchiramm authored
Signed-off-by:hchiramm <hchiramm@redhat.com>
-
Kubernetes Prow Robot authored
CSI topology e2e tests
-
Cheng Xing authored
-
Kubernetes Prow Robot authored
Make volume binder resilient to races
-
Kubernetes Prow Robot authored
add shellcheck lint
-
Sen Lu authored
-
- 11 Jan, 2019 14 commits
-
-
Kubernetes Prow Robot authored
Bump minimum docker version to 1.13.1
-
Kubernetes Prow Robot authored
Allow FeatureGate values to be overridden in benchmarks.
-
Kubernetes Prow Robot authored
Move TokenRequestProjection feature gate out of validation
-
Kubernetes Prow Robot authored
Add `metrics-port` to kube-proxy cmd flags.
-
Kubernetes Prow Robot authored
Find current resourceVersion for waiting for deletion/conditions
-
Jordan Liggitt authored
-
Kubernetes Prow Robot authored
WaitFor returns immediately when done is closed
-
Kubernetes Prow Robot authored
Update two doc.go files under staging/src/k8s.io/apiserver
-
Yu-Ju Hong authored
-
Clayton Coleman authored
The ContextCanceller transport wrapper blocks all API requests after the provided context is closed. Used with the leader election step down, a controller can ensure that new requests are not made after the client has stepped down.
-
Kubernetes Prow Robot authored
Remove newline from kernel version on windows node
-
Kubernetes Prow Robot authored
Deprecate DenyEscalatingExec and DenyExecOnPrivileged admission plugins
-
Kubernetes Prow Robot authored
e2e-node-tests: fix path to system specs
-
hchiramm authored
Signed-off-by:hchiramm <hchiramm@redhat.com>
-