- 24 May, 2019 8 commits
-
-
toyoda authored
-
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
-
- 23 May, 2019 20 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
-
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
-
Kubernetes Prow Robot authored
Use default service account when creating test instance.
-
Kubernetes Prow Robot authored
Standardize housekeeping capitalization
-
Kubernetes Prow Robot authored
Fix golint failures of client-go/tools/auth client-go/tools/portforward
-
- 22 May, 2019 12 commits
-
-
Kubernetes Prow Robot authored
Update klog to v0.3.1
-
Kubernetes Prow Robot authored
[pkg/controller/serviceaccount]: refactor to more idiomatic go
-
Kubernetes Prow Robot authored
Using const() defines constants together
-
Kubernetes Prow Robot authored
Support image family in node e2e image config file.
-
Kubernetes Prow Robot authored
Remove deprecated Kubelet security controls
-
Haowei Cai authored
the test doesn't set empty validation but expects CRD controller to treat nil schema specially and publish an empty schema
-
Haowei Cai authored
make schema used in e2e structural so it can be published; GET before UPDATE to tolerate object change
-
Kubernetes Prow Robot authored
Fix alpha conversion CRD e2e's
-
Michael Taufen authored
Includes recent fixes, notably https://github.com/kubernetes/klog/pull/66
-
Kubernetes Prow Robot authored
Create endpoint/service early to avoid unwanted create/delete volume transaction. -
Kubernetes Prow Robot authored
update LastTransitionTime for pod ready condition when node notready
-
Jordan Liggitt authored
-