Kubernetes Prow Robot
420c6982ef
Merge pull request #128764 from pohly/dra-kubelet-grpc-api-package-name
...
DRA kubelet: use unique protobuf package name
2024-11-13 02:00:46 +00:00
Laura Lorenz
9ab0d81d76
Now that sleep is shorter, only expect to reach 3 within 30s
...
Focused too much on the container restart one in commit that fixed that
Signed-off-by: Laura Lorenz <lauralorenz@google.com>
2024-11-13 01:39:58 +00:00
Tim Allclair
18600f43e0
Min cpu limit resize e2e test
2024-11-12 17:23:36 -08:00
Tim Allclair
8342d39956
Equate CPU limits below the minimum effective limit (10m)
2024-11-12 17:23:17 -08:00
Laura Lorenz
59f9858086
Move function specific to container restart test inline
...
Signed-off-by: Laura Lorenz <lauralorenz@google.com>
2024-11-12 23:59:30 +00:00
Laura Lorenz
529d5ba9d3
Don't overly indirect image name
...
Signed-off-by: Laura Lorenz <lauralorenz@google.com>
2024-11-12 23:34:57 +00:00
Laura Lorenz
8e7b2af712
Use a better util
...
Signed-off-by: Laura Lorenz <lauralorenz@google.com>
2024-11-12 23:30:03 +00:00
Laura Lorenz
285d433dea
Clearer image pull test and utils
...
Signed-off-by: Laura Lorenz <lauralorenz@google.com>
2024-11-12 23:30:00 +00:00
Laura Lorenz
e03d0f60ef
Orient tests to run faster, but tolerate infra slowdowns up to 5 minutes
...
Signed-off-by: Laura Lorenz <lauralorenz@google.com>
2024-11-12 21:48:28 +00:00
Laura Lorenz
d293c5088f
Fix spelling
...
Signed-off-by: Laura Lorenz <lauralorenz@google.com>
2024-11-12 21:12:20 +00:00
Kubernetes Prow Robot
252e9cbb23
Merge pull request #128754 from vivzbansal/sidecar-3
...
Add AllowSidecarResizePolicy to relax resize policy validation check of sidecar containers
2024-11-12 20:28:48 +00:00
Laura Lorenz
1da8ca816e
Extract restart number properly
...
Signed-off-by: Laura Lorenz <lauralorenz@google.com>
2024-11-12 20:00:11 +00:00
Laura Lorenz
2732d57e33
Missed refactor of container name here
...
Signed-off-by: Laura Lorenz <lauralorenz@google.com>
2024-11-12 19:50:11 +00:00
Laura Lorenz
e6059d7386
Fix typecheck and verify
...
Signed-off-by: Laura Lorenz <lauralorenz@google.com>
2024-11-12 19:48:38 +00:00
Kubernetes Prow Robot
79e5584257
Merge pull request #128682 from tallclair/ippr-beta
...
[FG:InPlacePodVerticalScaling] Graduate to Beta
2024-11-12 19:00:46 +00:00
Patrick Ohly
6c27e8dc8f
DRA kubelet: use unique protobuf package name
...
As mentioned in https://protobuf.dev/programming-guides/style , package names
"should be unique". For generated API pb files, Kubernetes uses
"k8s.io.api.<api group>.<version>". The same approach is now used for the
kubelet DRA v1beta1 API. This can be changed without a breaking change because
the API is still unreleased.
This avoids a conflict between the DevicePlugin and the DRA API when both get
used by kubelet:
2024/11/10 12:51:40 proto: duplicate proto type registered: v1beta1.Device
The exact impact of that conflict is unknown but it seems better to
pro-actively avoid the problem.
2024-11-12 18:06:50 +01:00
Kubernetes Prow Robot
8115baca00
Merge pull request #128666 from macsko/fix_scale_down_in_eventhandlingpodupdate_scheduler_perf_test_case
...
Fix pod scale down failure in EventHandlingPodUpdate scheduler_perf test
2024-11-12 16:28:47 +00:00
Dan Winship
49080bf02a
Document the existence of nftables as a kube-proxy mode.
2024-11-12 09:51:52 -05:00
Omer Aplatony
80ed375e37
Fixed time
...
Signed-off-by: Omer Aplatony <omerap12@gmail.com>
2024-11-12 14:36:22 +02:00
Omer Aplatony
8b90c9e885
lint
...
Signed-off-by: Omer Aplatony <omerap12@gmail.com>
2024-11-12 13:45:26 +02:00
Omer Aplatony
991651353d
lint
...
Signed-off-by: Omer Aplatony <omerap12@gmail.com>
2024-11-12 13:12:17 +02:00
ah8ad3
7580e6ac00
Revert PR #126533 and add a test case for the case where there is yaml
...
structed texts in the description.
We should find a way to both relign line breaks and not break these kind
of texts.
Signed-off-by: ah8ad3 <ah8ad3@gmail.com>
2024-11-12 14:23:03 +03:30
Omer Aplatony
fe46e47bd1
chore: update deprecated polling methods in apiextensions-apiserver
...
Signed-off-by: Omer Aplatony <omerap12@gmail.com>
2024-11-12 12:01:40 +02:00
Talor Itzhak
dc258e65ac
memmanager:cleanup: drop Experimental
prefix
...
Since MemoryManager goes GA, we should drop the
`Experimental` prefix from the its fields.
Signed-off-by: Talor Itzhak <titzhak@redhat.com>
2024-11-12 09:45:17 +02:00
Laura Lorenz
f032068ef7
Focus on restart numbers instead of timing
...
Signed-off-by: Laura Lorenz <lauralorenz@google.com>
2024-11-12 07:12:24 +00:00
vivzbansal
95591abd02
Add AllowSidecarResizePolicy to relax resize policy validation check of sidecar containers
2024-11-12 05:08:51 +00:00
Laura Lorenz
bad037b505
Formatting
...
Signed-off-by: Laura Lorenz <lauralorenz@google.com>
2024-11-12 04:48:10 +00:00
Laura Lorenz
15bae1eadf
Add container restart test too
...
Signed-off-by: Laura Lorenz <lauralorenz@google.com>
2024-11-12 04:30:46 +00:00
Laura Lorenz
fc4ac5efeb
Move image pull backoff test to be with other image pull tests
...
Signed-off-by: Laura Lorenz <lauralorenz@google.com>
2024-11-12 01:27:44 +00:00
Laura Lorenz
2479d91f2a
Fix test to count pull tries
...
Signed-off-by: Laura Lorenz <lauralorenz@google.com>
2024-11-12 01:27:34 +00:00
Kubernetes Prow Robot
6b031e50b2
Merge pull request #128713 from tallclair/ippr-debug-events
...
[FG:InPlacePodVerticalScaling] Emit events for Deferred and Infeasible statuses
2024-11-11 23:22:45 +00:00
Kubernetes Prow Robot
f5d1fdf772
Merge pull request #128718 from tallclair/no-cpu-limit
...
[FG:InPlacePodVerticalScaling] Enable resizing containers without limits
2024-11-11 22:08:46 +00:00
Stephen Kitt
3d069b2a8a
Add myself to client-go reviewers
...
Given the ongoing work on generifying client-go, it might make sense
for me to be a reviewer (at least to keep better track of changes
being made before they go in).
Signed-off-by: Stephen Kitt <skitt@redhat.com>
2024-11-11 15:03:14 -07:00
Tim Allclair
2935b106dc
Set default ResizePolicy in fuzzer for roundtrip tests
2024-11-11 12:44:33 -08:00
Tim Allclair
4991d2feb5
Resize E2E tests without limits
2024-11-11 12:04:36 -08:00
Tim Allclair
25cf2a2aac
Allow adding limits
2024-11-11 12:04:36 -08:00
Tim Allclair
caedccf0e4
Allow resize when pod limits aren't set
2024-11-11 12:04:36 -08:00
Tim Allclair
9df464fee7
Generate ContainerManager mocks
2024-11-11 12:04:36 -08:00
Jordan Liggitt
b1830bd1de
Improve validation for missing storedVersion
2024-11-11 12:19:57 -07:00
Kubernetes Prow Robot
2e0cc1befe
Merge pull request #127943 from ii/promote-serviceaccounttoken-test
...
Promote ServiceAccount e2e test to Conformance
2024-11-11 18:12:45 +00:00
Laura Lorenz
6ef05dbd01
The idea of how this test should work
...
Signed-off-by: Laura Lorenz <lauralorenz@google.com>
2024-11-11 17:55:41 +00:00
Laura Lorenz
6337a28a68
Organize into its own context
...
Signed-off-by: Laura Lorenz <lauralorenz@google.com>
2024-11-11 17:55:41 +00:00
Laura Lorenz
f913b7afe8
Adding imagepull backoff test
...
Signed-off-by: Laura Lorenz <lauralorenz@google.com>
2024-11-11 17:55:41 +00:00
yaroslavborbat
5db88777c4
change the CapExec value to false by default
...
Signed-off-by: yaroslavborbat <yaroslav.752@gmail.com>
2024-11-11 12:23:39 +03:00
jyh071116
636419cdd7
Fix nil pointer dereference in selectable fields check
...
When checking specVersion.SelectableFields, if specVersion is nil, a nil pointer dereference could occur. This change updates the conditional to use || instead of &&, ensuring that the check for specVersion being nil happens first, avoiding potential runtime panics.
Additionally, a new test case has been added to validate this condition, ensuring safe handling of nil values for specVersion and empty SelectableFields.
Signed-off-by: pirates <whalehunting.bob@gmail.com>
2024-11-11 17:03:08 +09:00
Tim Allclair
4bbc6f1c2c
Move pod_resize tests out of alpha
2024-11-09 14:29:02 -08:00
Tim Allclair
479b300227
Fix unit tests
2024-11-09 14:29:02 -08:00
Tim Allclair
7378b5e690
Graduate InPlacePodVerticalScaling to Beta
2024-11-09 14:29:02 -08:00
Kubernetes Prow Robot
8fe10dc378
Merge pull request #128691 from sanposhiho/flaky-candidate
...
fix: flaky TestPrepareCandidate
2024-11-09 19:38:44 +00:00
Kubernetes Prow Robot
1b08de5f7f
Merge pull request #128722 from dims/possible-fix-for-alpha-feature-breaking-tests
...
Fix for alpha CI jobs failing with AllowUnsafeMalformedObjectDeletion switched on
2024-11-09 16:28:43 +00:00