Kubernetes Prow Robot
28247d53d2
Merge pull request #117595 from mowangdk/cleanup/cleanup_new_added_tests
...
Chore: add ipfamilies tweak functions
2023-04-27 22:46:15 -07:00
Shiming Zhang
4d9261c756
Fix LocationOfOrigin shows up unexpectedly
2023-04-28 13:04:04 +08:00
Kubernetes Prow Robot
7077491f68
Merge pull request #117237 from yulng/cleanpolicy
...
Remove GA feature gates in 1.28 about network
2023-04-27 20:48:15 -07:00
Akhil Mohan
76fe41a996
chore: update cgroups and ttrpc versions
...
- update github.com/containerd/cgroups to v1.1.0
- update github.com/containerd/ttrpc to v1.2.1
Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
2023-04-27 20:46:23 -07:00
yulng
0dbeff4b6e
remove GA feature gates in 1.28 about network
...
Signed-off-by: yulng <wei.yang@daocloud.io>
2023-04-28 10:51:37 +08:00
carlory
4e7b6e8ba4
remove DelegateFSGroupToCSIDriver featuregate
2023-04-28 10:17:24 +08:00
Kubernetes Prow Robot
0d0870e5b4
Merge pull request #117654 from SergeyKanzhelev/initContainerTests
...
added init containers tests to simplify the sidecar KEP large PR
2023-04-27 16:46:15 -07:00
Sergey Kanzhelev
fc0d2cd32f
added init containers tests to simplify the sidecar KEP large PR
2023-04-27 22:42:49 +00:00
Dan Winship
258c4c4251
Remove duplicated config fields from ProxyServer
...
Rather than duplicating some of the KubeProxyConfiguration into
ProxyServer, just store the KubeProxyConfiguration itself so later
code can reference it directly.
For the fields that get platform-specific defaults (Mode,
DetectLocalMode), fill the defaults directly into the
KubeProxyConfiguration rather than keeping the original there and the
defaulted version in the ProxyServer.
2023-04-27 15:43:35 -04:00
Dan Winship
9d4f10f5d2
Fix up detect-local-mode validation
...
Validate the --detect-local-mode value in the API object validation
rather than doing it separately later. Also, remove runtime checks and
unit tests for cases that would be blocked by validation
2023-04-27 15:43:35 -04:00
Kubernetes Prow Robot
00eee07272
Merge pull request #117641 from wojtek-t/cleanup_cacher_tests_847
...
Refactor some watchcache tests
2023-04-27 12:28:41 -07:00
Kubernetes Prow Robot
299db84401
Merge pull request #117057 from ffromani/e2e-device-plugin-test-fixes
...
node: e2e device plugin test improvements
2023-04-27 12:28:34 -07:00
Kubernetes Prow Robot
b44482a37c
Merge pull request #116797 from mengjiao-liu/contextual-looging-scheduler-plugin-podtopologyspread
...
Migrated `pkg/scheduler/framework/plugins/podtopologyspread` to contextual logging
2023-04-27 12:28:27 -07:00
Kubernetes Prow Robot
a38efaccc0
Merge pull request #116748 from mengjiao-liu/contextual-logging-scheduler-plugin-noderesource
...
Migrated `pkg/scheduler/framework/plugins/noderesources` to contextual logging
2023-04-27 12:28:15 -07:00
Lars Ekman
5ece6541b8
proxy/ipvs: don't bind nodeips to the dummy device
2023-04-27 21:02:25 +02:00
Lars Ekman
5310305098
proxy/ipvs: add a GetAllLocalAddressesExcept() function
2023-04-27 21:02:20 +02:00
Kubernetes Prow Robot
3a15029a95
Merge pull request #117643 from humblec/etcd
...
update the etcd base image to v1.4.2
2023-04-27 11:10:27 -07:00
Kubernetes Prow Robot
5170c25609
Merge pull request #116835 from mengjiao-liu/contextual-logging-scheduler-plugin-preemption
...
Migrated `pkg/scheduler/framework/preemption & defaultpreemption` to use contextual logging
2023-04-27 11:10:16 -07:00
Kubernetes Prow Robot
e8108b5a47
Merge pull request #117651 from humblec/cluster
...
use go 1.19.x for etcd version monitor compilation
2023-04-27 09:16:16 -07:00
Humble Chirammal
f24d1d2c95
use go 1.19.x for etcd version monitor compilation
...
Signed-off-by: Humble Chirammal <humble.devassy@gmail.com>
2023-04-27 20:21:00 +05:30
Tobias Klauser
91ee58050f
wait: fix PollUntilContextTimeout godoc comment
...
PollUntilContextTimeout's godoc comment references itself. Adjust the
godoc comment to instead reference PollUntilContextCancel to which it
is identical apart from the deadline context.
2023-04-27 16:44:24 +02:00
Kubernetes Prow Robot
926bb80f5d
Merge pull request #117644 from humblec/etcd-1
...
correct etcd base image reference in the doc
2023-04-27 07:22:17 -07:00
Patrick Ohly
b3e0bc8864
scheduler_perf: let the test decide which informers are needed
...
This will change when adding dynamic resource allocation test cases. Instead of
changing mustSetupScheduler and StartScheduler for that, let's return the
informer factory and create informers as needed in the test.
2023-04-27 15:31:40 +02:00
Patrick Ohly
969d28b12b
scheduler_perf: refactor common code
2023-04-27 15:31:37 +02:00
Humble Chirammal
91df71be54
correct etcd base image reference in the doc
...
Signed-off-by: Humble Chirammal <humble.devassy@gmail.com>
2023-04-27 18:11:39 +05:30
Kubernetes Prow Robot
041bb9a56c
Merge pull request #117534 from Mskxn/fix_watcher
...
stop watcher when error occurs
2023-04-27 04:56:14 -07:00
Humble Chirammal
6b40cd8cd3
update test/conformance/image version to v1.4.2
...
Signed-off-by: Humble Chirammal <humble.devassy@gmail.com>
2023-04-27 17:08:04 +05:30
Humble Chirammal
6c8be35fa8
update the etcd base image to v1.4.2
...
The current base v1.3.0 has many CVEs[1] which are addressed in latest
versions of the bullseye
[1] ex:
CVE-2022-2509
CVE-2021-46828
Signed-off-by: Humble Chirammal <humble.devassy@gmail.com>
2023-04-27 17:06:54 +05:30
Wojciech Tyczyński
1eca720dcc
Refactor some watchcache tests
2023-04-27 13:06:01 +02:00
Kubernetes Prow Robot
78b56ce16d
Merge pull request #116570 from SataQiu/fix-kubeadm-20230314
...
kubeadm: support upgrade coredns and kube-proxy addons after all the control plane instances have been upgraded
2023-04-27 01:44:26 -07:00
Kubernetes Prow Robot
87f3acf7f6
Merge pull request #115398 from tangwz/add_NodeVolumeLimits_PreFilter
...
feat(NodeVolumeLimits): return Skip in PreFilter
2023-04-27 01:44:14 -07:00
Mengjiao Liu
7f370d651d
Migrated pkg/scheduler/framework/plugins/podtopologyspread
to contextual logging
2023-04-27 15:55:09 +08:00
Mengjiao Liu
54e6f609ce
Migrated pkg/scheduler/framework/plugins/noderesources
to contextual logging
2023-04-27 14:46:13 +08:00
Kubernetes Prow Robot
3554bcde87
Merge pull request #117368 from sunnylovestiramisu/fix
...
Fix nil pointer in test AfterEach for volumeperf.go
2023-04-26 21:54:14 -07:00
mowangdk
152c1a0272
Chore: Replace re-initialized variables with create new ones
2023-04-27 12:18:18 +08:00
Mengjiao Liu
37a9260d5c
Migrate pkg/scheduler/framework/plugins/defaultpreemption/default_preemption.go to use contextual logging
2023-04-27 11:28:19 +08:00
Mengjiao Liu
eeb1399383
Migrated pkg/scheduler/framework/preemption
to use contextual logging
2023-04-27 11:28:14 +08:00
Kubernetes Prow Robot
8ae8e77560
Merge pull request #117593 from jpbetz/test-join
...
Fix bug where CEL listOfString.join() results in unexpected error
2023-04-26 16:10:13 -07:00
Kubernetes Prow Robot
dd62a53e1a
Merge pull request #117196 from pohly/scheduler-perf-labels
...
scheduler_perf: support test case selection via labels
2023-04-26 14:26:14 -07:00
Kubernetes Prow Robot
7adcb3cb37
Merge pull request #117306 from marosset/update-go-winio-dep
...
updating microsft/go-winio package to latest version
2023-04-26 13:04:14 -07:00
Kubernetes Prow Robot
569788cb20
Merge pull request #117619 from SataQiu/code-clean-20230426
...
Code clean up for kubeadm
2023-04-26 12:04:27 -07:00
Kubernetes Prow Robot
c5c2806e23
Merge pull request #117571 from seans3/agg-discovery-fix
...
Fixes bug when extra params added to discovery content-type
2023-04-26 12:04:15 -07:00
Patrick Ohly
550d4c0074
scheduler_perf: support test case selection via labels
...
Entire test cases and workloads can have labels attached to them. The union of
these must match the label filter which works as in GitHub. The benchmark by
default runs the tests that are labeled "performance", which is the same as
before.
2023-04-26 21:01:31 +02:00
Peter Hunt
79de8879cb
OWNERS_ALIASES: add self to sig-node-reviewers
...
I have been part of SIG-Node for roughly 3 years, and have participated in CRI reviews, CRI stats KEP, and the SIG-Node CI effort.
I think I am ready to become a reviewer and take more responsibility in the SIG.
Signed-off-by: Peter Hunt <pehunt@redhat.com>
2023-04-26 14:29:17 -04:00
Kubernetes Prow Robot
928adb27ab
Merge pull request #116191 from aojea/spdy_passthrugh
...
improve remotecommand testing fuzzing the data stream
2023-04-26 10:22:27 -07:00
Julianne DeMars
217196c59f
Add ROX storage tests ( #114628 )
...
* Add ROX tests
* Add capability and switch to secpod
* addmissing file
* remove extra param
* run-formatter
* add anticapability for resize w/ Restore + ROX
* remove size checking in ROX tests
* fix spacing
* fix spacing
2023-04-26 10:22:16 -07:00
kannon92
6a4cf352b8
remove tracking annotation from validation and webhooks
2023-04-26 17:16:05 +00:00
Sean Sullivan
2af662b05f
Refactors discovery content-type and helper functions
2023-04-26 17:09:50 +00:00
Kubernetes Prow Robot
afeb78fd8f
Merge pull request #117605 from andrewsykim/update-ccm-version
...
cluster/gce: update cloud-provider-gcp image to latest tagged version
2023-04-26 08:56:27 -07:00
Kubernetes Prow Robot
22216b8ada
Merge pull request #117280 from humblec/coredns
...
dependencies: update coredns/caddy to v1.1.0
2023-04-26 08:56:14 -07:00