Commit Graph

76869 Commits (a2ec981f67360f5dace19bd3afa3b120da170484)

Author SHA1 Message Date
Kubernetes Prow Robot ca7b6129d5
Merge pull request #76057 from atoato88/fix-golint-e2e-framework-r
Fix golint failures of e2e/framework/r*.go
2019-04-04 21:07:29 -07:00
Kubernetes Prow Robot ef5094c391
Merge pull request #75891 from tallclair/debian-owners
Update debian base image OWNERS
2019-04-04 21:07:17 -07:00
Kubernetes Prow Robot 73c1e35491
Merge pull request #76174 from msau42/slow-e2es
Mark slow storage e2es
2019-04-04 19:37:19 -07:00
Vallery Lancey 3c9989258a Fixed --cleanup-ipvs help text 2019-04-04 18:35:24 -07:00
Michelle Au ce7ac63916 Mark slow storage e2es 2019-04-04 18:01:22 -07:00
leigh capili 47e52d2981 Refactor loops over SupportedMediaTypes() where mediaType is used to match a single SerializerInfo{}
We have an existing helper function for this:  runtime.SerializerInfoForMediaType()

This is common prep-work for encoding runtime.Objects into JSON/YAML for transmission over the wire or writing to ComponentConfigs.
2019-04-04 19:01:01 -06:00
Kubernetes Prow Robot 8660288acd
Merge pull request #76034 from mkimuram/issue/75775
Restore volume tests using statefulset
2019-04-04 17:48:07 -07:00
Kubernetes Prow Robot df646dfed8
Merge pull request #76032 from bclau/tests/agnhost-image
tests: Adds agnhost image
2019-04-04 17:47:55 -07:00
Kubernetes Prow Robot f25fa0e9e1
Merge pull request #75750 from msau42/metrics
Improve volume operation metrics
2019-04-04 17:47:43 -07:00
Kubernetes Prow Robot 529cd2c674
Merge pull request #74649 from draveness/patch-1
fix: typo in stateful_set_control
2019-04-04 17:47:31 -07:00
Kubernetes Prow Robot dc1ff116dc
Merge pull request #74220 from tedyu/master
Aggregate errors for kube runtime GC
2019-04-04 17:47:19 -07:00
Vallery Lancey a12e98a3b8 Revert "Fixed old function signature in kube-proxy tests."
This reverts commit 29ba1b0372.
2019-04-04 17:09:39 -07:00
Vallery Lancey eff9b4036e Revert "Deprecated --cleanup-ipvs flag in kube-proxy"
This reverts commit 4f1bb2bd2f.
2019-04-04 16:59:05 -07:00
Ke Wu 925dc7f2e0 Fix empty array expansion error in cluster/gce/util.sh
Empty array expansion causes "unbound variable" error in
bash 4.2 and bash 4.3.
2019-04-04 16:46:58 -07:00
Tim Hockin f8a7936894 Add better logging when iptables-restore fails 2019-04-04 16:34:10 -07:00
Kubernetes Prow Robot 1c105e1629
Merge pull request #75624 from yuwenma/gce-manifest
[Distroless] Convert the GCE manifests for master containers.
2019-04-04 16:21:19 -07:00
Tim Allclair 10d8d2f974 Update debian base image OWNERS 2019-04-04 15:54:37 -07:00
Benjamin Elder d3c405c7c3 add bentheelder to hack/ approvers 2019-04-04 15:23:52 -07:00
Chao Xu ce0cd866c0 followup https://github.com/kubernetes/kubernetes/pull/76050#discussion_r271540758 2019-04-04 14:38:26 -07:00
Akihito INOH fad1ebc45f Fix golint failures of e2e/framework/v*.go
This fixes golint failures of the following file:
- test/e2e/framework/volume_util.go

