Kubernetes Prow Robot
af4dceeac2
Merge pull request #109308 from danwinship/traffic-policy-docs
...
Clarify ExternalTrafficPolicy/InternalTrafficPolicy definitions
2022-05-06 17:23:16 -07:00
Kubernetes Prow Robot
b15d3b629f
Merge pull request #109859 from jasonbraganza/jasonbraganza-exclude-verify-licenses-from-umbrella-job
...
add verify-licenses.sh to the EXCLUDED_PATTERNS in make-rules/verify.sh
2022-05-06 11:27:04 -07:00
Kubernetes Prow Robot
83b25e371f
Merge pull request #109834 from aojea/split_scheduling_integration
...
integration: refactor and split scheduler tests
2022-05-06 09:07:32 -07:00
Kubernetes Prow Robot
f7457747f6
Merge pull request #109833 from stevekuznetsov/skuznets/move-simple-tests
...
storage/etcd3: factor tests to accept `storage.Interface`
2022-05-06 09:07:25 -07:00
Kubernetes Prow Robot
7e6a8bc3db
Merge pull request #109252 from kerthcet/fix/goroutine-leak-in-integration-tests
...
fix: resolve goroutine leak in integration tests
2022-05-06 09:07:17 -07:00
Kubernetes Prow Robot
03a46ac94b
Merge pull request #108727 from sanposhiho/fix-bug-clone
...
Copy recordPluginMetrics in CycleState.Clone
2022-05-06 09:07:05 -07:00
Kubernetes Prow Robot
e84f62e695
Merge pull request #109836 from tnqn/fix-apiservice-error
...
Fix OpenAPI loading error caused by empty APIService
2022-05-06 07:57:16 -07:00
Kubernetes Prow Robot
8ca76bad17
Merge pull request #108420 from humblec/secretRef-introduction
...
csi: modularize validation of secretRef object fields for PV
2022-05-06 07:57:04 -07:00
Mario Jason Braganza
066fd90f26
add verify-licenses.sh to the EXCLUDED_PATTERNS in make-rules/verify.sh
2022-05-06 19:03:03 +05:30
Kubernetes Prow Robot
7e77252b0d
Merge pull request #109854 from wojtek-t/shutdown_allocators
...
Clean storage shutdown for allocators
2022-05-06 06:21:16 -07:00
Kubernetes Prow Robot
73a07082d9
Merge pull request #109299 from Priyankasaggu11929/add-verify-licenses-hack-script
...
add verify-licenses.sh hack script (#108942 )
2022-05-06 06:21:04 -07:00
Antonio Ojea
6a0e55d124
remove unused variables in test/integration/scheduler/filters/filters_test.go
2022-05-06 12:50:30 +02:00
Antonio Ojea
46fc39f440
remove unused variables in test/integration/scheduler/util.go
2022-05-06 12:49:59 +02:00
Antonio Ojea
ef410d18e1
remove unused function on b/test/integration/util/util.go
2022-05-06 12:47:25 +02:00
Kubernetes Prow Robot
2b3508e0f1
Merge pull request #109826 from danwinship/multi-load-balancer
...
fix kube-proxy bug with multiple LB IPs and source ranges
2022-05-06 03:09:15 -07:00
Kubernetes Prow Robot
6585b9da58
Merge pull request #109736 from my-git9/kubernetesurl2
...
Update links to cluster auditing documentation
2022-05-06 03:09:04 -07:00
Wojciech Tyczyński
1b72a0f5a7
Clean storage shutdown for allocators
2022-05-06 12:01:06 +02:00
kerthcet
c74aeab5a5
fix: resolve goroutine leak in statefulset integration tests
...
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-05-06 17:51:34 +08:00
kerthcet
835cdd6d81
fix: resolve goroutine leak in volumescheduling integration tests
...
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-05-06 17:51:17 +08:00
Antonio Ojea
9dbe4c8508
integration: migrate taint tests
2022-05-06 11:27:15 +02:00
Antonio Ojea
0dbb9f4a8f
integration: migrate scoring tests
2022-05-06 11:27:15 +02:00
Antonio Ojea
63d64b7108
integration: migrate preemption tests
2022-05-06 11:27:15 +02:00
Antonio Ojea
6a64e24cfa
integration: migrate plugings tests
2022-05-06 11:27:15 +02:00
Antonio Ojea
69acad2c15
integration: migrate extender tests
2022-05-06 11:27:15 +02:00
Antonio Ojea
3bb965b651
merge test integration scheduler util
2022-05-06 11:27:11 +02:00
Antonio Ojea
ad765c1801
integration: scheduler: migrate PDB from v1beta1 to v1
2022-05-06 10:24:47 +02:00
Priyanka Saggu
31a5e8a027
add workaround fix for incorrect license URL
2022-05-06 13:19:24 +05:30
Kubernetes Prow Robot
7141b6d58d
Merge pull request #109840 from neolit123/1.25-fix-master-taint-re-add
...
kubeadm: only taint CP nodes when the legacy "master" taint is present
2022-05-05 21:31:03 -07:00
Kubernetes Prow Robot
5e9a6a256e
Merge pull request #109464 from liggitt/gomodule-install
...
Use module mode when building/installing
2022-05-05 16:28:52 -07:00
Kubernetes Prow Robot
4bec6b34ef
Merge pull request #107122 from songlh/fixing-5
...
fixing the panic in TestVersion
2022-05-05 16:28:41 -07:00
Kubernetes Prow Robot
313d9fb0b1
Merge pull request #109311 from my-git9/creatego
...
Modify function parameters
2022-05-05 13:50:41 -07:00
Lubomir I. Ivanov
b1f3034051
kubeadm: only taint CP nodes when the legacy "master" taint is present
...
During upgrade when a CP node is missing the old / legacy "master"
taint, assume the user has manually removed it to allow
workloads to schedule.
In such cases do not re-taint the node with the new "control-plane"
taint.
2022-05-05 23:39:23 +03:00
Kubernetes Prow Robot
71df3e819b
Merge pull request #109545 from sanposhiho/fix-nun-on-scheduler_perf
...
Skip adding data to avoid "json: unsupported value: NaN" panic when data is NaN
2022-05-05 11:53:45 -07:00
Steve Kuznetsov
4ff560e4fa
storage/testing: wire things back together with imports
...
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
2022-05-05 11:32:20 -07:00
Quan Tian
b501b8c9c0
Fix OpenAPI loading error caused by empty APIService
...
SpecAggregator's GetAPIServiceNames method returned empty APIService
name by mistake, causing OpenAPI controller handling an invalid
APIService continuously.
Signed-off-by: Quan Tian <qtian@vmware.com>
2022-05-06 02:01:48 +08:00
Kubernetes Prow Robot
751e9c0f5b
Merge pull request #109825 from alculquicondor/reduce-tests
...
Reduce number of repetitions and pods in TestPreemptionRaces
2022-05-05 10:50:29 -07:00
Kubernetes Prow Robot
f853a05e24
Merge pull request #109534 from ii/promote-job-lifecycle-test
...
Promote Batchv1JobLifecycleTest +4 Endpoints
2022-05-05 10:50:21 -07:00
Kubernetes Prow Robot
522cd18f87
Merge pull request #109779 from marseel/reduce_buckets_for_ttl_controller
...
Reduce number of buckets in ttl controller for 2k+ nodes clusters
2022-05-05 09:45:00 -07:00
Kubernetes Prow Robot
6966988ba2
Merge pull request #109760 from wojtek-t/fix_leaking_reconciler_storage
...
Fix leaking reconciler storage
2022-05-05 09:44:52 -07:00
Kubernetes Prow Robot
ac61dc624c
Merge pull request #109626 from logicalhan/watch-cache-metrics
...
refactor watch cache metrics so that they are in a single place
2022-05-05 09:44:43 -07:00
Kubernetes Prow Robot
8041606dfa
Merge pull request #109557 from mborsz/traces
...
Improve Create/Update traces.
2022-05-05 09:44:32 -07:00
Kubernetes Prow Robot
0bd2847019
Merge pull request #109435 from pohly/feature-gates-sorting
...
1.25: feature gate cleanup
2022-05-05 09:44:20 -07:00
Steve Kuznetsov
0bfeb72878
storage/etcd3: move reusable tests to importable files
...
These can't live in `_test.go` files, or others won't be able to re-use
them as you can't import from test files.
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
2022-05-05 09:29:12 -07:00
Steve Kuznetsov
117f674cab
storage/etcd3: factor tests to accept storage.Interface
...
This commit simply factors the test functionality into functions that
accept `storage.Interface`.
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
2022-05-05 09:27:49 -07:00
Kensei Nakada
4af3c5efeb
Skip adding data to avoid "json: unsupported value: NaN" panic when data is NaN
2022-05-05 16:11:22 +00:00
Kubernetes Prow Robot
d582814d5e
Merge pull request #109795 from photra/fix-broken-links
...
Fix broken links
2022-05-05 08:14:27 -07:00
Kubernetes Prow Robot
64d1acd21b
Merge pull request #109711 from MushuEE/patch-1
...
Update Metrics doc as there is a typo in package
2022-05-05 08:14:20 -07:00
Dan Winship
813aca47af
proxy/iptables: fix firewall rules with multiple LB IPs
...
The various loops in the LoadBalancer rule section were mis-nested
such that if a service had multiple LoadBalancer IPs, we would write
out the firewall rules multiple times (and the allowFromNode rule for
the second and later IPs would end up being written after the "else
DROP" rule from the first IP).
2022-05-05 10:58:09 -04:00
Dan Winship
df589b46a1
proxy/iptables: test multiple LoadBalancer IPs on one service
2022-05-05 10:58:09 -04:00
Dan Winship
709b4f696d
proxy/iptables: test LoadBalancerSourceRanges vs node IP
...
The LoadBalancer rules change if the node IP is in one of the
LoadBalancerSourceRange subnets, so make sure to set nodeIP on the
fake proxier so we can test this, and add a second source range to
TestLoadBalancer containing the node IP. (This changes the result of
one flow test that previously expected that node-to-LB would be
dropped.)
2022-05-05 10:58:07 -04:00