Kubernetes Prow Robot
f97d51c1de
Merge pull request #124693 from mowangdk/feat/update_invalid_golint_package_name
...
chore: fix invalid package name by golint
2024-05-06 01:08:38 -07:00
Ed Bartosh
ba7a74a0be
e2e_node: fix DevicePlugin feature flags
...
Feature:DevicePluginProbe and NodeFeature:DevicePluginProbe
are not used by any of the test-infra jobs.
This commit renames NodeFeature:DevicePluginProbe to NodeFeature:DevicePlugin
and removes Feature:DevicePlugin and Feature:DeviceManager to avoid
having both Feature and NodeFeature tags for the same feature.
NOTE: Test-infra SIG-Node jobs should focus on the
NodeFeature:DevicePlugin to run generic Device Plugins tests.
2024-05-05 23:19:50 +03:00
Kubernetes Prow Robot
ade0d2140a
Merge pull request #124578 from sanposhiho/scheduler_perf_scheduler_plugin_execution_duration_seconds
...
support `scheduler_plugin_execution_duration_seconds` in scheduler_perf
2024-05-05 06:40:44 -07:00
mowangdk
c7fe6b8cc2
chore:update invalid package name by golint
2024-05-04 22:55:43 +08:00
Kubernetes Prow Robot
de1674829c
Merge pull request #123886 from adrianreber/2024-03-12-criu-not-found
...
Handle containerd "CRIU not found" error message
2024-05-04 06:54:28 -07:00
Davanum Srinivas
7f9a0ef5d2
Fixes from review by Jan Šafránek/Andrew/Michael
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-05-03 15:11:36 -04:00
joey
a56cc6b100
add integration test for pod with pvc has node-affinity to non-existent/existent nodes
...
Signed-off-by: joey <zchengjoey@gmail.com >
2024-05-03 19:45:31 +08:00
Ed Bartosh
6ecf0da1a5
node_e2e: refactor RunTogether function
2024-05-02 13:41:47 +03:00
Kubernetes Prow Robot
82cd82aa15
Merge pull request #124645 from matthyx/ms
...
e2e lifecycle: reduce test flackiness
2024-05-01 16:19:55 -07:00
Davanum Srinivas
7187d9af81
address comments during review
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-05-01 18:01:25 -04:00
Matthias Bertschy
f7ea5f3fe1
e2e lifecycle: increase delay for restartable init containers
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2024-05-01 22:12:04 +02:00
Matthias Bertschy
8833b4def0
e2e lifecycle: fix finishing -> exiting
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2024-05-01 18:27:13 +02:00
Matthias Bertschy
851d149a88
e2e lifecycle: use millisecond resolution for logs
...
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com >
2024-05-01 18:27:10 +02:00
Davanum Srinivas
efdb2961b6
drop unused code pointed out by linter
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-05-01 09:03:57 -04:00
Davanum Srinivas
bf268f02a3
Remove gcp in-tree cloud provider and credential provider
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2024-05-01 09:03:53 -04:00
Dr. Stefan Schimanski
d8c5f71403
kube-apiserver: split up config creation into generic and non-generic part
...
Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com >
2024-05-01 11:28:25 +02:00
Daman Arora
d70f96fe22
e2e/network: stream pod logs for debugging
...
Intermittent logging to understand root cause of
https://github.com/kubernetes/kubernetes/issues/123760
Signed-off-by: Daman Arora <aroradaman@gmail.com >
2024-05-01 11:27:11 +05:30
Gabe
9a8ec13505
make linter happy
2024-04-30 12:06:26 +00:00
Kubernetes Prow Robot
d0fddf143b
Merge pull request #122148 from pohly/controllers-context-support
...
controllers + apiserver: enhance context support
2024-04-30 01:30:09 -07:00
Kubernetes Prow Robot
6381e6504a
Merge pull request #124572 from aojea/alpha_tag
...
tag TrafficDistribution tests to avoid running on clusters without th…
2024-04-29 14:46:59 -07:00
Kubernetes Prow Robot
1fd835ce59
Merge pull request #123398 from ffromani/remove-legacy-checkpoint
...
node: devicemgr: remove obsolete pre-1.20 checkpoint file support
2024-04-29 14:46:53 -07:00
Patrick Ohly
b92273a760
apiserver + controllers: enhance context support
...
27a68aee3a
introduced context support for events. Creating an event
broadcaster with context makes tests more resilient against leaking goroutines
when that context gets canceled at the end of a test and enables per-test
output via ktesting.
The context could get passed to the constructor. A cleaner solution is to
enhance context support for the apiserver and then pass the context into the
controller's run method. This ripples up the call stack to all places which
start an apiserver.
2024-04-29 20:59:21 +02:00
Gabe
4e99ada05f
Filter gated pods before calling isPodWorthRequeueing
2024-04-29 16:54:40 +00:00
Dr. Stefan Schimanski
3b6d2a66a4
pkg/controlplane: split apart generic server part of instance.go
...
Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com >
2024-04-29 10:15:02 +02:00
Iceber Gu
498bebee6d
fix the version order of 'discovery.k8s.io'
...
Signed-off-by: Iceber Gu <caiwei95@hotmail.com >
2024-04-29 14:31:58 +08:00
Yash Kumar Singh
091a05b1cb
Added a testcase to check hostname and hostNetwork
2024-04-29 11:09:59 +05:30
Daman Arora
a6d3a1b4fc
promote agnhost to v2.52
...
Signed-off-by: Daman Arora <aroradaman@gmail.com >
2024-04-28 22:26:45 +05:30
Kubernetes Prow Robot
53870af24f
Merge pull request #124594 from aroradaman/agnhost-log-requests
...
agnhost: log response for /hostname
2024-04-28 07:00:59 -07:00
Daman Arora
5aaa37521f
agnhost: version bump to v2.52
...
Signed-off-by: Daman Arora <aroradaman@gmail.com >
2024-04-28 16:44:00 +05:30
Daman Arora
90561cb9d9
agnhost/netexec: log hostname
...
Signed-off-by: Daman Arora <aroradaman@gmail.com >
2024-04-28 16:44:00 +05:30
Kubernetes Prow Robot
38c2a963b4
Merge pull request #123984 from carlory/volume-remove-cloud-provider
...
Remove cloud provider dependency from volume host and volume controllers
2024-04-28 02:54:14 -07:00
Kubernetes Prow Robot
62ced20cdc
Merge pull request #124567 from chengjoey/e2e/scheduler-prefilter
...
add e2e test when a plugin (in-tree or out-of-tree) return non-existent/illegal nodes, the pod should be scheduled normally if suitable nodes exists
2024-04-27 23:12:36 -07:00
Daman Arora
20d335a94c
e2e/framework network: exit early in DialFromContainer
...
Immediately exit on receiving an unexpected response, we currently
wait for all the attempts to be exhausted and then return an error.
Signed-off-by: Daman Arora <aroradaman@gmail.com >
2024-04-27 22:55:35 +05:30
Kubernetes Prow Robot
5055c91523
Merge pull request #124560 from riendeau/agnhost-bump
...
Bump version of agnhost used in e2e tests
2024-04-27 06:25:44 -07:00
Kensei Nakada
c72b688e12
support scheduler_plugin_execution_duration_seconds
in scheduler_perf
2024-04-27 08:22:53 +00:00
joey
cc19b33a95
add e2e test when a plugin (in-tree or out-of-tree) return non-existent/illegal nodes, the pod should be scheduled normally if suitable nodes exists
...
Signed-off-by: joey <zchengjoey@gmail.com >
2024-04-27 09:43:23 +08:00
Wei Huang
d3821508f1
test to catch illegal nodeNames returned by PreFilterResult
2024-04-26 15:45:46 -07:00
Antonio Ojea
484f8bc54b
tag TrafficDistribution tests to avoid running on clusters without the feature enabled
2024-04-26 17:15:35 +00:00
John Riendeau
a53999f086
Bump version of agnhost used in e2e tests
2024-04-26 08:22:26 -05:00
Dr. Stefan Schimanski
e37917fea7
pkg/controlplane: split up config into generic controlplane and kube-related part
...
Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com >
2024-04-26 14:14:06 +02:00
Justyna Betkier
a484bb94c2
Fix linter issues
2024-04-25 13:34:30 +02:00
Justyna Betkier
8ba3327de7
Append both env variables instead of fetching twice and overriding them.
...
Previously the second line would fetch the clean environment variables
and drop the changes from the first line.
2024-04-25 13:34:30 +02:00
Kubernetes Prow Robot
f6fde3ba7f
Merge pull request #124382 from riendeau/agnhostbump
...
Bump base images for agnhost
2024-04-24 19:00:00 -07:00
Kubernetes Prow Robot
56956edd76
Merge pull request #124512 from bart0sh/PR143-e2e-node-fix-containers-lifecycle
...
Revert "add coverage tests for probes behavior"
2024-04-24 15:31:30 -07:00
Kubernetes Prow Robot
58788c2f7b
Merge pull request #124466 from serathius/featuregate-defer
...
Cleanup defer from SetFeatureGateDuringTest function call
2024-04-24 15:31:21 -07:00
Kubernetes Prow Robot
0a6101636d
Merge pull request #123930 from Nordix/esotsal/fix_123928
...
Move DockerHung test in the end
2024-04-24 14:29:38 -07:00
Marek Siarkowicz
3ee8178768
Cleanup defer from SetFeatureGateDuringTest function call
2024-04-24 20:25:29 +02:00
Ed Bartosh
e4c6adacf0
Revert "add coverage tests for probes behavior"
...
This reverts commit 9be9832184
.
2024-04-24 20:56:46 +03:00
Daman Arora
26733f9aa8
Revert "agnhost: update README"
2024-04-24 22:26:33 +05:30
Antonio Ojea
5ed555fb5d
Revert "Remove _tmp from test/images/image-util.sh"
...
This reverts commit 2e465cd6fa
.
2024-04-24 13:43:02 +00:00