Kubernetes Prow Robot
f455a143df
Merge pull request #91259 from ii/heyste-create-delete-core-v1-collection-namespaced-pod-template-test
...
Create deleteCoreV1CollectionNamespacedPodTemplate test+promote - +1 endpoint coverage
2020-06-16 13:46:04 -07:00
Kubernetes Prow Robot
13f1d956ea
Merge pull request #92169 from chendave/perf_nil_pointer
...
scheduler_perf: fix the nil pointer dereference
2020-06-16 10:06:04 -07:00
Kubernetes Prow Robot
0a1e58913c
Merge pull request #92123 from YangLu1031/improveStackdriverInstallation
...
Stabilize StackdriverLogging installation
2020-06-16 04:04:05 -07:00
Kubernetes Prow Robot
73fa63a86d
Merge pull request #92035 from danwinship/unmark-before-masq
...
kubelet, kube-proxy: unmark packets before masquerading them
2020-06-16 00:50:03 -07:00
Kubernetes Prow Robot
b2247906a4
Merge pull request #92156 from claudiubelu/test-images/jessie-dnsutils-fix
...
test images: Adds --force-yes when installing jessie-dnsutils packages
2020-06-15 23:26:27 -07:00
Kubernetes Prow Robot
b0af921e80
Merge pull request #92060 from lemonli/fix/dns-horizontal-autoscaler
...
update version to 1.8.1 in addon dns-horizontal-autoscaler.yaml
2020-06-15 23:26:18 -07:00
Kubernetes Prow Robot
fd61c3149c
Merge pull request #91608 from yuzhiquan/feature-implement-json-logformat
...
Feature implement json logformat
2020-06-15 23:26:03 -07:00
Dave Chen
ae735a1189
scheduler_perf: fix the nil pointer dereference
...
Signed-off-by: Dave Chen <dave.chen@arm.com>
2020-06-16 13:23:05 +08:00
Yang Lu
0239a7d857
Stabilize stackdriver installation
2020-06-15 18:50:25 -07:00
Kubernetes Prow Robot
1c11ff7a26
Merge pull request #92107 from Huang-Wei/fake-artifacts-refactor
...
Move scheduler fake artifacts to pkg/scheduler/testing
2020-06-15 18:14:34 -07:00
Kubernetes Prow Robot
84799c47bf
Merge pull request #92009 from Huang-Wei/postfilter-impl-1
...
[postfilter-impl-1] Refactor scheduler preempt interface
2020-06-15 18:14:24 -07:00
Kubernetes Prow Robot
fbc78f53b7
Merge pull request #91590 from knight42/fix/repair-node-port
...
fix(service::repair): accept same nodePort with different protocols
2020-06-15 18:14:10 -07:00
Kubernetes Prow Robot
dbef5e3e31
Merge pull request #88998 from zhouya0/kubectl_apply_generate_name_error_message
...
Add kubectl apply generate name error message
2020-06-15 18:13:56 -07:00
Dan Winship
c12534d8b4
kubelet, kube-proxy: unmark packets before masquerading them
...
It seems that if you set the packet mark on a packet and then route
that packet through a kernel VXLAN interface, the VXLAN-encapsulated
packet will still have the mark from the original packet. Since our
NAT rules are based on the packet mark, this was causing us to
double-NAT some packets, which then triggered a kernel checksumming
bug. But even without the checksum bug, there are reasons to avoid
double-NATting, so fix the rules to unmark the packets before
masquerading them.
2020-06-15 18:45:38 -04:00
Kubernetes Prow Robot
3be451d4d1
Merge pull request #91936 from SataQiu/fix-update-bazel-20200609
...
Fix bazel BUILD rule and suppress pkg-config errors
2020-06-15 14:18:13 -07:00
Kubernetes Prow Robot
7401f8e2ea
Merge pull request #91927 from wangkai1994/fix/replace_whitelist_to_allowed
...
replace whitelist to allowlist
2020-06-15 14:17:59 -07:00
Wei Huang
dd5db75840
Move scheduler fake artifacts to pkg/scheduler/testing
...
- move some fake artifacts from pkg/scheduler/core to pkg/scheduler/testing so it can be consumed
by core as well as plugin testings
2020-06-15 10:56:06 -07:00
Wei Huang
36c8ecc98c
Refactor scheduler preempt interface
...
- replace error with NodeToStatusMap in Preempt() signature
- eliminate podPreemptor interface and expose its functions statelessly
- move logic in scheduler.go#preempt to generic_scheduler.go#Preempt()
2020-06-15 08:42:00 -07:00
Kubernetes Prow Robot
98f250f883
Merge pull request #91307 from yuga711/attach
...
CSI: Modify VolumeAttachment check to use Informer/Cache
2020-06-15 08:10:10 -07:00
Kubernetes Prow Robot
0535c11381
Merge pull request #90789 from hezhizhen/kubectl_cp
...
Refine extractFileSpec
2020-06-15 08:09:56 -07:00
Kubernetes Prow Robot
9b53b9306e
Merge pull request #92134 from mm4tt/network_revert
...
Revert "fix(e2e): access nodes via test container in LB network tests"
2020-06-15 05:28:37 -07:00
Kubernetes Prow Robot
7ac6b15ee4
Merge pull request #91479 from ZhiFeng1993/ZF--add-comments-in-hack-update-scripts
...
Add usage in some hack/update scripts
2020-06-15 05:28:26 -07:00
Kubernetes Prow Robot
17616aa9cc
Merge pull request #91160 from gaurav1086/kube_aggregator_fix_goroutine_leak
...
kube-aggregator: Fix goroutine leak
2020-06-15 05:28:11 -07:00
Kubernetes Prow Robot
59033b5ee4
Merge pull request #88932 from janosi/sctp-beta
...
Change SCTPSupport default value to true
2020-06-15 05:27:56 -07:00
Kubernetes Prow Robot
1fa20301a0
Merge pull request #92129 from weijiehu/azure_controller_vmss
...
Improves unittest CC for azure_controller_vmss
2020-06-15 01:27:56 -07:00
Mateusz Matejczyk
af00593679
Revert "fix(e2e): access nodes via test container in LB network tests"
...
This reverts commit 708fb6b457
, https://github.com/kubernetes/kubernetes/pull/91559
It looks like the PR has broken other network tests - https://k8s-testgrid.appspot.com/sig-scalability-gce#gce-master-scale-correctness
2020-06-15 08:42:17 +02:00
weijiehu
ddbaa0c973
Improves unittest CC for azure_controller_vmss
2020-06-14 23:13:28 -07:00
Kubernetes Prow Robot
15e95e4896
Merge pull request #92113 from v-xuxin/enrich-unit-test
...
Enrich the unit tests for azure_instances
2020-06-14 18:54:10 -07:00
Kubernetes Prow Robot
29f96dfa2d
Merge pull request #92063 from jingxu97/June/docker
...
Add WINDOWS_CONTAINER_RUNTIME env variable and set default to docker for windows node
2020-06-14 18:53:56 -07:00
SataQiu
2281e57e2c
fix bazel BUILD rule and suppress pkg-config errors
...
Signed-off-by: SataQiu <1527062125@qq.com>
2020-06-14 17:47:08 +08:00
Kubernetes Prow Robot
e6214389ca
Merge pull request #91975 from wking/to-success-typo
...
test/e2e/framework/pods: Fix "to success" -> "to succeed"
2020-06-14 02:07:55 -07:00
yuzhiquan
a0f808f4d8
add json logger format
...
add unit test case
add benchmark test case
fix staticcheck, and response for review comment
remove unnecessary variable
add test case for non-string field or zap-field, refactor code
update vendor
2020-06-14 12:33:09 +08:00
Kubernetes Prow Robot
35fc65dc2c
Merge pull request #89998 from Nordix/issue-89923
...
Filter nodePortAddresses to proxiers
2020-06-13 09:39:55 -07:00
Kubernetes Prow Robot
ded1f58779
Merge pull request #90911 from divyenpatel/vsphere-csi-migration
...
Support for vSphere in-tree volumes migration to vSphere CSI driver
2020-06-13 04:25:55 -07:00
v-xuxin
0056f09792
Enrich the unit tests for azure_instances
2020-06-13 09:30:40 +00:00
Kubernetes Prow Robot
f66af1062d
Merge pull request #92106 from BenTheElder/bump-image
...
bump agnhost version to match fully
2020-06-13 00:34:22 -07:00
Kubernetes Prow Robot
0703d68448
Merge pull request #92075 from jingyih/update_etcd_client_3p4p9
...
Update etcd client to v3.4.9
2020-06-13 00:34:10 -07:00
Kubernetes Prow Robot
79960095dd
Merge pull request #91124 from barney-s/update_win_sd
...
Bump Stackdriver version to 1.11
2020-06-13 00:33:56 -07:00
Kubernetes Prow Robot
a3978d0df4
Merge pull request #90823 from smarterclayton/service_load_balancer
...
Service load balancers should include unschedulable nodes
2020-06-12 22:03:57 -07:00
Kubernetes Prow Robot
0d82da429c
Merge pull request #90167 from claudiubelu/test-images/owner-files-part-3
...
test images: Adds OWNERS files for images (part 3)
2020-06-12 19:53:56 -07:00
knight42
136849728c
address comments
2020-06-13 09:30:20 +08:00
Jing Xu
953597134b
Add WINDOWS_CONTAINER_RUNTIME env vairable
...
Now the default value of container runtime for linux is changed to
containerd. However, containerd is not ready to be used in Windows node.
THis PR adds a new env varabile to handle container runtime setup for
windows nodes. This way, linux and windows can set up their owe container runtime.
By default, linux uses containerd while windows uses dockerd
2020-06-12 17:22:12 -07:00
Kubernetes Prow Robot
7151131d79
Merge pull request #73032 from liggitt/kubectl-warning
...
surface server-side warnings in client-go / kubectl
2020-06-12 17:09:56 -07:00
Benjamin Elder
c57e39f664
bump agnhost version to match fully
2020-06-12 15:44:15 -07:00
Kubernetes Prow Robot
2402bfd4bc
Merge pull request #91997 from aramase/floating-ipv6
...
azure: enable floating IP for IPv6 LB
2020-06-12 14:27:55 -07:00
Claudiu Belu
30f529c57f
test images: Adds --force-yes when installing jessie-dnsutils packages
...
Currently, the jessie-dnsutils image fails to build for arm64 arch with the following
error:
GPG error: http://archive.debian.org jessie Release: The following signatures were invalid: KEYEXPIRED 1587841717
We can bypass this issue by adding a --force-yes flag when installing the needed dnsutils.
2020-06-12 14:22:28 -07:00
Kubernetes Prow Robot
27c70773ad
Merge pull request #91978 from nilo19/cleanup/enrich-azure-blobdiskcontroller-tests
...
Azure: Enrich unit tests for azure.go and azure_blobDiskController.go.
2020-06-12 10:48:24 -07:00
Kubernetes Prow Robot
0adf8a48e0
Merge pull request #91789 from MHBauer/raise-dockershim-error
...
show error when running dockershim
2020-06-12 10:48:10 -07:00
Kubernetes Prow Robot
1385280afc
Merge pull request #91775 from cofyc/fix91755
...
VolumeBinding: Skip/fail fast in PreFilter phase and improve error reporting
2020-06-12 10:47:56 -07:00
jingyih
fec3aa4a47
Pin go.etcd.io/etcd to 3.4.9 and rebuild vendor
2020-06-12 08:43:10 -07:00