Jordan Liggitt
38ec458703
Test webhooks with and without watch cache enabled
2019-08-07 00:45:25 -04:00
Kubernetes Prow Robot
64a67184ce
Merge pull request #80654 from spiffxp/promote-taint-e2e-tests
...
Promote taint-based eviction e2e tests to Conformance
2019-08-06 21:05:43 -07:00
Kubernetes Prow Robot
1a01d10f5f
Merge pull request #80590 from alculquicondor/refactor/configurator-pod
...
Remove Configurator interface
2019-08-06 21:05:31 -07:00
Kubernetes Prow Robot
a07992436d
Merge pull request #80412 from hex108/concurrent_read_write
...
Add doc that plugins in bind cycle should not use scheduler NodeInfoSnapshot
2019-08-06 21:05:18 -07:00
Kubernetes Prow Robot
e5862e74be
Merge pull request #80321 from Moriadry/feature/vendor-codedellemc
...
vender upgrade codedellemc/goscaleio to release v0.1.0
2019-08-06 21:05:05 -07:00
Kubernetes Prow Robot
a197cc6174
Merge pull request #78610 from jpbetz/admission-trace
...
Add trace to webhook invocations
2019-08-06 21:04:52 -07:00
Songjoy
eb30b3d41d
modify the spelling errors
...
fix escluding to excluding
2019-08-07 10:38:20 +08:00
Kenichi Omichi
de66a736e8
Reduce indents of resource_usage_gatherer
...
test/e2e/framework/resource_usage_gatherer contained much indents
and they can be reduced with `continue` for code readability.
2019-08-07 01:23:18 +00:00
Kubernetes Prow Robot
7f1ae0e32d
Merge pull request #80105 from ASankaran/dockershim-linux
...
Add ImageFSInfo, ContainerStats, and ListContainerStats impl for linux to dockershim
2019-08-06 18:14:51 -07:00
Arvinderpal Wander
a0da7a1d89
kubeadm e2e networking test for dual-stack podSubnet check.
2019-08-06 17:42:36 -07:00
John Belamaric
60a51ce020
Promote NodePort service creation e2e test to conformance
2019-08-06 16:23:40 -07:00
Zihong Zheng
8d84a1ea76
[e2e] Add verbose to reachability test commands
2019-08-06 15:27:57 -07:00
leigh capili
cc46849212
Implement CodecFactoryOptions allowing clients to opt-in to Pretty encoders and Strict Decoders ( #76805 )
...
* Implement CodecFactoryOptions allowing clients to opt-in to Pretty encoders and Strict Decoders
This patch introduces a new CodecFactory constructor that's capable of building different collections of Serializers.
Note that this diverges from the current design where an initialized CodecFactory is a kitchen sink holding many forms of useful Serilaizers in a non-customizeable way.
This approach is a suggested solution from this thread:
https://groups.google.com/d/msg/kubernetes-sig-api-machinery/R4Iiz3rOYd0/O6aX15_AAQAJ
A universal, defaulting, strict decoder is needed for Component Config efforts.
Future work aims to make strict behavior the default -- right now it's not implemented in a way that is performant enough for the apiserver.
This patch adds a deprecation notice for `NewCodecFactory()`.
For now, uses of this public constructor remain unchanged, and the tests are still exercising it.
It's been modified, however, to simply wrap the `WithOptions` version.
* Extend NewCodecFactory() signature with options mutators
When no mutators are passed, the legacy behavior is implemented.
This allows code to continue using NewCodecFactory() without modifications.
This also reverts the deprecation notice from the previous commit.
* Make Pretty always default and remove public WithOptions constructor
* Reduce []serializerType{} patch
* Test Strict CodecFactory option when enabled/disabled
* Fix CodecFactoryOptions nits
2019-08-06 14:58:51 -07:00
Jordan Liggitt
a8918405e6
Scope e2e webhooks to avoid cross-test interference
2019-08-06 16:44:11 -04:00
Mark Janssen
bc15318774
Add security notices to changelogs
...
For releases v1.13.9, v1.14.5 and v1.15.2.
2019-08-06 22:16:49 +02:00
Kubernetes Prow Robot
663796e624
Merge pull request #78345 from obitech/fix_golint_pkg_kubelet_stats_client
...
Fix golint pkg/kubelet/stats/client.go
2019-08-06 13:14:49 -07:00
Mark Janssen
231d2a9617
Fix golint failures of pkg/registry/core/event
2019-08-06 21:13:55 +02:00
Kubernetes Prow Robot
6049253aae
Merge pull request #80945 from tedyu/uncond-validate
...
Validate CSI Inline Migration unconditionally
2019-08-06 11:11:55 -07:00
Davanum Srinivas
adbd1800c8
Drop cloud-controller-manager artifacts from k/k release
2019-08-06 13:51:27 -04:00
Ted Yu
bb77aa7a63
Validate CSI Inline Migration unconditionally
2019-08-06 08:33:31 -07:00
Kubernetes Prow Robot
7c23e1a4ac
Merge pull request #80885 from draveness/feature/update-framework-logger
...
fix: Use %q instead of %v in the scheduling framework
2019-08-06 08:15:55 -07:00
Kubernetes Prow Robot
521b5c3fed
Merge pull request #80994 from verult/csi-deregistration-loglevel
...
Bump log level of CSI driver de-registration to match registration handler
2019-08-06 06:06:09 -07:00
Kubernetes Prow Robot
345e58b434
Merge pull request #75071 from mkimuram/issue/74552e2e
...
Fix volume reconstruction and add e2e tests
2019-08-06 06:05:55 -07:00
AllenZMC
e9da014de9
fix typos in create_namespace.go
2019-08-06 20:45:12 +08:00
Kubernetes Prow Robot
16d9a659da
Merge pull request #80837 from rmweir/use-default-skuname
...
Use default skuname shared Azure Disk
2019-08-06 03:11:55 -07:00
Kubernetes Prow Robot
1220a8ae92
Merge pull request #80995 from zgfh/patch-8
...
cleanup: fix log message error in test case
2019-08-06 01:03:54 -07:00
Kubernetes Prow Robot
b29e187a45
Merge pull request #80992 from dzzg/patch-1
...
cleanup: fix typo "contstruct" -> "construct"
2019-08-05 23:44:07 -07:00
Kubernetes Prow Robot
b1ffa38136
Merge pull request #80356 from liangxia/fix-example-url
...
Fix example urls
2019-08-05 23:43:54 -07:00
Jun Gong
a2f178ecd7
Refine TestFilterPlugin
2019-08-06 13:41:32 +08:00
moriadry
4b8080dda8
Fix error collides with imported package name
...
Fix error collides with imported package name
fix
fix
2019-08-06 12:20:29 +08:00
alan
cd2ecefb80
kubeadm: fix name of CA spell error
2019-08-06 12:01:28 +08:00
Kubernetes Prow Robot
65e5439faf
Merge pull request #80991 from davidz627/fix/testMani
...
Add davidz627 to testing manfiests csi owners
2019-08-05 19:58:28 -07:00
Kubernetes Prow Robot
3fdf5cf2ac
Merge pull request #80879 from ravisantoshgudimetla/fix-taint-manager
...
Wait for pods to be running before eviction starts
2019-08-05 19:58:07 -07:00
Kubernetes Prow Robot
da4248602d
Merge pull request #80516 from adelina-t/refactor_kubectl_test
...
Refactor kubectl retrieve logs test to use agnhost
2019-08-05 19:57:53 -07:00
Kubernetes Prow Robot
4d337d2d32
Merge pull request #80990 from davidz627/fix/pdDriverMani
...
Bump GCE PD CSI Driver testing manifests to v0.5.2-gke.0 for volume limits fix
2019-08-05 18:18:44 -07:00
Kubernetes Prow Robot
da30406a9d
Merge pull request #80966 from neolit123/1.16-cleanup-file-discovery
...
kubeadm: use EnsureCertificateAuthorityIsEmbedded() for file discovery
2019-08-05 18:18:32 -07:00
Kubernetes Prow Robot
1bc3d1abde
Merge pull request #80866 from ethan-daocloud/dev-ethan-csi-log
...
cleanup: remove package csi duplicated error log
2019-08-05 18:18:19 -07:00
Kubernetes Prow Robot
f18d1ad6c1
Merge pull request #80821 from damemi/duplicate-e2e
...
Remove duplicate scheduler anti-affinity preemption e2e
2019-08-05 18:18:06 -07:00
Kubernetes Prow Robot
f2cfc160ef
Merge pull request #80273 from tallclair/endpoints
...
Don't delete service endpoints when a generic error occurs
2019-08-05 18:17:54 -07:00
Matthew Wong
bd42e728a8
Return error returned by CSINode Get if initialization failed
2019-08-05 23:01:50 +00:00
Alan
11e333474e
cleanup: fix log message error in test case
2019-08-06 07:00:05 +08:00
Cheng Xing
da64ca0c54
Bumped log level of CSI driver de-registration to match registration handler
2019-08-05 15:55:28 -07:00
dzzg
cd57039927
cleanup: fix typo "contstruct" -> "construct"
2019-08-06 06:22:46 +08:00
Kubernetes Prow Robot
b409073e99
Merge pull request #80496 from alejandrox1/e2e-framework-import-restrictions
...
Added import restrictions file to e2e framework
2019-08-05 15:08:43 -07:00
Kubernetes Prow Robot
decdf8891f
Merge pull request #80460 from mrkm4ntr/pvc-class-name
...
Use v1helper.GetPersistentVolumeClaimClass for compatibility
2019-08-05 15:08:30 -07:00
Kubernetes Prow Robot
1fcd3d6bac
Merge pull request #80369 from jsafrane/dswp-error
...
Propagate errors from DSW to pod events
2019-08-05 15:08:16 -07:00
Kubernetes Prow Robot
9e735d6b27
Merge pull request #79443 from tedyu/taint-mgr-name
...
Simplify checking in getMinTolerationTime
2019-08-05 15:08:03 -07:00
Kubernetes Prow Robot
cea34cc1a5
Merge pull request #75303 from obitech/fix_golint_failures_pkg_kubelet
...
Fix golint failures in some pkg/kubelet packages
2019-08-05 15:07:50 -07:00
David Zhu
f5e95d1897
Add davidz627 to testing manfiests csi owners
2019-08-05 14:04:22 -07:00
Kubernetes Prow Robot
74c0cc2790
Merge pull request #80951 from neolit123/1.16-sched-auth
...
kubeadm: enable secure serving for the kube-scheduler
2019-08-05 13:36:29 -07:00