Daman Arora
1c8799f814
agnhost/connect: send and recv data from SCTP server
...
If the client immediately closes connection after SCTP handshake,
the server will die with EOF, adding send and recv calls in the
client to make sure server client handling loop exits gracefully.
Signed-off-by: Daman Arora <aroradaman@gmail.com >
2024-04-22 16:31:48 +05:30
Daman Arora
8cf4567f3c
agnhost/netexec: handle nil pointer dereference for SCTP server
...
If the client immediately closes connection after SCTP handshake, the
remote-addr fetched by SCTP server can be nil, causing the server to crash.
Signed-off-by: Daman Arora <aroradaman@gmail.com >
2024-04-22 16:31:48 +05:30
Kubernetes Prow Robot
cb3bd5bc41
Merge pull request #124205 from mkarrmann/wait-for-pods-e2e-cleanup-111092
...
chore/refactor(e2e tests): Solidify Contract for and Cleanup WaitForPodsRunningReady
2024-04-22 01:24:24 -07:00
Kubernetes Prow Robot
c1924df0a8
Merge pull request #124421 from danwinship/pod-host-ips-test
...
Fix up pod hostIPs e2e
2024-04-21 20:09:33 -07:00
Kubernetes Prow Robot
5514277007
Merge pull request #124422 from danwinship/windows-hybrid-e2e-tags
...
Fix networking feature tags in Windows hybrid network e2e
2024-04-21 18:39:39 -07:00
Kubernetes Prow Robot
a6bfb92407
Merge pull request #124104 from SergeyKanzhelev/grpcTls
...
allow agnhost to set TLS gRPC
2024-04-21 18:39:24 -07:00
Dan Winship
52e88157b8
Document sig-network e2e features
2024-04-20 11:37:53 -04:00
Dan Winship
4a1058daa1
Fix networking feature tags in Windows hybrid network e2e
2024-04-20 11:24:50 -04:00
Dan Winship
01c7378531
Fix up pod hostIPs e2e
...
- The feature is GA so there's no feature gate so it doesn't need any
special label now.
- The test is not dual-stack-specific, so it shouldn't claim to be.
- It asserted node-IP-assigning behavior that is not guaranteed to
work on all clouds. (Among other things: that there are no "extra"
InternalIPs, and that there are InternalIPs of every supported IP
family, rather than there only being ExternalIPs of some families.)
2024-04-20 10:31:29 -04:00
Dan Winship
a1c1ef31df
Remove unnecessary e2e feature.UDP
...
[Feature:UDP] was probably added in the past by analogy to
[Feature:SCTP], but is unnecessary since UDP support has always been
required.
2024-04-20 10:02:59 -04:00
Kubernetes Prow Robot
534d7cbc1a
Merge pull request #123905 from aojea/field_selector
...
Field selector for Services based on ClusterIP and Type
2024-04-19 15:30:55 -07:00
Sergey Kanzhelev
e9424f34ed
allow agnhost to set TLS gRPC
2024-04-19 21:25:10 +00:00
Kubernetes Prow Robot
5a71f37805
Merge pull request #124316 from pohly/dra-kubelet-remove-v1alpha2
...
DRA: remove support for v1alpha2 kubelet gRPC API
2024-04-19 14:18:52 -07:00
Kubernetes Prow Robot
fd8239ce8f
Merge pull request #120696 from pohly/slog
...
slog support
2024-04-19 14:18:46 -07:00
Patrick Ohly
77341f7595
DRA: remove support for v1alpha2 kubelet API
...
The v1alpha2 API is several releases old. No current drivers should still
depend on it.
2024-04-19 18:27:05 +02:00
Kubernetes Prow Robot
5e229a02d3
Merge pull request #124185 from aojea/e2e_stress_remotecommand
...
e2e test to execute 1000 times in a container with concurrency 10
2024-04-19 05:17:57 -07:00
Kubernetes Prow Robot
b2a8ac15a0
Merge pull request #124221 from arturhoo/fix-spelling-scheduler-metrics
...
scheduler: fix typo in metric pod_scheduling_sli_duration_seconds help
2024-04-18 10:46:19 -07:00
Kubernetes Prow Robot
1d171a7501
Merge pull request #124289 from pohly/test-e2e-node-verbosity-fix
...
e2e node: fix -v support
2024-04-18 04:24:23 -07:00
Kubernetes Prow Robot
1fc92f393d
Merge pull request #124249 from ii/move-alpha-endpoints
...
Move 3 get*APIGroup endpoints to ineligible_endpoints.yaml
2024-04-18 03:25:11 -07:00
Kubernetes Prow Robot
7ebb64d176
Merge pull request #124235 from bitoku/dra-e2e
...
Use WaitForPodCondition instead of sleep
2024-04-18 03:24:42 -07:00
Kubernetes Prow Robot
6f995a4bbc
Merge pull request #124181 from testwill/close_tmpfile
...
fix: close tmp file
2024-04-18 03:24:08 -07:00
Kubernetes Prow Robot
183aca3cad
Merge pull request #124100 from dims/cloud/gcp/cluster_upgrade-should-only-run-on-GCE
...
cloud/gcp/cluster_upgrade should only run on GCE
2024-04-18 02:12:14 -07:00
Kubernetes Prow Robot
10a46f9c80
Merge pull request #124068 from pohly/cidr-controller-test-shutdown
...
test: fix shutdown of test/integration/servicecidr.TestMigrateServiceCIDR
2024-04-18 02:12:05 -07:00
Kubernetes Prow Robot
7f67cb5960
Merge pull request #123969 from liangyuanpeng/cleanup_rand
...
cleanup: delete rand.Seed(time.Now().UnixNano()) and using global number generator.
2024-04-18 02:10:26 -07:00
Kubernetes Prow Robot
f88d2454c5
Merge pull request #123950 from kannon92/move-eviction-tests
...
move system node critical test to eviction test lane
2024-04-18 02:10:17 -07:00
Kubernetes Prow Robot
d2ce87eb94
Merge pull request #123938 from pohly/dra-structured-parameters-tests
...
DRA: test for structured parameters
2024-04-18 02:10:08 -07:00
Kubernetes Prow Robot
0c55f74aed
Merge pull request #123894 from saschagrunert/cni-plugins
...
Update cni-plugins to v1.4.1
2024-04-18 01:04:39 -07:00
Filip Křepinský
85d55b6737
fix stateful set pod recreation and event spam ( #123809 )
...
* fix pods tracking and internal error checking in statefulset tests
* fix stateful set pod recreation and event spam
- do not emit events when pod reaches terminal phase
- do not try to recreate pod until the old pod has been removed from
etcd storage
* fix conflict race in statefulset rest update
statefulset controller does less requests per sync now and thus can
reconcile status faster, thus resulting in a higher chance for conflicts
2024-04-18 01:03:46 -07:00
Kubernetes Prow Robot
2d4fecfe33
Merge pull request #123584 from fatsheep9146/rename-apiserver-spanname
...
Rename APIServer trace span name to conform to http server guidelines
2024-04-18 01:03:00 -07:00
Kubernetes Prow Robot
80cfb8e751
Merge pull request #123386 from kannon92/mark-jobs-as-flaky
...
mark flaky jobs as flaky and move them to a different job
2024-04-18 00:00:49 -07:00
Kubernetes Prow Robot
2c6d5fae7a
Merge pull request #122471 from nayihz/feat_podaffinity_qhint
...
interpodaffinity: scheduler queueing hints
2024-04-18 00:00:21 -07:00
Kubernetes Prow Robot
ef2c682635
Merge pull request #122082 from carlory/remove-keep-terminated-pod-volumes
...
keep-terminated-pod-volumes flag on kubelet is removed
2024-04-17 23:59:54 -07:00
Kubernetes Prow Robot
528cff12f6
Merge pull request #120969 from skitt/uber-go-mock
...
Switch from golang/mock to uber-go/mock
2024-04-17 23:59:24 -07:00
Matt Karrmann
5b3f48d263
Revert check at end of WaitForAlmostAllPodsReady to only consider Pending pods
2024-04-17 23:18:26 -05:00
Matt Karrmann
62b9e832cc
Small clean and comment rewording of WaitForPodsRunningReady
2024-04-17 23:18:26 -05:00
Matt Karrmann
3476833367
Check err in Windows e2e tests
2024-04-17 23:18:26 -05:00
Matt Karrmann
bcf42255bb
Refactor and simplify WaitForPodsRunningReady; update callers to use new interface
2024-04-17 23:18:26 -05:00
Matt Karrmann
272a055a46
Use new WaitForAlmostAllPodsReady function ins e2e setup
2024-04-17 23:18:26 -05:00
Matt Karrmann
fcdf67a815
Add WaitForAlmostAllPodsReady function, similar to previous WaitForPodsRunningReady function
2024-04-17 23:18:26 -05:00
Matt Karrmann
fe251cb737
Explicitity set contract for WaitForPodsRunningReady, and rewrite accordingly
2024-04-17 23:18:26 -05:00
Matt Karrmann
2537c10453
Improve logging and comments in WaitForPodsRunningReady
2024-04-17 23:18:26 -05:00
Matt Karrmann
273cd03c01
Cleanup WaitForPodsRunningReady: fail for bad pods and reword log message
2024-04-17 23:18:26 -05:00
Patrick Ohly
feb27b9907
e2e framework: configure Ginkgo logger and klog consistently
...
Even if the textlogger which writes to Ginkgo is installed as the logger in
klog, klog still does some verbosity checks itself (for example,
klog.V().Enabled).
Therefore the framework has to keep the verbosity settings in the textlogger
and in klog consistent. This is done by wrapping the Set call instead of
replacing it.
2024-04-15 10:10:56 +02:00
Ayato Tokubi
c52160eb3c
Use WaitForPodCondition instead of sleep
...
Signed-off-by: Ayato Tokubi <atokubi@redhat.com >
2024-04-13 00:01:11 +00:00
Patrick Ohly
ff541e7924
e2e node: fix -v support
...
Since 43539c855f (first released in
v1.30.0-alpha.2), the test/e2e/framework manages -v and -vmodule and uses them
for a logger which writes to the Ginkgo output stream.
This did not work for test/e2e_node, because:
- logs.AddFlags(pflag.CommandLine) registers its own -v and -vmodule flags
- pflag.CommandLine.AddGoFlagSet(flag.CommandLine) skips the corresponding
flags in the flag.CommandLine
- pflag.Parse() initializes the settings in the "logs" package even though
those are not used at runtime
The solution is to not use the "logs" package.
2024-04-12 12:27:29 +02:00
nayihz
1b3d10aafa
fix: node added with matched pod anti-affinity topologyKey
...
Co-authored-by: Kensei Nakada <handbomusic@gmail.com >
2024-04-12 11:08:44 +08:00
Davanum Srinivas
fb5140f562
Rename cluster to storage_cluster_id for apiserver_storage_size_bytes metric
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-04-11 17:15:32 -04:00
Antonio Ojea
c37e14364c
implement field selector for clusterIP on services
...
This will allow components that don't need to watch headless services
(heavily used on ai/ml workloads) to filter them server side.
Specially useful for kubelet and kube-proxy
Change-Id: If36c2c27f2ec80db400c9133c61428d14e124f3e
2024-04-11 13:09:33 +00:00
Stephen Heywood
a2a1e0434e
Move 3 get*APIGroup endpoints to ineligible_endpoints.yaml
2024-04-10 11:52:22 +12:00
Antonio Ojea
f0730efd0a
e2e stress exec 99% threshold
2024-04-08 22:11:44 +00:00