Dr. Stefan Schimanski
2c3687c255
apiserver: fix secure serving cast for non-tcp listeners
2020-06-16 13:31:32 +02:00
Kubernetes Prow Robot
0a1e58913c
Merge pull request #92123 from YangLu1031/improveStackdriverInstallation
...
Stabilize StackdriverLogging installation
2020-06-16 04:04:05 -07:00
zhouya0
4b82d5ae08
Remove kubectl run validate replicas logic
2020-06-16 18:22:14 +08:00
gongguan
f3cbfc3f7e
restore event Gone test
2020-06-16 18:11:09 +08:00
gongguan
0f7de876a5
improve Clock as Cacher Config
2020-06-16 15:57:55 +08: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
8f0c329758
cleanup: update invalid comments in plugin of InterPodAffinity
...
Signed-off-by: Dave Chen <dave.chen@arm.com>
2020-06-16 14:11:59 +08: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
knight42
1b32dfdafd
refactor: move kubectl-cp to staging
...
Signed-off-by: knight42 <anonymousknight96@gmail.com>
2020-06-16 11:53:22 +08:00
Benjamin Elder
d65a3b15bf
update agnhost guestbook usage for s/slave/replica/
2020-06-15 20:08:27 -07:00
Alex Wang
02e4060b1b
Computing DisruptedPods of PDB in scheduling preemption
2020-06-16 10:24:55 +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
jingyih
2444f5ecb5
Split etcd version match into two entries
...
To have a separate entry for etcd image.
2020-06-15 13:19:51 -07:00
Samuel Davidson
3958ecb5c7
Fix to configure-kubeapiserver.sh error.
...
It no no longer errors and exits if
env-var OLD_LOAD_BALANCER_IP is undefined.
2020-06-15 11:42:05 -07:00
Kenichi Omichi
f7fb21c394
Add check for blocking tests in e2e framework
...
e2e test framework provides useful functions for implementing e2e tests,
but the framework itself should not contain e2e tests theirself.
This adds hacking check for blocking implementing e2e tests in the
framework.
2020-06-15 18:08:19 +00: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
Lubomir I. Ivanov
94af045324
kubeadm: don't re-add an etcd member if it already exists for "join"
...
If an etcd member with the same address already exists, don't re-add it.
Instead, use the existing member list for creating the "initial cluster"
that is written for this etcd server instance static Pod.
2020-06-15 20:22:13 +03: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
Abu Kashem
e73fa4a186
retry on 'unexpected EOF' error
...
'unexpected EOF' is usually a transient error. client-go request
uses IsProbableEOF to determine whether it is going to retry a
failed request.
2020-06-15 10:40:32 -04:00
Aldo Culquicondor
55242bf3c9
Support kube-scheduler component-config in GCE init scripts
...
Taking precedence over some existing flags.
Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-06-15 09:41:18 -04:00
Javier Diaz-Montes
3538936587
Adding Bazel deps
2020-06-15 08:58:02 -04: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
Mikhail Mazurskiy
609da52afa
Fix data race on config.clientConfig
...
config.clientConfig can have an unlocked read
and a locked write
2020-06-15 21:53:11 +10:00
Kobayashi Daisuke
4ae11dac2e
Replace StartLogging(klog.Infof) with StartStructuredLogging(0)
2020-06-15 17:48:35 +09:00
Kobayashi Daisuke
dcaa8d7126
Add an function for Structured Logging function into EventBroatcaster
2020-06-15 17:48:35 +09:00
Kobayashi Daisuke
ed1b83c6de
Migrate log to klog.InfoS for staging/src/k8s.io/client-go
2020-06-15 17:48:35 +09:00
Antonio Ojea
27d32661c2
e2e conntrack tests
...
deflake current e2e test
"should be able to preserve UDP traffic when server pod cycles for a
NodePort service" and reorganize the code in the e2e framework
Signed-off-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
2020-06-15 10:30:00 +02:00
Antonio Ojea
653eb230f2
force pod deletion on e2e network tests
2020-06-15 10:29:38 +02: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
Javier Diaz-Montes
9743cda4a7
Adding Kubelet changes to enable SetHostnameAsFQDN feature
...
These changes allow to set FQDN as hostname of pods for pods
that set the new PodSpec field setHostnameAsFQDN to true. The PodSpec
new field was added in related PR.
This is PART2 (last) of the changes to enable KEP #1797 and addresses #91036
2020-06-14 21:26:27 -04:00
Javier Diaz-Montes
7ef7ce2a3c
Adding autogenerated files
2020-06-14 21:26:27 -04:00