Kubernetes Prow Robot
b6c53beed5
Merge pull request #72667 from jeefy/update-dashboard-owners
...
Update OWNERS so it isn't single threaded.
2019-05-11 00:46:12 -07:00
Kubernetes Prow Robot
b4d2cb0001
Merge pull request #77763 from apelisse/fix-dry-run-eviction
...
Dry-run eviction: Fix missing pdb in test
2019-05-10 23:22:11 -07:00
Kubernetes Prow Robot
74c0c21f80
Merge pull request #77670 from bjhaid/cleanup_pkg_api
...
Clean up pkg/api.
2019-05-10 21:31:02 -07:00
Kubernetes Prow Robot
80fec73015
Merge pull request #77649 from atoato88/issue-77103-use-ExpectError-e2e-lifecycle
...
Use framework.ExpectNoError() for e2e/lifecycle
2019-05-10 21:30:49 -07:00
Kubernetes Prow Robot
274876ef9a
Merge pull request #77448 from smarterclayton/api_serve
...
Support meta.k8s.io/v1 Table and PartialObjectMetadata requests to the API
2019-05-10 21:30:37 -07:00
Kubernetes Prow Robot
1c18c3263a
Merge pull request #77386 from SataQiu/fix-shellcheck-20190503
...
Fix shellcheck failures of cluster/gce/upgrade-aliases.sh
2019-05-10 21:30:24 -07:00
Kubernetes Prow Robot
aabd8f9beb
Merge pull request #77313 from bjhaid/cleanup_kube_proxy
...
Clean up kube-proxy.
2019-05-10 21:30:12 -07:00
Kubernetes Prow Robot
6f6890b09e
Merge pull request #77753 from liggitt/prune-replace
...
Prune matching replace directives in staging repos more effectively
2019-05-10 19:28:48 -07:00
Kubernetes Prow Robot
fdf6050045
Merge pull request #77701 from spiffxp/promote-oomichi-test-approver
...
Promote oomichi to approver for test/
2019-05-10 19:28:36 -07:00
Kubernetes Prow Robot
5669014f52
Merge pull request #76854 from ialidzhikov/update-images
...
Update gem versions
2019-05-10 19:28:24 -07:00
Kubernetes Prow Robot
a245408f38
Merge pull request #76734 from oomichi/conformance-req-01
...
Check conformance test should not call any Skip
2019-05-10 19:28:11 -07:00
Kubernetes Prow Robot
9e87f8d620
Merge pull request #77696 from bradhoekstra/fix-lint
...
Fix some lint errors in pkg/proxy
2019-05-10 17:56:37 -07:00
Kubernetes Prow Robot
f712c3ee0e
Merge pull request #77620 from johnbelamaric/add-to-conformance-reviewers
...
Add johnbelamaric as conformance test reviewer
2019-05-10 17:56:24 -07:00
Kubernetes Prow Robot
33f44a29b8
Merge pull request #77617 from cmluciano/cml/extensiontonetworking
...
ingress: migrate extensions.Ingress to networking.Ingress
2019-05-10 17:56:12 -07:00
Patrick Christopher
65fcbf4afb
upgrade elasticsearch for vuln handling
2019-05-10 16:57:17 -07:00
Kubernetes Prow Robot
9ecc57ef88
Merge pull request #77718 from danielqsj/t3
...
cleanup dot imports and make test error checking more readable in test/e2e/storage
2019-05-10 16:33:02 -07:00
Kubernetes Prow Robot
91069c0260
Merge pull request #77689 from MrHohn/CPA-1.6.0
...
Bump cluster-proportional-autoscaler to 1.6.0
2019-05-10 16:32:49 -07:00
Kubernetes Prow Robot
099b2202db
Merge pull request #77667 from sttts/sttts-structural-schema-go-openapi
...
apiextensions: roundtrip structural schema through go-openapi, JSON and our API
2019-05-10 16:32:37 -07:00
Kubernetes Prow Robot
9986f38ef3
Merge pull request #77631 from SataQiu/fix-issue-1559
...
[kubeadm] skip cri detection for kubeadm token create
2019-05-10 16:32:24 -07:00
Kubernetes Prow Robot
33d763ff3a
Merge pull request #77618 from logicalhan/other-metric-wrappers
...
add wrappers around gauge, histogram & summary
2019-05-10 16:32:11 -07:00
Antoine Pelisse
e017436bef
Fix missing pdb in test
2019-05-10 14:58:22 -07:00
Kubernetes Prow Robot
7dac36811e
Merge pull request #77418 from alculquicondor/fix/fake-update-container-resources
...
Implement UpdateContainerResources in FakeRuntimeService
2019-05-10 14:56:12 -07:00
Haiyan Meng
4751f40319
Remove the host
label from the kubelet http traffic metrics
...
Signed-off-by: Haiyan Meng <haiyanmeng@google.com>
2019-05-10 13:46:35 -07:00
Akihito INOH
d35851724e
Use framework.ExpectNoError() for e2e/lifecycle/bootstrap
...
The e2e test framework has ExpectNoError() for readable test code.
This replaces Expect(err).NotTo(HaveOccurred()) with it for e2e/lifecycle/bootstrap.
2019-05-11 05:04:05 +09:00
Kubernetes Prow Robot
e1f0526934
Merge pull request #77742 from deads2k/test-debug
...
improve e2e namespace dumping on failure
2019-05-10 13:00:45 -07:00
Kubernetes Prow Robot
e72d73b97d
Merge pull request #77735 from dims/update-beorn7/perks-to-fix-off-by-one-error-for-small-sizes
...
Update beorn7/perks to Fix off-by-one error for small sample sizes
2019-05-10 13:00:31 -07:00
Kubernetes Prow Robot
bac667ebf4
Merge pull request #77716 from wking/job-running-test-error-reporting
...
test/e2e/upgrades/apps/job: List Pods in failure message
2019-05-10 13:00:14 -07:00
Jordan Liggitt
eb82dddfdd
generated files
2019-05-10 15:41:34 -04:00
Jordan Liggitt
2e34b22d28
review staging go.mod files
2019-05-10 15:40:43 -04:00
Jordan Liggitt
d9d5968947
Prune matching replace directives in staging repos more effectively
2019-05-10 15:36:03 -04:00
Clayton Coleman
33a3e325f7
API server should offer metav1 Table/Partial transforms
...
Now that internal types are equivalent, allow the apiserver to serve
metav1 and metav1beta1 depending on the client. Test that in the
apiserver integration test and ensure we get the appropriate responses.
Register the metav1 type in the appropriate external locations.
2019-05-10 15:29:07 -04:00
Kubernetes Prow Robot
07e3b7cdca
Merge pull request #74639 from xychu/fix-shellchecks-a
...
Make test/cmd/a*.sh pass shellcheck
2019-05-10 10:38:12 -07:00
Kubernetes Prow Robot
aa84b99fa0
Merge pull request #73101 from oz123/kubeadm_openrc_support
...
Add initial support for OpenRC
2019-05-10 10:37:59 -07:00
Christopher M. Luciano
d9e4933da3
ingress: migrate extensions.Ingress to networking.Ingress
...
This is a find/replace within my editor. I made the import
networkingv1beta1 so that it will be easier to replace for
the future v1 migration.
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2019-05-10 13:18:53 -04:00
Abdullah Gharaibeh
98de316436
Implement the permit extension point in scheduler.
2019-05-10 12:42:04 -04:00
Dr. Stefan Schimanski
19e29548f6
Update generated files
2019-05-10 17:41:33 +02:00
Dr. Stefan Schimanski
3795777689
apiextensions: add fuzzer test that NewStructural is complete
2019-05-10 17:41:33 +02:00
Dr. Stefan Schimanski
5d6c25854e
apiextensions: add structural schema -> go-openapi schema conversion
2019-05-10 17:41:32 +02:00
Kubernetes Prow Robot
21bec91e89
Merge pull request #76659 from S-Chan/stephen_chan--lazy_initialize_signal_handling
...
Lazily initialize signal handling for hyperkube apiserver and kubelet
2019-05-10 08:35:59 -07:00
David Eads
d503cba375
improve e2e namespace dumping on failure
2019-05-10 10:11:24 -04:00
Marek Counts
2b69699f67
updated phase runner to enable custom arg validation
...
currently sub phases cannot have custom arg validation and container commands can have args.
This removes phase container commands from taking args and enables custom args on the leaf phases
2019-05-10 09:19:47 -04:00
W. Trevor King
96b04bfeac
test/e2e/upgrades/apps/job: List Pods in failure message
...
Currently, this test can fail with the not-very-helpful [1,2]:
fail [k8s.io/kubernetes/test/e2e/upgrades/apps/job.go:58]: Expected
<bool>: false
to be true
Since this test is the only CheckForAllJobPodsRunning consumer, and
has been since CheckForAllJobPodsRunning landed in 116eda0909
(Implements an upgrade test for Job, 2017-02-22, #41271 ), this commit
refactors the function to EnsureJobPodsRunning, dropping the opaque
boolean, and constructing a useful error summarizing the divergence
from the expected parallelism and the status of listed Pods.
Thanks to Maciej Szulik for the fixups [3] :).
[1]: https://storage.googleapis.com/origin-ci-test/logs/release-openshift-origin-installer-e2e-aws-upgrade/1434/build-log.txt
[2]: https://bugzilla.redhat.com/show_bug.cgi?id=1708454#c0
[3]: https://github.com/wking/kubernetes/pull/1
2019-05-10 06:09:36 -07:00
loic le dru
61731dd1d1
e2e-test logf instead framework.logf
2019-05-10 14:18:55 +02:00
Davanum Srinivas
56abfb5b01
Update beorn7/perks to Fix off-by-one error for small sample sizes
...
Change-Id: I444b345743251a13252321df0f385503a4271234
2019-05-10 08:15:22 -04:00
Kubernetes Prow Robot
bf79c7c7ee
Merge pull request #77719 from feiskyer/fix-service-tag
...
Fix some service tags not supported issues for Azure LoadBalancer service
2019-05-10 03:45:58 -07:00
Kubernetes Prow Robot
8fecbd8eca
Merge pull request #77726 from sttts/sttts-structural-schema-sort-errors
...
apiextensions: always sort structural schema violations, not only in condition
2019-05-10 02:17:59 -07:00
Dr. Stefan Schimanski
d74a9a9da6
apiextensions: disallow metadata specs other than name and generateName
2019-05-10 10:54:50 +02:00
Dr. Stefan Schimanski
9c3af43c84
apiextensions: add structural schema visitor
2019-05-10 10:38:09 +02:00
Dr. Stefan Schimanski
8f6619bc21
apiextensions: always sort structural schema violations, not only in condition
2019-05-10 09:37:54 +02:00
Thomas Hartland
081ec69386
Abort node initialization if cloud taint was already removed
...
If node events are received at a faster rate than they
can be processed then initialization for some nodes will
be delayed. Once they are eventually processed their cloud taint
is removed, but there may already be several update events
for those nodes with the cloud taint still on them already
in the event queue. To avoid re-initializing those nodes,
the cloud taint is checked for again after requesting
the current state of the node. If the cloud taint is no
longer on the node then nil is returned from the
RetryOnConflict, as an error does not need to be logged.
The logging for a successful initialization is also
moved inside the RetryOnConflict so that the early nil
return does not cause the aborted initialization to be
logged as a success.
2019-05-10 09:26:16 +02:00