Chulong Li
3701f878d6
Fix the logic on TestGetStaticPodToMirrorPodMap
...
Fix the logic on TestGetStaticPodToMirrorPodMap
Add back the length check logic
2025-03-20 20:46:13 +08:00
Patrick Ohly
2d05c3849a
DRA E2E: fix "cluster must manage ResourceSlices" test
...
Adding SharedCounters broke the test and wasn't detected in the presubmit
because the test is slow and didn't run.
We could add a "SharedCounters is empty" clause, but probably it is safer
to be less strict in the test and tolerate unknown fields. This will also
minimize the work which needs to be done in the v1beta2 PR.
2025-03-20 13:40:43 +01:00
googs1025
ca42addbdf
chore(scheduler): add filter integration tests for missing part plugins: NodeResources plugin
2025-03-20 19:47:52 +08:00
Patrick Ohly
2a9a3ea827
test: switch gotestsum quiet output format
...
"--format standard-quiet" shows log output on stderr (= klog logging) if it
occurs outside of a test (= test has leaked something). That is inconsistent
with "go test" without -v and a problem for pull-kubernetes-unit because many
tests do not clean up properly.
"pkgname-and-test-fails" hides the extra output and seems similar enough:
pkgname-and-test-fails print a line for each package and failed test output
$ gotestsum --format pkgname-and-test-fails ./test/internal/logging --count=1
✓ test/internal/logging (5.007s)
DONE 1 tests in 5.384s
2025-03-20 12:09:44 +01:00
Kubernetes Prow Robot
473533adaa
Merge pull request #130638 from A-transformer/fix_typo_matchexpressions
...
fix typo
2025-03-20 03:52:38 -07:00
Kubernetes Prow Robot
08570c779b
Merge pull request #130276 from stlaz/svm_flakes
...
Fix SVM test flaking because of occasional slow resource storage update
2025-03-20 03:52:31 -07:00
Marek Siarkowicz
f82c9e56d9
Serve LISTs with exact RV and continuations from cache
2025-03-20 09:42:18 +01:00
Gunju Kim
657ccc3099
Ensure that the pod has the proper phase upon re-initialization
...
This fixes the pod with restartable init containers to have a proper
phase after the pod sandbox re-creation.
Currently, the `runtime.PodStatus` cannot retrieve the active container
statuses, which are the container statuses associated with the current
pod sandbox. This adds the `ActiveContainerStatuses` to
`runtime.PodStatus`, allowing it to include the container statuses of
the current pod sandbox, and fixes the kubelet to correctly set the pod
Phase to `Pending` when no active regular containers are present.
2025-03-20 17:38:41 +09:00
Kubernetes Prow Robot
6b8e5a9457
Merge pull request #130931 from nojnhuh/dra-vap-e2e
...
Remove unused VAP for DRA admin access e2e test
2025-03-20 01:36:51 -07:00
Kubernetes Prow Robot
10bdb0a155
Merge pull request #130768 from es-ma-n/es-ma-n-remove-sidecar-feature-gate-check
...
Remove feature-gate checks for SidecarContainers(GA)
2025-03-20 01:36:42 -07:00
Kubernetes Prow Robot
65d9066665
Merge pull request #130680 from macsko/update_backoffq_less_function_to_order_by_priority_in_windows
...
Update backoffQ's less function to order pods by priority in windows
2025-03-20 01:36:31 -07:00
Francesco Romani
3c7ed00e22
node: kep-2625: cpu manager policy options GA
...
Move the support for CPUManager Policy Options to GA
Signed-off-by: Francesco Romani <fromani@redhat.com>
2025-03-20 08:31:32 +01:00
kerthcet
1a34095f75
KEP-3094 Promote NodeInclusionPolicyInPodTopologySpread to Stable
...
Signed-off-by: kerthcet <kerthcet@gmail.com>
2025-03-20 14:54:42 +08:00
vinay kulkarni
1208f25b3f
Verify oom_score_adj for containers that have been restarted in pod resize e2e
2025-03-20 05:57:41 +00:00
Shingo Omura
c6d6e0414c
KEP-3619: rename variable in TestPodAdmissionBasedOnSupplementalGroupsPolicy
2025-03-20 13:46:04 +09:00
Shingo Omura
586af6b568
KEP-3619: move SupplementalGroupsPolicy e2e test from /e2e/node/ to /e2e/common/node/
2025-03-20 13:46:01 +09:00
Shingo Omura
4055b1a9b5
KEP-3619: update e2e test to check a pod with SupplementalGroupsPolicy=Strict should be rejected when the node does not support the feature
2025-03-20 13:45:23 +09:00
Shingo Omura
eda274ed7e
KEP-3619: merge SupplementalGroupsPolicy dedicated validation tests into standard ones
2025-03-20 13:45:22 +09:00
Shingo Omura
64a4e34989
KEP-3619: fix field path in validating ContainerUsers in PodStatusUpdate
2025-03-20 13:45:22 +09:00
Shingo Omura
2a0e51825b
KEP-3619: kubelet now rejects Pods with SupplementalGroupsPolicy=Strict on Nodes not supported this feature.
2025-03-20 13:45:22 +09:00
Shingo Omura
45846f6b4e
KEP-3619: Set Beta for SupplementalGroupsPolicy featuregate in v1.33
2025-03-20 13:45:21 +09:00
Natasha Sarkar
16abcd78bd
[FG:InPlacePodVerticalScaling] surface pod resize actuation errors in pod resize conditions ( #130902 )
...
* surface pod resize actuation errors in pod resize conditions
* update kubelet unit tests
* fix all other kubelet unit tests
* fix linter error
* address feedback
* fix test failure
2025-03-19 20:12:54 -07:00
Kubernetes Prow Robot
d8607b91a7
Merge pull request #130764 from cici37/partitionableDevice
...
[KEP-4815]DRA Partitionable device
2025-03-19 20:12:47 -07:00
Kubernetes Prow Robot
68b456b76f
Merge pull request #129713 from HirazawaUi/promote-DisableNodeKubeProxyVersion-to-default
...
Promote the DisableNodeKubeProxyVersion feature gate to be enabled by default
2025-03-19 20:12:40 -07:00
Kubernetes Prow Robot
ba742a9aec
Merge pull request #129574 from p-shah256/imagefs-tests
...
Separate SeparateDiskTests from eviction
2025-03-19 20:12:33 -07:00
euiseok
bfaa2496b2
Remove SidecarContainer feature-gate check
2025-03-20 11:46:00 +09:00
Kubernetes Prow Robot
ce87977639
Merge pull request #130916 from richabanker/oidc-flags-v3
...
Remove mutation of authn options by binding flag setters to a tracking bool in options
2025-03-19 19:04:37 -07:00
Kubernetes Prow Robot
e87e840413
Merge pull request #130880 from tallclair/ippr-allocatable
...
[FG:InPlacePodVerticalScaling] Add back `AllocatedResources` and use it for scheduling
2025-03-19 19:04:30 -07:00
vinay kulkarni
ec1b493a08
Populate status memory requests from actuated resources
2025-03-20 01:46:28 +00:00
Kubernetes Prow Robot
b4c6895d0b
Merge pull request #130930 from siyuanfoundation/help
...
chore: update emulation version help msg.
2025-03-19 17:54:58 -07:00
Kubernetes Prow Robot
63bd581695
Merge pull request #130908 from BenTheElder/test-labels-match
...
Implement WithFeatureGate label proposal
2025-03-19 17:54:51 -07:00
Kubernetes Prow Robot
1704c52a2e
Merge pull request #130726 from rata/userns-e2e-kubelet-mappings
...
Userns: Add e2e tests for custom kubelet mappings, skip on windows and minor improvements
2025-03-19 17:54:43 -07:00
Kubernetes Prow Robot
6ec6faad61
Merge pull request #130681 from saschagrunert/image-volume-subpath-e2e
...
[KEP-4639] Image volume subpath e2e
2025-03-19 17:54:36 -07:00
Kubernetes Prow Robot
26b1d3424a
Merge pull request #129893 from simonfogliato/kubelet-log-permissions
...
Use uncompressed kubelet log file permissions when compressed.
2025-03-19 17:54:30 -07:00
Daniel Shebib
1ee7d946d7
WIP add tests for regular container image updates
2025-03-19 19:37:58 -05:00
Cici Huang
f04cfdf6e7
Update gofmt.
2025-03-19 23:21:30 +00:00
Kubernetes Prow Robot
648620da0e
Merge pull request #130541 from swatisehgal/distribute-across-numa-beta-graduation
...
node: cpu-mgr: Graduation of `distribute-cpus-across-numa` policy option to Beta
2025-03-19 16:12:33 -07:00
HirazawaUi
39d6396aea
Promote the DisableNodeKubeProxyVersion feature gate to be enabled by default.
2025-03-20 07:03:12 +08:00
Tim Allclair
c292772710
Consider AllocatableResources when computing pod requests
2025-03-19 16:00:05 -07:00
Tim Allclair
aba588cd14
Deprecate IPPVSAllocatedStatus: always set allocatedResources with InPlacePodVerticalScaling
2025-03-19 16:00:02 -07:00
Benjamin Elder
798ce5bde2
e2e framework: add BetaDefaultOff feature gate testcase
2025-03-19 15:36:47 -07:00
Benjamin Elder
507621e0da
implement WithFeatureGate label proposal
...
Ginkgo label changes:
- Feature:Alpha => Alpha
- Feature:Beta => Beta
- Feature:OffByDefault mirrored to labels from test name
- BetaOffByDefault label added
2025-03-19 15:19:28 -07:00
Anish Ramasekar
1738c0bc4c
Add ltsc2025 for windows-servercore-cache test image
...
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2025-03-19 15:11:31 -07:00
Cici Huang
ea2f888109
Auto gen
2025-03-19 22:10:48 +00:00
Cici Huang
6d7f11689d
Complete feature impl, fix issues, add perDeviceNodeSelection support, add tests, address comments, etc.
2025-03-19 22:10:48 +00:00
Morten Torkildsen
ecba6cde1d
Allocator updates
2025-03-19 22:10:48 +00:00
Cici Huang
ece1d76e80
API manual changes
...
Co-authored-by: Morten Torkildsen <mortent@google.com>
2025-03-19 22:10:48 +00:00
Morten Torkildsen
deaaa124a5
DRA: Feature gate for Partitionable Devices
...
Co-authored-by: cici37 <cicih@google.com>
2025-03-19 22:10:48 +00:00
Richa Banker
baaa38c099
Remove mutation of authn options by binding flag setters to a tracking boolean in options
2025-03-19 14:51:19 -07:00
Kubernetes Prow Robot
67bdb110b4
Merge pull request #130121 from yongruilin/featuregate-unversion-clean
...
[compatibility version] clean using unversioned featuregate
2025-03-19 14:34:30 -07:00