Commit Graph

26735 Commits

Author SHA1 Message Date
Antonio Ojea
db3ae754b1 e2e network: adapt dual stack tests for endpoint slices only 2025-01-22 10:20:28 +00:00
Kubernetes Prow Robot
a271299643 Merge pull request #129717 from esotsal/fix-128837
testing: Fix pod delete timeout failures after InPlacePodVerticalScaling Graduate to Beta commit
2025-01-21 15:50:47 -08:00
Kubernetes Prow Robot
0d988d7209 Merge pull request #129619 from ffromani/sig-node-approvers-ffromani
Self-nominating ffromani as approver for sig-node container and resource managers
2025-01-21 15:50:36 -08:00
Kubernetes Prow Robot
3d2ee2fbb7 Merge pull request #129609 from carlory/cleanup-exec-utils
Move some exec helper functions from framework/volume to framework/pod
2025-01-21 09:00:37 -08:00
carlory
c68fc01b77 return an error instead of recording a test failure
Signed-off-by: carlory <baofa.fan@daocloud.io>
2025-01-21 23:43:48 +08:00
Sotiris Salloumis
c5fc4193bb Fix pod delete issues in podresize tests 2025-01-21 07:25:14 +01:00
Dan Winship
969ecabc0f Remove all references to v1.Endpoints from non-network e2e tests
kube-proxy does not look at Endpoints ever, so it is incorrect for a
test to assume that there is any correlation between whether Endpoints
exist and whether a Service is working. Tests should only be using the
v1.Endpoints API if they are explicitly testing the behavior of
v1.Endpoints, the Endpoints controller, or the EndpointSlice mirroring
controller. There is no reason for any non SIG Network tests to be
testing any of those things, so there should be no references to
v1.Endpoints in test/e2e outside of test/e2e/network.