This changes following file because of change function name
in above file.
- test/e2e/storage/testsuites/volumes.go
2019-04-05 06:16:13 +09:00
Kubernetes Prow Robot 312c8ccb69
Merge pull request #76149 from liggitt/pin-fixup
Make pin-dependency.sh work with things other than docker
2019-04-04 13:21:30 -07:00
Kubernetes Prow Robot d18dae53a5
Merge pull request #75432 from draveness/feature/use-devnull-instead-of-stdin
feat: use ignore instead of stdin in genyaml cmd
2019-04-04 13:21:18 -07:00
Vallery Lancey 29ba1b0372 Fixed old function signature in kube-proxy tests. 2019-04-04 13:09:15 -07:00
Vallery Lancey 4f1bb2bd2f Depricated --cleanup-ipvs flag in kube-proxy 2019-04-04 12:51:36 -07:00
Nikhita Raghunath 8a6449d16f Update deepcopy files with fixed distinction between 1st and 2nd comment block
Ref: https://github.com/kubernetes/kubernetes/pull/71027
2019-04-05 01:03:12 +05:30
Michelle Au 2379c9896a Enable topology in pd driver e2es 2019-04-04 11:54:54 -07:00
Masaki Kimura b474b28f7b Use framework.ExpectNoError() for rest of under test/e2e/storage 2019-04-04 18:51:51 +00:00
Masaki Kimura f2e39e42b8 Use framework.ExpectNoError() for test/e2e/storage/persistent_volumes.go 2019-04-04 18:42:36 +00:00
Masaki Kimura 15188268b4 Restore volume tests using statefulset 2019-04-04 18:42:36 +00:00
Nikhita Raghunath 2095ac9b06 bump(k8s.io/gengo): f8a0810f38afb8478882b3835a615aebfda39afa 2019-04-04 23:50:06 +05:30
Yuwen Ma af2659527f [Distroless] Convert the GCE manifests for master containers.
* Touched containers: kube-apiserver, kube-scheduler,
kube-controller-manager.
* Remove the shell dependencies when upstart the containers.
* Reformat the command parameters to ["Exec", "Param1", "Param2"]
2019-04-04 11:16:23 -07:00
Kubernetes Prow Robot 98e41b7038
Merge pull request #76118 from qingsenLi/k8s190404-delete-const
delete some unused consts in kubeadm/app/constants/constants.go
2019-04-04 09:30:52 -07:00
Jordan Liggitt f5ea2344ae generated 2019-04-04 12:06:45 -04:00
Jordan Liggitt 86f29e210b Clean up generated file warnings, add recursive dependency detection 2019-04-04 12:06:45 -04:00
Manjunath A Kumatagi 175dcdb3d6 Use multi-arch etcd image 2019-04-04 08:35:57 -07:00
Maciej Szulik 019d16d8b7
Fix TestCreateDisk by sorting tags
Mock requires stable input, and in CreateDisk we invoke buildTags which uses
a map to create tags, which then get converted into an array. This leads to
unstable sorting order which confuses mock. Sorted tags are not needed in
regular code, but are a must in tests.
2019-04-04 17:32:06 +02:00
Kubernetes Prow Robot 4da579b68a
Merge pull request #71049 from booxter/expose-tracker-for-fake-simpleclientset
Expose object tracker for fake clientsets
2019-04-04 08:02:54 -07:00
fansong.cfs b304a1f96d add timeout suuport for watch 2019-04-04 21:49:37 +08:00
Jordan Liggitt 892ad8b449 Make pin-dependency.sh work with things other than docker 2019-04-04 09:20:55 -04:00
Lubomir I. Ivanov 76906dd738 test: partially decouple from cmd/kubeadm
The test package imports cmd/kubeadm, which is far from ideal.
There are a couple of reasons for the import:
1) Marshaling of Ingress from api/extensions/v1beta1.

To fix that include a local function in e2e/manifest/manifest.go
that does that same as the kubeadm MarshalToYaml.

2) Using PKI helper function in apimachinery and auth tests.

To fix that include a new file under test/utils/pki_helpers.go
that only contains the required helpers instead of including the whole
kubeadm pkiutil package.

There is another related problem:
e2e_node/e2e_node_suite_test.go includes:
k8s.io/kubernetes/cmd/kubeadm/app/util/system

But this has to be done in a follow up.
2019-04-04 15:41:28 +03:00
Kubernetes Prow Robot 4d380ee279
Merge pull request #76117 from SataQiu/fix-golint-test-20190404
Fix some golint failures of e2e_kubeadm/bootstrap_signer.go e2e_kubeadm/framework.go
2019-04-04 05:30:52 -07:00
qingsenLi ccac84c12b delete some unused consts in kubeadm/app/constants/constants.go 2019-04-04 19:54:51 +08:00
Kubernetes Prow Robot 79a8827c37
Merge pull request #76108 from MrHohn/svc-controller-sync-name
Rename createLoadBalancerIfNeeded() to syncLoadBalancerIfNeeded()
2019-04-04 00:41:27 -07:00
Kubernetes Prow Robot 3e7134891f
Merge pull request #76099 from yujuhong/disable-stackdriver
GCE/Windows: disable stackdriver logging agent
2019-04-04 00:41:14 -07:00
Kubernetes Prow Robot eee8af93ba
Merge pull request #75622 from jonsabo/ssetresync
Remove resync period for sset controller
2019-04-04 00:41:02 -07:00
Kubernetes Prow Robot f1acf4ad94
Merge pull request #75514 from tedyu/master
Use go idiomatic to replace loop
2019-04-04 00:40:50 -07:00
SataQiu 4a200a2222 replace repeated values with a constant 2019-04-04 12:42:26 +08:00
Akihito INOH c8f933c591 Fix golint failures of e2e/framework/r*.go
This fixes golint failures of the following files:
- test/e2e/framework/resource_usage_gatherer.go
- test/e2e/framework/rs_util.go
2019-04-04 13:15:44 +09:00
Kubernetes Prow Robot c2877f862a
Merge pull request #76091 from andrewsykim/external-resizer-rbac
external-resizer in e2e tests should have access to leases
2019-04-03 21:07:36 -07:00
Kubernetes Prow Robot 4e728efbd6
Merge pull request #76087 from sttts/sttts-fail-feature-gate-errors
Handle feature gate errors
2019-04-03 21:07:24 -07:00