Commit Graph

78949 Commits

Author SHA1 Message Date
nolancon
b7f6b8f8f1 Updated unit test for socketmask 2019-05-28 05:00:04 +01:00
Haowei Cai
9808fa3d6c mitigate test flake when kubectl e2e and crd-openapi e2e run in parallel 2019-05-27 12:59:11 -07:00
yameiwang
81d25371e8 fix typo in helpers_test.go 2019-05-28 03:29:38 +08:00
qingsenLi
f98bbdec32 fix a little spelling error 2019-05-28 01:38:44 +08:00
Dr. Stefan Schimanski
3ccb26c3bb apiextensions: fix metrics double registration during tests 2019-05-27 19:32:55 +02:00
Dr. Stefan Schimanski
33e95bc185 apiextensions: add conversion pruning tests 2019-05-27 19:32:55 +02:00
Dr. Stefan Schimanski
26366255fc apiextensions: run conversion tests also with preserveUnknownFields=false 2019-05-27 19:32:55 +02:00
Dr. Stefan Schimanski
d87de1a903 apiextensions: prune all GVKs in serializer 2019-05-27 19:32:55 +02:00
Anago GCB
50fb78b90b Update CHANGELOG-1.12.md for v1.12.9. 2019-05-27 17:26:49 +00:00
yanghaichao12
66aa7c973d delete unused code in proxier_test 2019-05-27 10:39:43 -04:00
Yago Nobre
0a005e3dac
Add kubeadm certificate-key command 2019-05-27 11:29:31 -03:00
Beata Skiba
cd6cc65236 Addon resizer version 1.8.5
Rebases addon-resizer to distroless
2019-05-27 15:12:29 +02:00
Kubernetes Prow Robot
f780ac028b
Merge pull request #78292 from JieJhih/scheduling/code
use iota instead assign value to constants
2019-05-27 05:03:53 -07:00
qingsenLi
62dea14351 fix klog format error 2019-05-27 18:05:09 +08:00
Tobias Hintze
8829efaeb0
Allow trailing dot for service.spec.externalName 2019-05-27 11:28:07 +02:00
Maysa Macedo
b6f73bc82a Increase coverage for e2e Network Policy tests 2019-05-27 02:59:56 -04:00
Di Xu
f715d41635 fix bug for regular empty file 2019-05-27 14:35:24 +08:00
nolancon
283dff9335 Update SocketMask based on feedback
TODO: Unit tests to be updated
2019-05-27 07:19:03 +01:00
Kubernetes Prow Robot
da31c50da1
Merge pull request #78304 from mysunshine92/fix-workflow
kubeadm: fix typos in  code comments
2019-05-26 21:17:49 -07:00
toyoda
028cd65db9 fix golint failure in e2e/common/[p-r]* 2019-05-27 08:57:02 +09:00
Kaleo
e672fb6b6a Fix golint issue in pkg/apis/abac/latest 2019-05-26 16:30:35 +08:00
Rael Garcia Arnes
b5d6b9e326 Add go-bindata dependency installation 2019-05-26 07:50:28 +00:00
andyzhangx
e65fba6499 Add support for Azure Disk to csi-translation-lib
rename to azure_disk

add more translation fields

fix typo
2019-05-26 02:50:29 +00:00
Dr. Stefan Schimanski
ee4f1847f5 Update generated files 2019-05-26 00:28:07 +02:00
Dr. Stefan Schimanski
faa24b2b38 apiextensions: move conversion tests into own package 2019-05-26 00:28:07 +02:00
Dr. Stefan Schimanski
b83be57435 apiextensions: port conversion e2e tests to integration 2019-05-26 00:24:47 +02:00
Dr. Stefan Schimanski
8a6d14afc8 apiextensions: fix non-trivial conversion integration test
This adds a third version v1alpha1 which has the same schema as v1beta1. Moreover, v1beta1 becomes the storage version. Hence, we can do noop webhook conversion from v1alpha1 to v1beta1 and back.
2019-05-26 00:24:44 +02:00
Dr. Stefan Schimanski
743f0e6cc2 apiextensions: always fix storage version after tests 2019-05-26 00:24:13 +02:00
Dr. Stefan Schimanski
5b5fea0502 apiextensions: make conversion webhook test server more compositional 2019-05-26 00:24:09 +02:00
Kubernetes Prow Robot
16d33c4985
Merge pull request #78042 from oomichi/use-ExpectNoError-common2
Use framework.ExpectNoError() on e2e/common
2019-05-25 13:03:50 -07:00
Kubernetes Prow Robot
eaece39c86
Merge pull request #78323 from tallclair/docker
Add a special-cased runtime handler for dockershim
2019-05-25 09:01:50 -07:00
Dr. Stefan Schimanski
0cafec6608 apiextensions: make integration test server flags available to test code 2019-05-25 17:57:04 +02:00
Dr. Stefan Schimanski
74e62b9a77 apiextensions: fix npe in subresource test 2019-05-25 17:57:04 +02:00
Dr. Stefan Schimanski
cd0b46874a apiextensions: add storage race TODO in CRD conversion e2e test 2019-05-25 17:57:04 +02:00
Kubernetes Prow Robot
9ddc9ccc57
Merge pull request #78233 from SataQiu/clean-up-20190523
cleanup: move the comment to its place
2019-05-24 20:49:27 -07:00
Chao Xu
369314959c generated 2019-05-24 18:14:53 -07:00
Chao Xu
e28a1072d9 Make ListMeta.RemainingItemCount a pointer (*int64) to make sure it's omitted
when serialized to proto.

The SetRemainingItemCount() and GetRemainingItemCount() still takes and
returns an int64 to make developers life easier.
2019-05-24 18:12:55 -07:00
yameiwang
7e1badd7fd fix typo worklow->workflow 2019-05-25 07:05:37 +08:00
yameiwang
23b7d5e606 fix some spelling error 2019-05-25 06:51:31 +08:00
Tim Allclair
19a588eeda Add a special-cased runtime handler for dockershim 2019-05-24 15:30:34 -07:00
Kubernetes Prow Robot
01a5ec3d3d
Merge pull request #78315 from dekkagaijin/mip
specify additional static auth for components by env var
2019-05-24 15:01:29 -07:00
Jake Sanders
5a9af2e0ef specify additional static auth for components by env var 2019-05-24 12:16:40 -07:00
Tim Allclair
c851c480d3 Move to debian-base non-root image 2019-05-24 11:57:43 -07:00
Lantao Liu
f6aa22e9e3 Set containerd oom score adj to -999.
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-05-24 10:36:54 -07:00
andyzhangx
8a45ba1981 fix azure retry issue when return 2XX with error
fix comments
2019-05-24 13:12:30 +00:00
Kubernetes Prow Robot
914f80d671
Merge pull request #78018 from sttts/sttts-go-tools-nm
Fix broken hack/verify-symbols.sh
2019-05-24 05:52:22 -07:00
JieJhih Jhang
823111c0fe use iota instead assign value to constants 2019-05-24 18:45:01 +08:00
Zaalouk, Adel
27f8d363a9 Organize kube-proxy flags 2019-05-24 11:39:01 +02:00
SataQiu
d3a902ff5b e2e refactor: cleanup Logf form framework/util 2019-05-24 16:39:46 +08:00
Dr. Stefan Schimanski
ab6eae3621 hack/verify-symbols: add TrackStorageCleanup from storage testing 2019-05-24 10:20:07 +02:00