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
Kubernetes Prow Robot
b9ccdd2824
Merge pull request #77598 from danielqsj/unreserve
...
Add Un-reserve extension point for the scheduling framework
2019-05-09 23:37:57 -07:00
danielqsj
629ec7e113
replace test error checking with more readable way
2019-05-10 13:58:09 +08:00
danielqsj
1058877fbf
remove dot imports in e2e/storage
2019-05-10 13:56:26 +08:00
danielqsj
8a6fede9e6
remove dot imports in e2e/storage/vsphere
2019-05-10 13:56:16 +08:00
danielqsj
997648a923
Add Un-reserve extension point for the scheduling framework
2019-05-10 13:19:22 +08:00
andyzhangx
00c972ce87
add source in azure metrics
...
add source in azure metrics
revert back zz_generated.conversion.go
2019-05-10 05:16:10 +00:00
Kubernetes Prow Robot
32b37f5a85
Merge pull request #77704 from khenidak/legacy-cloud-providers-test
...
add legacy cloud providers unit tests to `make test`
2019-05-09 21:44:36 -07:00
Kubernetes Prow Robot
ee19c1ecef
Merge pull request #77636 from MikeSpreitzer/fix77634
...
Made the comment on SharedInformer give a complete description
2019-05-09 21:44:24 -07:00
Kubernetes Prow Robot
bb00054b9c
Merge pull request #77578 from jpbetz/admission-integration-filter
...
Fix admission webhook integration tests to filter out controller requests
2019-05-09 21:44:11 -07:00
Kubernetes Prow Robot
124926fba2
Merge pull request #77306 from bjhaid/cleanup_controller_manager
...
Clean up controller-manager.
2019-05-09 21:43:57 -07:00
Stephen Chan
7cbe2d6c5f
move signal handling for hyperkube apiserver and kubelet commands out of hyperkube main command
2019-05-09 21:27:44 -07:00
Pengfei Ni
5b39671012
Fix some service tags not supported issues for Azure LoadBalancer service
2019-05-10 11:24:13 +08:00
Kubernetes Prow Robot
1a162790f6
Merge pull request #77659 from imazik/master
...
Update client-go example README.md (fix typo)
2019-05-09 20:14:10 -07:00
Kubernetes Prow Robot
5184b866d6
Merge pull request #77424 from MrHohn/gce-manifest-owners
...
Add OWNERS file for gce/manifests
2019-05-09 20:13:57 -07:00