Also, simplify some pointlessly complicated e2eservice code.
2025-01-20 17:04:46 -05:00
Dan Winship
da5bf27bc5 Remove no-longer-used TestUnderTemporaryNetworkFailure()
This was previously used by some autoscaling tests that have since
been removed. It is somewhat sketchy (and inherently [Disruptive]),
and depends on iptables (so would need to be updated to use nftables
at some point if we were keeping it). Given that it's now unused, just
remove it (as well as some helper functions that are no longer used by
anyone else as well).
2025-01-20 17:04:32 -05:00
Kubernetes Prow Robot
ddfd02d568 Merge pull request #129687 from carlory/cleanup-gke
remove gke
2025-01-20 08:46:43 -08:00
Kubernetes Prow Robot
beeb1d2b84 Merge pull request #128850 from toVersus/fix/sidecar-container-named-port
Fix named ports of restartable init containers don't propagate to EndpointSlice
2025-01-20 07:32:35 -08:00
carlory
aaac13fc6a remove gke from e2e 2025-01-20 21:50:46 +08:00
Maciej Szulik
5cd7325cd7 e2e: expand error conditions when test-ing port-forward
Signed-off-by: Maciej Szulik <soltysh@gmail.com>
2025-01-20 13:21:43 +01:00
Kubernetes Prow Robot
32130691a4 Merge pull request #129678 from carlory/fsgroup
remove feature label FSGroup
2025-01-20 03:04:36 -08:00
Kubernetes Prow Robot
8b1fe81dfa Merge pull request #129681 from carlory/remove-Recreate
Remove unnecessary feature label Recreate
2025-01-19 09:32:35 -08:00
Kubernetes Prow Robot
d12c3c3742 Merge pull request #129662 from utam0k/qhint-prefix
Put the target plugin names in the Qhint integration test cases
2025-01-19 06:08:35 -08:00
utam0k
e1fdced21f Put the target plugin names in the Qhint integration test cases
Signed-off-by: utam0k <k0ma@utam0k.jp>
2025-01-19 21:55:11 +09:00
carlory
aecf3238bf fix lint errors
Signed-off-by: carlory <baofa.fan@daocloud.io>
2025-01-19 20:46:37 +08:00
Kubernetes Prow Robot
c4358f3ec2 Merge pull request #129672 from carlory/flexvolume-feature-label
add a comment to features.Flexvolumes
2025-01-18 07:50:34 -08:00
carlory
8b4eae24ab Move some exec helper functions from framework/volume to framework/pod 2025-01-18 21:42:42 +08:00
carlory
612fcdaf73 add a comment for features.Flexvolumes 2025-01-18 21:18:49 +08:00
Kubernetes Prow Robot
ecbe8319f4 Merge pull request #129692 from alexanderConstantinescu/kep-3836-133
KEP-3836: 1.33 - remove feature gate KubeProxyDrainingTerminatingNodes
2025-01-17 17:53:09 -08:00
Kubernetes Prow Robot
5d478a6227 Merge pull request #129581 from carlory/e2e-honor-pv-relaim-policy
storage e2e tests: add more tests for pv relaim policy
2025-01-17 17:52:56 -08:00
Kubernetes Prow Robot
e54dedc93e Merge pull request #129376 from carlory/update-fg
run hack/update-featuregates.sh
2025-01-17 17:52:41 -08:00
Kubernetes Prow Robot
46708fa09e Merge pull request #128809 from bitoku/pod-test
Change way to create a pod in test
2025-01-17 17:52:34 -08:00
Kubernetes Prow Robot
6b54ed3c7e Merge pull request #128905 from carlory/fix-128849
fix flaky behavior due to the test ordering between DynamicProvisioner and Retroactive StorageClass Assignment
2025-01-17 15:28:34 -08:00
Kubernetes Prow Robot
b66142831a Merge pull request #128700 from jsafrane/selinux-changepolicy-e2e
selinux: Add e2e tests for SElinuxChangePolicy
2025-01-17 12:22:35 -08:00
Alexander Constantinescu
45529062e7 KEP-3836: 1.33 - remove feature gate 2025-01-17 17:04:40 +01:00
Kubernetes Prow Robot
bd55d18c75 Merge pull request #129679 from pacoxu/remove-APIListChunking
remove APIListChunking which was GAed since v1.29
2025-01-17 02:38:07 -08:00
carlory
b3fed90052 Remove unnecessary feature label Recreate 2025-01-17 16:44:31 +08:00
Paco Xu
8d7aed698b remove APIListChunking which was GAed since v1.29 2025-01-17 15:56:19 +08:00
carlory
e68cc0a6ed remove feature label FSGroup 2025-01-17 15:35:26 +08:00
Kubernetes Prow Robot
ab54e442c6 Merge pull request #128773 from bzsuni/bz/etcd/update/3.5.17
Update etcd from v3.5.16 to v3.5.17
2025-01-16 21:22:34 -08:00
Jeffrey Ying
1fc514cfe9 Bump sample-apiserver test image to 1.32 2025-01-16 12:25:20 -05:00
Jeffrey Ying
2504c6e73a Update VERSION to 1.32.1 for sample-apiserver 2025-01-16 12:23:50 -05:00
Ankit Gohil
14936a7f58 Promote Portworx CSI migration to GA 2025-01-16 05:33:51 +00:00
Kubernetes Prow Robot
2d0a4f7556 Merge pull request #129166 from kannon92/move-node-features-to-features
[KEP-3041]: deprecate nodefeature for feature labels
2025-01-14 20:02:33 -08:00
Kubernetes Prow Robot
f018667c11 Merge pull request #129624 from Jefftree/etcd-data-version
Add introduced and removed version information in etcd fixtures
2025-01-14 17:28:35 -08:00
Kubernetes Prow Robot
1d7b8ccf16 Merge pull request #129618 from gnufied/bump-csi-sidecars-132
Bump CSI sidecars to fix CI issues and such
2025-01-14 15:50:39 -08:00
Jefftree
936f249fa0 Add introduced and removed version information in etcd fixtures 2025-01-14 21:30:57 +00:00
Hemant Kumar
bfce77d1c0 We still can't rely on first condition being fs-expansion pending condition
Also, we don't really need this check here, because code above already
checks for fs expansion
2025-01-14 12:54:39 -05:00
Kubernetes Prow Robot
c9f695138b Merge pull request #129591 from liggitt/node-binding-ga
KEP-4193: Promote ServiceAccountTokenNodeBinding to GA
2025-01-14 08:02:32 -08:00
Hemant Kumar
aa6a72f76f Bump CSI sidecars to fix CI issues and such 2025-01-14 10:57:37 -05:00
Jordan Liggitt
59850b5823 Promote ServiceAccountTokenNodeBinding to GA 2025-01-14 09:48:35 -05:00
Francesco Romani
8221e28e4d Add ffromani as approver for kubelet resource managers and their tests
Signed-off-by: Francesco Romani <fromani@redhat.com>
2025-01-14 13:18:40 +01:00
Kubernetes Prow Robot
f3cbd79db7 Merge pull request #129590 from wojtek-t/cleanup_feature_gates
Remove WatchBookmark feature gate
2025-01-14 00:42:32 -08:00
Wojciech Tyczyński
a7937f5391 Remove WatchBookmark feature gate 2025-01-14 08:31:23 +01:00
Kubernetes Prow Robot
8a5cf7b66f Merge pull request #129488 from Madhu-1/vs-v1
Update  snapshot CRDs to v1 in cluster addons
2025-01-13 08:34:33 -08:00
Maciej Szulik
f886f3b7f1 e2e: expand error conditions when test-ing port-forward
Signed-off-by: Maciej Szulik <soltysh@gmail.com>
2025-01-13 11:15:26 +01:00
Antonio Ojea
17030f19b6 e2e services: avoid panic on service creation retry
The test was reusing the same variable for the service on each
iteration, the problem is that when the service creation fails, it
clears out the variable and in the next iteration it panics because is
trying to use a field on that same variable.
2025-01-13 08:02:45 +00:00
carlory
2c58e27476 storage e2e tests: add more tests for pv relaim policy 2025-01-13 14:53:33 +08:00