- 27 May, 2019 3 commits
-
-
Andrew Sy Kim authored
Signed-off-by:Andrew Sy Kim <kiman@vmware.com>
-
Kubernetes Prow Robot authored
use iota instead assign value to constants
-
Kubernetes Prow Robot authored
kubeadm: fix typos in code comments
-
- 25 May, 2019 3 commits
-
-
Kubernetes Prow Robot authored
Use framework.ExpectNoError() on e2e/common
-
Kubernetes Prow Robot authored
Add a special-cased runtime handler for dockershim
-
Kubernetes Prow Robot authored
cleanup: move the comment to its place
-
- 24 May, 2019 16 commits
-
-
yameiwang authored
-
Tim Allclair authored
-
Kubernetes Prow Robot authored
specify additional static auth for components by env var
-
Jake Sanders authored
-
Kubernetes Prow Robot authored
Fix broken hack/verify-symbols.sh
-
JieJhih Jhang authored
-
Dr. Stefan Schimanski authored
-
Kubernetes Prow Robot authored
GCE: Disable the Windows defender
-
Kubernetes Prow Robot authored
Promote Publish CRD OpenAPI to beta
-
Morten Torkildsen authored
* Support scale subresource for PDBs * Check group in finder functions * Small fixes and more tests
-
Kubernetes Prow Robot authored
duplicated klog.V(5) when had a if klog.V(5)
-
Kubernetes Prow Robot authored
Add ability to configure kubeadm's ignored pre-flight errors via InitConfiguration and JoinConfiguration
-
Kubernetes Prow Robot authored
remove unused DefaultLeaseDuration
-
Kubernetes Prow Robot authored
Revert #76665: "Use consistent imageRef during container startup"
-
Kubernetes Prow Robot authored
klog format error
-
Yu-Ju Hong authored
This is a workaround for https://github.com/kubernetes/kubernetes/issues/75148
-
- 23 May, 2019 18 commits
-
-
Kubernetes Prow Robot authored
Put non-ignorable extenders ahead of ignorable extenders
-
Kubernetes Prow Robot authored
Fix flake associated with time out volumes
-
Kubernetes Prow Robot authored
CSI migration e2e: do not skip tests if metricsGrabber.HasRegisteredM…
-
Ted Yu authored
Signed-off-by:Ted Yu <yute@vmware.com>
-
Kubernetes Prow Robot authored
Change etcd's --listen-client-urls to 0.0.0.0:port in tests
-
qingsenLi authored
-
Haowei Cai authored
openapi
-
Tim Allclair authored
This reverts commit 26e3c867.
-
Hemant Kumar authored
This test is suspectible to flakes because sometimes while we verify if volume is attached to a node, reconciler loop can turn second time and it can confirm the volume as attached.
-
qingsenLi authored
-
Dr. Stefan Schimanski authored
-
Kubernetes Prow Robot authored
kubelet: fix fail to close kubelet->API connections on heartbeat failure
-
Rong Gao authored
-
Matt Matejczyk authored
This is to allow scraping etcd metrics in scalability tests. Ref. https://github.com/kubernetes/perf-tests/issues/522
-
Kubernetes Prow Robot authored
remove vmsizelist call in azure disk GetVolumeLimits
-
Marc Carré authored
This commit contains only changes generated by the build process. Nothing here was manually changed. Changes made to: ``` cmd/kubeadm/app/apis/kubeadm/validation/BUILD cmd/kubeadm/app/cmd/BUILD ``` were generated by running: ```` ./hack/update-bazel.sh ```
-
Marc Carré authored
Specifically, IgnorePreflightErrors in {Init,Join}Configuration's NodeRegistrationOptions can be used to achieve this. See also: https://docs.google.com/document/d/1XnP67oO1i9VcDIpw42IzptnJsc5OQM-HTf8cVcjCR2w/edit -
Kubernetes Prow Robot authored
Fix alpha CRD openapi e2e
-