-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] master from kubernetes:master #838
base: master
Are you sure you want to change the base?
Commits on Nov 7, 2024
-
chore: update import-restrictions.yaml
The `k8s.io/utils/ptr` should be allowed for import within ./pkg/apis/core Signed-off-by: Jian Zeng <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a137b08 - Browse repository at this point
Copy the full SHA a137b08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dae42a - Browse repository at this point
Copy the full SHA 4dae42aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d1d718 - Browse repository at this point
Copy the full SHA 7d1d718View commit details -
Configuration menu - View commit details
-
Copy full SHA for 385d2b1 - Browse repository at this point
Copy the full SHA 385d2b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1739ee2 - Browse repository at this point
Copy the full SHA 1739ee2View commit details -
Merge pull request #121897 from carlory/ds-registry-test
daemonset registry: add unit test for UpdateStatus
Configuration menu - View commit details
-
Copy full SHA for 3b69780 - Browse repository at this point
Copy the full SHA 3b69780View commit details -
Merge pull request #126096 from utam0k/support-disabling-oom-group-kill
kubelet: new kubelet config option for disabling group oom kill
Configuration menu - View commit details
-
Copy full SHA for c462d4c - Browse repository at this point
Copy the full SHA c462d4cView commit details -
Merge pull request #128190 from HarshalNeelkamal/external-jwt
Add plugin and key-cache for ExternalJWTSigner integration
Configuration menu - View commit details
-
Copy full SHA for 6cc3570 - Browse repository at this point
Copy the full SHA 6cc3570View commit details -
DRA kubelet: separate beta and alpha gRPC APIs
Reusing types from the alpha in the beta made it possible to provide and use both versions without conversion. The downside was that removal of the alpha would have been harder, if not impossible. DRA drivers could continue to use the alpha types and provided the beta interface automatically. Now the two versions are completely separate gRPC APIs, although in practice there are no differences besides the name. Support for the alpha API in kubelet is provided via automatically generated conversion and manually written interface wrappers. Those are provided as part of the v1alpha4 package. The advantage of having all of that in a central place is that it'll be easier to remove when no longer needed.
Configuration menu - View commit details
-
Copy full SHA for 9261a18 - Browse repository at this point
Copy the full SHA 9261a18View commit details -
Remove PodHostIPs feature gates.
Signed-off-by: Lan Liang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e5a3cd - Browse repository at this point
Copy the full SHA 6e5a3cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 631c5f9 - Browse repository at this point
Copy the full SHA 631c5f9View commit details -
Merge pull request #127946 from saku3/add-test-volumebinding-for-queu…
…einghint add integration test for volumebinding for queueinghint
Configuration menu - View commit details
-
Copy full SHA for 272bb95 - Browse repository at this point
Copy the full SHA 272bb95View commit details -
Merge pull request #128639 from jpbetz/fix-cost-test
Fix flake in CEL cost stability tests
Configuration menu - View commit details
-
Copy full SHA for 530278b - Browse repository at this point
Copy the full SHA 530278bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f1e69b - Browse repository at this point
Copy the full SHA 8f1e69bView commit details -
update opencontainers/selinux/go-selinux to v1.11.1
Signed-off-by: bzsuni <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f2ff07f - Browse repository at this point
Copy the full SHA f2ff07fView commit details -
scheduler_perf: fix steady-state pod creation/deletion
This fixes an issue in TestSchedulerPerf/SteadyStateClusterResourceClaimTemplate: scheduler_perf.go:1542: FATAL ERROR: op 7: delete scheduled pods: client rate limiter Wait returned an error: rate: Wait(n=1) would exceed context deadline That occurs when the test is almost done, but hasn't observed all scheduled pods yet. The previous attempt to address this error wasn't actually 100% correct. It covered the case when the context has already been canceled, but not this particular "will reach deadline soon".
Configuration menu - View commit details
-
Copy full SHA for 0301b6b - Browse repository at this point
Copy the full SHA 0301b6bView commit details -
Merge pull request #127956 from carlory/KEP-3902-test
node-lifecycle-controller: improve processPod test-coverage
Configuration menu - View commit details
-
Copy full SHA for 1ac23e2 - Browse repository at this point
Copy the full SHA 1ac23e2View commit details -
Merge pull request #128626 from dims/add-go-spew-to-unwanted-dependen…
…cies-we-track Add go-spew to unwanted dependencies we track
Configuration menu - View commit details
-
Copy full SHA for 09e5e62 - Browse repository at this point
Copy the full SHA 09e5e62View commit details -
[KEP-4817] API, validation and feature-gate
* Add status * Add validation to check if fields are correct (Network field, device has been allocated)) * Add feature-gate * Drop field if feature-gate not set Signed-off-by: Lionel Jouin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e595db - Browse repository at this point
Copy the full SHA 3e595dbView commit details -
[KEP-4817] Fix fuzz API tests and ./hack/update-featuregates.sh
Signed-off-by: Lionel Jouin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4bd62e5 - Browse repository at this point
Copy the full SHA 4bd62e5View commit details -
* Test feature-gate enabled/disabled for validation * Test pkg/registry/resource/resourceclaim * Add Data and NetworkData to integration test Signed-off-by: Lionel Jouin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d7a16b - Browse repository at this point
Copy the full SHA 5d7a16bView commit details -
[KEP-4817] Drop deallocated devices from resourceclaim.status.devices
Signed-off-by: Lionel Jouin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c593592 - Browse repository at this point
Copy the full SHA c593592View commit details -
[KEP-4817] E2E: Update ResourceClaim.Status.Devices
Signed-off-by: Lionel Jouin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8be335a - Browse repository at this point
Copy the full SHA 8be335aView commit details -
[KEP-4817] Remove pointer on Data, InterfaceName and HWAddress fields
Adapat validation and tests based on these API changes Signed-off-by: Lionel Jouin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cb9ee1d - Browse repository at this point
Copy the full SHA cb9ee1dView commit details -
[KEP-4817] Remove unnecessary DeepCopy in validation tests
Signed-off-by: Lionel Jouin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5df47a6 - Browse repository at this point
Copy the full SHA 5df47a6View commit details -
[KEP-4817] Fixes based on review
* Rename HWAddress to HardwareAddress * Fix condition validation * Remove feature gate validation * Fix drop field on disabled feature gate Signed-off-by: Lionel Jouin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a062f91 - Browse repository at this point
Copy the full SHA a062f91View commit details -
[KEP-4817] Improve NetworkData Validation
* Add max length for InterfaceName and HardwareAddress * Prevent duplicated Addresses Signed-off-by: Lionel Jouin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ab33b8 - Browse repository at this point
Copy the full SHA 8ab33b8View commit details -
[KEP-4817] Use structured.MakeDeviceID
Signed-off-by: Lionel Jouin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43d23b8 - Browse repository at this point
Copy the full SHA 43d23b8View commit details -
[KEP-4817] Rename Addresses to IPs
Signed-off-by: Lionel Jouin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b76ba1 - Browse repository at this point
Copy the full SHA 4b76ba1View commit details -
Signed-off-by: Lionel Jouin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e0035e - Browse repository at this point
Copy the full SHA 7e0035eView commit details -
[KEP-4817] Add data length limit (from #128601)
Signed-off-by: Lionel Jouin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39f55e1 - Browse repository at this point
Copy the full SHA 39f55e1View commit details -
Signed-off-by: Lionel Jouin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d28b50e - Browse repository at this point
Copy the full SHA d28b50eView commit details -
[KEP-4817] UPDATE_API_KNOWN_VIOLATIONS=true ./hack/update-codegen.sh
Signed-off-by: Lionel Jouin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c1dd8c6 - Browse repository at this point
Copy the full SHA c1dd8c6View commit details -
Add integration test for NodeVolumeLimits in requeueing scenarios
Signed-off-by: utam0k <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e828a4b - Browse repository at this point
Copy the full SHA e828a4bView commit details -
Merge pull request #124952 from AxeZhan/maxContainerRestarts
[Sidecar Containers] Pods comparison by maxContainerRestarts should account for sidecar containers
Configuration menu - View commit details
-
Copy full SHA for 9a9331a - Browse repository at this point
Copy the full SHA 9a9331aView commit details -
Merge pull request #128630 from SergeyKanzhelev/cancelOldDRAPluginCon…
…text call cancel on plugin that is replaced by another plugin with the same name
Configuration menu - View commit details
-
Copy full SHA for 4391d09 - Browse repository at this point
Copy the full SHA 4391d09View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecf2b40 - Browse repository at this point
Copy the full SHA ecf2b40View commit details -
Merge pull request #128637 from jpbetz/fix-mutating-admission-defaulting
Bug fix: MutatingAdmissionPolicy should default builtin types after each mutation
Configuration menu - View commit details
-
Copy full SHA for 9729ac8 - Browse repository at this point
Copy the full SHA 9729ac8View commit details -
Merge pull request #128648 from pohly/dra-scheduler-perf-flake
scheduler_perf: fix steady-state pod creation/deletion
Configuration menu - View commit details
-
Copy full SHA for 48ead4e - Browse repository at this point
Copy the full SHA 48ead4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b96eee8 - Browse repository at this point
Copy the full SHA b96eee8View commit details -
kubelet: don't check for mounted before update dsw PV size
We are still only calling NodeExpand after the volume is mounted. avoid depending on ASW from dswp.findAndAddNewPods(). It is weird to determine desired state based on actual state.
Configuration menu - View commit details
-
Copy full SHA for fd2dbe0 - Browse repository at this point
Copy the full SHA fd2dbe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bed96b4 - Browse repository at this point
Copy the full SHA bed96b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba70c76 - Browse repository at this point
Copy the full SHA ba70c76View commit details -
Merge pull request #127224 from utam0k/test-qhint-csi
Add integration test for NodeVolumeLimits in requeueing scenarios
Configuration menu - View commit details
-
Copy full SHA for 40498ce - Browse repository at this point
Copy the full SHA 40498ceView commit details -
Merge pull request #128148 from bzsuni/bz/dependence/opencontainers/s…
…elinux/v1.11.1 Dependences: update opencontainers/selinux to v1.11.1
Configuration menu - View commit details
-
Copy full SHA for 52ebcb1 - Browse repository at this point
Copy the full SHA 52ebcb1View commit details -
Merge pull request #128383 from carlory/cleanup-codes
remove csi translator from volume operation generator
Configuration menu - View commit details
-
Copy full SHA for 7667a68 - Browse repository at this point
Copy the full SHA 7667a68View commit details -
Merge pull request #128634 from thockin/remove_PodHostIPs_gate_for_1.32
Remove PodHostIPs feature gates
Configuration menu - View commit details
-
Copy full SHA for ef37cb5 - Browse repository at this point
Copy the full SHA ef37cb5View commit details -
Merge pull request #128640 from mengqiy/spreadkubeletlaod
Add random interval to nodeStatusReport interval every time after an actual node status change
Configuration menu - View commit details
-
Copy full SHA for c9024e7 - Browse repository at this point
Copy the full SHA c9024e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 379bff8 - Browse repository at this point
Copy the full SHA 379bff8View commit details -
Fix content type fallback when a client defaults to CBOR.
With the ClientsAllowCBOR client-go feature gate enabled, a 415 response to a CBOR-encoded REST causes all subsequent requests from the client to fall back to a JSON request encoding. This mechanism had only worked as intended when CBOR was explicitly configured in the ClientContentConfig. When both ClientsAllowCBOR and ClientsPreferCBOR are enabled, an unconfigured (empty) content type defaults to CBOR instead of JSON. Both ways of configuring a client to use the CBOR request encoding are now subject to the same fallback mechanism.
Configuration menu - View commit details
-
Copy full SHA for a77f4c7 - Browse repository at this point
Copy the full SHA a77f4c7View commit details -
Add E2E test for CBOR client compatibility with older apiservers.
Clients must be able to use CBOR without a guarantee that all apiservers support it. The apiserver aggregation layer avoids changing in any way that would require an aggregated apiservers to be updated. This end-to-end test verifies that a client's content negotiation behaviors continue to work over time when communicating with a 1.17 sample-apiserver.
Configuration menu - View commit details
-
Copy full SHA for 42d3e97 - Browse repository at this point
Copy the full SHA 42d3e97View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8b5401 - Browse repository at this point
Copy the full SHA c8b5401View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9705024 - Browse repository at this point
Copy the full SHA 9705024View commit details -
Job: Add evaluation step comments in the syncJob
Signed-off-by: Yuki Iwai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5dda60e - Browse repository at this point
Copy the full SHA 5dda60eView commit details -
Replace PollImmediate with PollUntilContextTimeout (#128147)
* Replace PollImmediate with PollUntilContextTimeout Signed-off-by: Omer Aplatony <[email protected]> * Add context to RetryErrorCondition function Signed-off-by: Omer Aplatony <[email protected]> * lint: fix error comparison in scale package Signed-off-by: Omer Aplatony <[email protected]> * Fix RetryErrorCondition function signature Signed-off-by: Omer Aplatony <[email protected]> * revert to if err statement Signed-off-by: Omer Aplatony <[email protected]> --------- Signed-off-by: Omer Aplatony <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d816f1 - Browse repository at this point
Copy the full SHA 9d816f1View commit details -
Merge pull request #128495 from olyazavr/refresh-probed-plugins
refresh probed plugins on init to avoid probe race/erroneous unmounts
Configuration menu - View commit details
-
Copy full SHA for e30492f - Browse repository at this point
Copy the full SHA e30492fView commit details -
Merge pull request #128646 from pohly/dra-kubelet-separate-beta-api
DRA kubelet: separate beta and alpha gRPC APIs
Configuration menu - View commit details
-
Copy full SHA for 33c64b3 - Browse repository at this point
Copy the full SHA 33c64b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecb5fc4 - Browse repository at this point
Copy the full SHA ecb5fc4View commit details -
node: cm: don't share containerMap instances between managers
Since the GA graduation of memory manager in #128517 we are sharing the initial container map across managers. The intention of this sharing was not to actually share a data structure, but 1. save the relatively expensive relisting from runtime 2. have all the managers share a consistent view - even though the chance for misalignement tend to be tiny. The unwanted side effect though is now all the managers race to modify a data shared, not thread safe data structure. The fix is to clone (deepcopy) the computed map when passing it to each manager. This restores the old semantic of the code. This issue brings the topic of possibly managers go out of sync since each of them maintain a private view of the world. This risk is real, yet this is how the code worked for most of the lifetime, so the plan is to look at this and evaluate possible improvements later on. Signed-off-by: Francesco Romani <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a99bfc - Browse repository at this point
Copy the full SHA 2a99bfcView commit details -
Merge pull request #124817 from carlory/cleanup-VolumePluginMgr
remove loggedDeprecationWarnings from VolumePluginMgr
Configuration menu - View commit details
-
Copy full SHA for c93ba4e - Browse repository at this point
Copy the full SHA c93ba4eView commit details -
Merge pull request #128472 from sanposhiho/qhint-beta
feat: graduate SchedulerQueueingHints to beta
Configuration menu - View commit details
-
Copy full SHA for e5f5975 - Browse repository at this point
Copy the full SHA e5f5975View commit details -
Merge pull request #128498 from googs1025/flake/TestReconcilerAPIServ…
…erLeaseMultiCombined flake(TestReconcilerAPIServerLeaseMultiCombined): fix TestReconcilerAPIServerLeaseMultiCombined flake
Configuration menu - View commit details
-
Copy full SHA for a660b51 - Browse repository at this point
Copy the full SHA a660b51View commit details -
Merge pull request #128664 from carlory/fix-node
mark the status of fake node as NotReady
Configuration menu - View commit details
-
Copy full SHA for af41aa1 - Browse repository at this point
Copy the full SHA af41aa1View commit details -
Gate: disallow in-place resize for guaranteed pods on nodes with a st…
…atic topology policy New gate "InPlacePodVerticalScalingExclusiveCPUs" is off by default, but can be enabled to unblock development of Static CPU management alongside InPlacePodVerticalScaling.
Configuration menu - View commit details
-
Copy full SHA for 2d8939c - Browse repository at this point
Copy the full SHA 2d8939cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4b83e7 - Browse repository at this point
Copy the full SHA a4b83e7View commit details -
fix: move the queueing integration tests to another package to addres…
…s the timeout issue
Configuration menu - View commit details
-
Copy full SHA for 6e19d5a - Browse repository at this point
Copy the full SHA 6e19d5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50362ac - Browse repository at this point
Copy the full SHA 50362acView commit details -
Merge pull request #128569 from tenzen-y/add-job-evaluation-orders-co…
…mment Job: Add evaluation step comments in the syncJob
Configuration menu - View commit details
-
Copy full SHA for 631d83b - Browse repository at this point
Copy the full SHA 631d83bView commit details -
Merge pull request #128641 from benluddy/e2e-cbor-client-compat
KEP-4222: Fix JSON fallback for clients using default content-type and add E2E client test.
Configuration menu - View commit details
-
Copy full SHA for 7243fa6 - Browse repository at this point
Copy the full SHA 7243fa6View commit details -
Merge pull request #128658 from stlaz/ctb_alpha_extend
clustertrustbundles: extend alpha for 2 more releases
Configuration menu - View commit details
-
Copy full SHA for 9c571ab - Browse repository at this point
Copy the full SHA 9c571abView commit details -
Maintain 10 minute recovery threshold for container backoff
Signed-off-by: Laura Lorenz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0b83a7 - Browse repository at this point
Copy the full SHA a0b83a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68fcc9c - Browse repository at this point
Copy the full SHA 68fcc9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc41c91 - Browse repository at this point
Copy the full SHA dc41c91View commit details -
Configuration menu - View commit details
-
Copy full SHA for c68a11a - Browse repository at this point
Copy the full SHA c68a11aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 070f74b - Browse repository at this point
Copy the full SHA 070f74bView commit details -
Merge pull request #127360 from knight42/feat/split-stdout-stderr-ser…
…ver-side API: add a new `Stream` field to `PodLogOptions`
Configuration menu - View commit details
-
Copy full SHA for 9660e5c - Browse repository at this point
Copy the full SHA 9660e5cView commit details -
Merge pull request #128170 from sanposhiho/async-preemption
feature(KEP-4832): asynchronous preemption
Configuration menu - View commit details
-
Copy full SHA for fb03382 - Browse repository at this point
Copy the full SHA fb03382View commit details -
Merge pull request #128518 from tallclair/pleg-watch-conditions
[FG:InPlacePodVerticalScaling] PLEG watch conditions: rapid polling for expected changes
Configuration menu - View commit details
-
Copy full SHA for 25101d3 - Browse repository at this point
Copy the full SHA 25101d3View commit details -
Merge pull request #128644 from huww98/multi-volume-part-1
kubelet: don't check for mounted before update dsw PV size
Configuration menu - View commit details
-
Copy full SHA for aee1a91 - Browse repository at this point
Copy the full SHA aee1a91View commit details -
Merge pull request #128657 from ffromani/unshare-containermap-among-m…
…anagers node: cm: don't share containerMap instances between managers
Configuration menu - View commit details
-
Copy full SHA for 847be85 - Browse repository at this point
Copy the full SHA 847be85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 851dbf2 - Browse repository at this point
Copy the full SHA 851dbf2View commit details -
api: add a new field to meta/v1 DeleteOptions
- add a new boolean field IgnoreStoreReadErrorWithClusterBreakingPotential to meta/v1 DeleteOptions - add validation for the new delete option add validation for the new field in the delete options ignoreStoreReadErrorWithClusterBreakingPotential - prevent the pod eviction handler from issuing an unsafe pod delete prevent the pod eviction handler from enabling the 'ignoreStoreReadErrorWithClusterBreakingPotential' delete option
Configuration menu - View commit details
-
Copy full SHA for b6773f1 - Browse repository at this point
Copy the full SHA b6773f1View commit details -
fix: draining remote stream after port-forward connection broken
Signed-off-by: Nic <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dbe6b66 - Browse repository at this point
Copy the full SHA dbe6b66View commit details -
Clean error handling in port-forward
This commit introduces: 1. Cleanups in port-forwarding error handling code, which ensures that we only compare lowercased text always. 2. E2E verifying that when a pod is removed a port-forward is stopped. Signed-off-by: Maciej Szulik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b1617c - Browse repository at this point
Copy the full SHA 0b1617cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b209a62 - Browse repository at this point
Copy the full SHA b209a62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bf6eec - Browse repository at this point
Copy the full SHA 8bf6eecView commit details -
kubelet/kuberuntime: switch to runc/libct
runc/libcontainer/cgroups.ParseCgroupFile is a universal function; for cgroup v2 it returns path to unified in a map with "" as a key. Let's use it here, dropping cgroups dependency entirely. Amends commit e86d02b. Signed-off-by: Kir Kolyshkin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a1b0f2 - Browse repository at this point
Copy the full SHA 3a1b0f2View commit details -
Merge pull request #126336 from HirazawaUi/remove-runonce-mode
Kubelet: Remove runonce mode
Configuration menu - View commit details
-
Copy full SHA for 1ce20b2 - Browse repository at this point
Copy the full SHA 1ce20b2View commit details -
Merge pull request #126653 from zhifei92/fix-podstatus
fix the issue of losing the pending phase after a node restart.
Configuration menu - View commit details
-
Copy full SHA for 1dd81aa - Browse repository at this point
Copy the full SHA 1dd81aaView commit details -
Merge pull request #127326 from stlaz/ctb_new_signer
trustbundles: add a new kube-apiserver-serving signer
Configuration menu - View commit details
-
Copy full SHA for b82013e - Browse repository at this point
Copy the full SHA b82013eView commit details -
Merge pull request #128661 from sanposhiho/split-test
fix: move the queueing integration tests to another package to address the timeout issue
Configuration menu - View commit details
-
Copy full SHA for 601feb8 - Browse repository at this point
Copy the full SHA 601feb8View commit details -
Merge pull request #128668 from liggitt/externaljwt
Update staging docs to add externaljwt
Configuration menu - View commit details
-
Copy full SHA for 6e25c2a - Browse repository at this point
Copy the full SHA 6e25c2aView commit details -
kubelet/kuberuntime: use sync.OnceValue
This was added to Go 1.21, and makes the code simpler. (Best reviewed ignoring changes in amount of whitespace). Signed-off-by: Kir Kolyshkin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19477b7 - Browse repository at this point
Copy the full SHA 19477b7View commit details -
[KEP-4817] Add limits on conditions and IPs + fix documentation
Signed-off-by: Lionel Jouin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1183561 - Browse repository at this point
Copy the full SHA 1183561View commit details -
Configuration menu - View commit details
-
Copy full SHA for d84c8d2 - Browse repository at this point
Copy the full SHA d84c8d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 763e810 - Browse repository at this point
Copy the full SHA 763e810View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0548756 - Browse repository at this point
Copy the full SHA 0548756View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf8ee42 - Browse repository at this point
Copy the full SHA cf8ee42View commit details -
Merge pull request #128247 from mattcary/autodelete-ga
Promote StatefulSetAutoDeletePVC to stable in 1.32
Configuration menu - View commit details
-
Copy full SHA for 3300aa1 - Browse repository at this point
Copy the full SHA 3300aa1View commit details -
Merge pull request #128356 from lauralorenz/crashloopbackoff-maintain…
…10minuterecoverythreshold KEP-4603: Maintain current 10 minute recovery threshold for container backoff regardless of changes to the maximum duration
Configuration menu - View commit details
-
Copy full SHA for ab30adc - Browse repository at this point
Copy the full SHA ab30adcView commit details -
Merge pull request #128670 from liggitt/externaljwt-broadcast
Move broadcast of key updates into sync, fixup of externaljwt generation / test
Configuration menu - View commit details
-
Copy full SHA for b711380 - Browse repository at this point
Copy the full SHA b711380View commit details -
run 'make update' to code gen for changes in meta/v1 DeleteOptions
Configuration menu - View commit details
-
Copy full SHA for aff05b0 - Browse repository at this point
Copy the full SHA aff05b0View commit details -
implement unsafe deletion, and wire it
- implement unsafe deletion, and wire it - aggregate corrupt object error(s) from the storage LIST operation - extend storage error: a) add a new type ErrCodeCorruptObj to represent a corrupt object: b) add a new member 'InnerErr error' to StorageError to hold the inner error - add API status error
Configuration menu - View commit details
-
Copy full SHA for 5d4b4a1 - Browse repository at this point
Copy the full SHA 5d4b4a1View commit details -
add an integration test that exercises the unsafe delete flow
- add an integration test that exercises the unsafe delete flow - extend newTransformTest to enable RBAC - add integration test to verify that LIST returns corrupt object keys
Configuration menu - View commit details
-
Copy full SHA for 367a265 - Browse repository at this point
Copy the full SHA 367a265View commit details -
add access control check for unsafe delete
add access control check to ensure that the user has permission to do 'unsafe-delete-ignore-read-error' on the resource being deleted
Configuration menu - View commit details
-
Copy full SHA for 9932dbe - Browse repository at this point
Copy the full SHA 9932dbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25efc8f - Browse repository at this point
Copy the full SHA 25efc8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fa38a2 - Browse repository at this point
Copy the full SHA 3fa38a2View commit details -
Merge pull request #125757 from Nordix/esotsal/125205
[FG:InPlacePodVerticalScaling] Fix backoff problem when quickly reverting resize patch
Configuration menu - View commit details
-
Copy full SHA for 8504758 - Browse repository at this point
Copy the full SHA 8504758View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c9380c - Browse repository at this point
Copy the full SHA 3c9380cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b09acdf - Browse repository at this point
Copy the full SHA b09acdfView commit details -
Merge pull request #128681 from soltysh/client-go_port_forward_reset
Client go port forward reset, error handling and tests
Configuration menu - View commit details
-
Copy full SHA for 210deea - Browse repository at this point
Copy the full SHA 210deeaView commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8661f74 - Browse repository at this point
Copy the full SHA 8661f74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a3a40c - Browse repository at this point
Copy the full SHA 5a3a40cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bab6df8 - Browse repository at this point
Copy the full SHA bab6df8View commit details -
Merge pull request #125577 from richabanker/statusz
Add statusz endpoint for apiserver
Configuration menu - View commit details
-
Copy full SHA for 60651eb - Browse repository at this point
Copy the full SHA 60651ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for da8dc43 - Browse repository at this point
Copy the full SHA da8dc43View commit details -
Merge pull request #121968 from Peac36/fix/121414
add warnings for cases one of projected volume types get overwritten by service account token
Configuration menu - View commit details
-
Copy full SHA for a2a32fc - Browse repository at this point
Copy the full SHA a2a32fcView commit details -
Merge pull request #127275 from bouaouda-achraf/fix-quota-inplace-res…
…ize-delay [FG:InPlacePodVerticalScaling] bug(quota): handle resources changed on resource quota filter
Configuration menu - View commit details
-
Copy full SHA for 9f87719 - Browse repository at this point
Copy the full SHA 9f87719View commit details -
Merge pull request #127300 from hshiina/error-propagation
[FG:InPlacePodVerticalScaling] kubelet: Propagate error in doPodResizeAction() to the caller
Configuration menu - View commit details
-
Copy full SHA for 3005252 - Browse repository at this point
Copy the full SHA 3005252View commit details -
Merge pull request #127513 from tkashem/delete-undecryptable
KEP-3926: unsafe deletion of corrupt objects
Configuration menu - View commit details
-
Copy full SHA for 4d10ae8 - Browse repository at this point
Copy the full SHA 4d10ae8View commit details -
Merge pull request #128186 from sreeram-venkitesh/117767-in-place-pod…
…-vertical-scaling-version-skew Updated version skew strategy for InPlacePodVerticalScaling
Configuration menu - View commit details
-
Copy full SHA for 46b3d9b - Browse repository at this point
Copy the full SHA 46b3d9bView commit details -
Merge pull request #128240 from LionelJouin/KEP-4817
DRA: Implementation of ResourceClaim.Status.Devices (KEP-4817)
Configuration menu - View commit details
-
Copy full SHA for 4cf2818 - Browse repository at this point
Copy the full SHA 4cf2818View commit details -
Merge pull request #128506 from kolyshkin/cgroups-nit
kubelet/kuberuntime: switch to runc/libct
Configuration menu - View commit details
-
Copy full SHA for b35bbec - Browse repository at this point
Copy the full SHA b35bbecView commit details -
Merge pull request #128618 from knrc/error-check-fix
Fix error check
Configuration menu - View commit details
-
Copy full SHA for e1e92bc - Browse repository at this point
Copy the full SHA e1e92bcView commit details -
Merge pull request #128676 from vivzbansal/sidecar-3
Refactor: Move IsRestartableInitContainer to common utility package
Configuration menu - View commit details
-
Copy full SHA for 210f129 - Browse repository at this point
Copy the full SHA 210f129View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ce7b68 - Browse repository at this point
Copy the full SHA 0ce7b68View commit details -
Configuration menu - View commit details
-
Copy full SHA for e86c38b - Browse repository at this point
Copy the full SHA e86c38bView commit details -
Add missing comments in k8s.io/api/core/v1
Signed-off-by: Bo Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 495af2a - Browse repository at this point
Copy the full SHA 495af2aView commit details -
API changes for Pod Level Resources
1. Add Resources struct to PodSpec struct in both external and internal API packages 2. Adding feature gate and logic for dropping disabled fields for Pod Level Resources KEP: enhancements/keps/sig-node/2837-pod-level-resource-spec
Configuration menu - View commit details
-
Copy full SHA for d7f488b - Browse repository at this point
Copy the full SHA d7f488bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85488b5 - Browse repository at this point
Copy the full SHA 85488b5View commit details -
Adding support for pod level resources in kubectl
1. Add support for pod level resources in kubectl 2. Reuse the existing method to describe container resources and generalize it to describe both pod and container level resources
Configuration menu - View commit details
-
Copy full SHA for 502e0f5 - Browse repository at this point
Copy the full SHA 502e0f5View commit details -
Adding the logic to set default pod-level request as following:
1. If pod-level limit is set, pod-level request is unset and container-level request is set: derive pod-level request from container-level requests 2. If pod-level limit is set, pod-level request is unset and container-level request is unset: set pod-level request equal to pod-level limit
Configuration menu - View commit details
-
Copy full SHA for a2ddde8 - Browse repository at this point
Copy the full SHA a2ddde8View commit details -
Adding the logic to validate pod-level resources as following:
1. The effective container requests cannot be greater than pod-level requests 2. Inidividual container limits cannot be greater than pod-level limits 3. Only CPU & Memory are supported at pod-level 4. Inplace container resources updates are not supported if pod-level resources are set Note: effective container requests cannot be greater than pod-level limits is supported by transitivity. Effective container requests <= pod-level requests && pod-level requests <= pod-level limits; Therefore effective container requests <= pod-level limits Signed-off-by: ndixita <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a8dc27 - Browse repository at this point
Copy the full SHA 8a8dc27View commit details -
1. Use pod-level resource when feature is enabled and resources are set at pod-level 2. Edge case handling: When a pod defines only CPU or memory limits at pod-level (but not both), and container-level requests/limits are unset, the pod-level requests stay empty for the resource without a pod-limit. The container's request for that resource is then set to the default request value from schedutil.
Configuration menu - View commit details
-
Copy full SHA for 6db4044 - Browse repository at this point
Copy the full SHA 6db4044View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26f11c4 - Browse repository at this point
Copy the full SHA 26f11c4View commit details -
1. Pod cgrooup configured to use resources from pod spec if feature is enabled and resources are set at pod-level 2. Container cgroup limits defaulted to pod-level limits is container limits are not set
Configuration menu - View commit details
-
Copy full SHA for 5ea57fb - Browse repository at this point
Copy the full SHA 5ea57fbView commit details -
Adding OOM Score adjustment formula changes that takes pod level reso…
…urces into account Signed-off-by: ndixita <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a64597 - Browse repository at this point
Copy the full SHA 5a64597View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99a6153 - Browse repository at this point
Copy the full SHA 99a6153View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28dea49 - Browse repository at this point
Copy the full SHA 28dea49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7772214 - Browse repository at this point
Copy the full SHA 7772214View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9813d85 - Browse repository at this point
Copy the full SHA 9813d85View commit details -
Configuration menu - View commit details
-
Copy full SHA for b78f6e2 - Browse repository at this point
Copy the full SHA b78f6e2View commit details -
keeping the qos code as-is for the existing case when pod-level resou…
…rces are not set Signed-off-by: ndixita <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b30e6c8 - Browse repository at this point
Copy the full SHA b30e6c8View commit details -
Merge pull request #127581 from richabanker/flagz-apiserver
Add flagz endpoint for apiserver
Configuration menu - View commit details
-
Copy full SHA for 4d91d50 - Browse repository at this point
Copy the full SHA 4d91d50View commit details -
Merge pull request #128687 from tallclair/allocated-status
[FG:InPlacePodVerticalScaling] Fix AllocatedResources feature gate annotation
Configuration menu - View commit details
-
Copy full SHA for 3232e2f - Browse repository at this point
Copy the full SHA 3232e2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7680f0f - Browse repository at this point
Copy the full SHA 7680f0fView commit details -
Merge pull request #128287 from Nordix/esotsal/128068
[FG:InPlacePodVerticalScaling] Gate Disallow in-place resize for guaranteed pods on nodes with a static topology policy
Configuration menu - View commit details
-
Copy full SHA for 81dc453 - Browse repository at this point
Copy the full SHA 81dc453View commit details -
Merge pull request #128680 from tallclair/min-cpu
[FG:InPlacePodVerticalScaling] Handle edge cases around CPU MinShares
Configuration menu - View commit details
-
Copy full SHA for 0fff5bb - Browse repository at this point
Copy the full SHA 0fff5bbView commit details -
Merge pull request #128686 from thockin/take_over_pr-125233
Add missing comments in k8s.io/api/core/v1
Configuration menu - View commit details
-
Copy full SHA for 6db9477 - Browse repository at this point
Copy the full SHA 6db9477View commit details -
Remove deprecated extra-dirs flag
The extra-dirs input is no longer in use. The extra-dirs flag, however, is still present even though it is not wired in conversion code. As a result, any extra dirs inputs are provided via extra-dirs flag are not taken in consideration for conversion-gen. This flag should be removed from args options to avoid confusion. Signed-off-by: Vu Dinh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 917aa9a - Browse repository at this point
Copy the full SHA 917aa9aView commit details -
Revert "[FG:InPlacePodVerticalScaling] kubelet: Propagate error in do…
…PodResizeAction() to the caller"
Configuration menu - View commit details
-
Copy full SHA for bf8354d - Browse repository at this point
Copy the full SHA bf8354dView commit details -
Merge pull request #127857 from Jefftree/cle-v1alpha2
Coordinated Leader Election add v1alpha2
Configuration menu - View commit details
-
Copy full SHA for 45260fd - Browse repository at this point
Copy the full SHA 45260fdView commit details -
Merge pull request #128407 from ndixita/pod-level-resources
[PodLevelResources] Pod Level Resources Feature Alpha
Configuration menu - View commit details
-
Copy full SHA for c25f5ee - Browse repository at this point
Copy the full SHA c25f5eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48e4344 - Browse repository at this point
Copy the full SHA 48e4344View commit details -
This adds a generic implementation of a fake clientset, and uses it to replace the template code in generated fake clientsets for the default methods. The templates are preserved as-is (or as close as they can be) for use in extensions, whether for resources or subresources. Fake clientsets with no extensions are reduced to their main getter, their specific struct, and their constructor. All method implementations are provided by the generic implementation. The dedicated struct is preserved to allow extensions and expansions to be defined where necessary. Instead of handling the variants (with/without list, apply) with a complex sequence of if statements, build up an index into an array containing the various declarations. Similarly, instead of calling different action constructors for namespaced and non-namespaced clientsets, assume the current behaviour of non-namespaced action creation (equivalent to creating a namespaced action with an empty namespace) and document that assumption in the action implementation. Signed-off-by: Stephen Kitt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b0ce65d - Browse repository at this point
Copy the full SHA b0ce65dView commit details -
Configuration menu - View commit details
-
Copy full SHA for be03bcf - Browse repository at this point
Copy the full SHA be03bcfView commit details -
Merge pull request #128683 from AnishShah/validation
[FG:InPlacePodVerticalScaling] Disallow removing requests & limits for Burstable pods.
Configuration menu - View commit details
-
Copy full SHA for 2691a29 - Browse repository at this point
Copy the full SHA 2691a29View commit details -
Align fake client-go clients with the main interface
"Real" clients use objectWithMeta to enforce support for meta.Object; strictly speaking, fakes don't need this, but it's best to align them with the real clients to ensure that fakes don't end up allowing types that can't be used with the real clients. Signed-off-by: Stephen Kitt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 736e556 - Browse repository at this point
Copy the full SHA 736e556View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0f319c - Browse repository at this point
Copy the full SHA f0f319cView commit details -
Merge pull request #128697 from carlory/fix-node-test
Make fake node as ready but unschedulable
Configuration menu - View commit details
-
Copy full SHA for da215bf - Browse repository at this point
Copy the full SHA da215bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d822f1 - Browse repository at this point
Copy the full SHA 1d822f1View commit details -
prune-junit-xml: avoid appending semicolon
Appending a semicolon after some text is unnecessary if it's the last entry. This led to visually distracting extra semicolons in Spyglass which looked like a bug in Spyglass. Now the code checks if a semicolon is necessary before inserting it.
Configuration menu - View commit details
-
Copy full SHA for dd6ad66 - Browse repository at this point
Copy the full SHA dd6ad66View commit details -
Merge pull request #126621 from my-git9/node-deadcode-remove
Remove deadcode in pkg/util/node
Configuration menu - View commit details
-
Copy full SHA for 4695244 - Browse repository at this point
Copy the full SHA 4695244View commit details -
Merge pull request #128692 from dinhxuanvu/extra-dir
Remove deprecated extra-dirs flag
Configuration menu - View commit details
-
Copy full SHA for 2012060 - Browse repository at this point
Copy the full SHA 2012060View commit details -
Merge pull request #126503 from skitt/generic-fake-client
Use generics to share code in fake client-go implementations
Configuration menu - View commit details
-
Copy full SHA for 31970d4 - Browse repository at this point
Copy the full SHA 31970d4View commit details -
Merge pull request #128701 from pohly/prune-junit-xml-trailing-semicolon
prune-junit-xml: avoid appending semicolon
Configuration menu - View commit details
-
Copy full SHA for fd66693 - Browse repository at this point
Copy the full SHA fd66693View commit details -
Merge pull request #128694 from tallclair/revert-127300-error-propaga…
…tion Revert "[FG:InPlacePodVerticalScaling] kubelet: Propagate error in doPodResizeAction() to the caller"
Configuration menu - View commit details
-
Copy full SHA for 591c75e - Browse repository at this point
Copy the full SHA 591c75eView commit details
Commits on Nov 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 61e6242 - Browse repository at this point
Copy the full SHA 61e6242View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a2555e - Browse repository at this point
Copy the full SHA 3a2555eView commit details -
KEP-4603: Node specific kubelet config for maximum backoff down to 1 …
…second (#128374) * Add feature gate, API, and conflict validation tests for enablecrashloopbackoffmax Signed-off-by: Laura Lorenz <[email protected]> * Handle when current base is longer than node max Signed-off-by: Laura Lorenz <[email protected]> * Update pkg/features/kube_features.go Co-authored-by: Tsubasa Nagasawa <[email protected]> * Fix indentation Signed-off-by: Laura Lorenz <[email protected]> * Follow convention for success test Signed-off-by: Laura Lorenz <[email protected]> * Normalize casing, and change field to Duration Signed-off-by: Laura Lorenz <[email protected]> * Fix json name and some other casing errors Signed-off-by: Laura Lorenz <[email protected]> * Another one I missed before Signed-off-by: Laura Lorenz <[email protected]> * Don't clobber global max function Signed-off-by: Laura Lorenz <[email protected]> * Change to flat value in defaults.go Signed-off-by: Laura Lorenz <[email protected]> * Streamline validation and defaults Signed-off-by: Laura Lorenz <[email protected]> * Fix typecheck Signed-off-by: Laura Lorenz <[email protected]> * Lint Signed-off-by: Laura Lorenz <[email protected]> * Tighten up validation for subsecond values Signed-off-by: Laura Lorenz <[email protected]> * Rename field from MaxBackOffPeriod to MaxContainerRestartPeriod Signed-off-by: Laura Lorenz <[email protected]> * A few missed references to renames Signed-off-by: Laura Lorenz <[email protected]> * Only compare flags in flags test Signed-off-by: Laura Lorenz <[email protected]> * Don't mess with SetDefault signature Nobody messes with SetDefault signature Signed-off-by: Laura Lorenz <[email protected]> * Fix stale signature change, and update test data Signed-off-by: Laura Lorenz <[email protected]> * Inspect current feature gates at defaulting time Signed-off-by: Laura Lorenz <[email protected]> * Don't use the global feature gate for temp usage Signed-off-by: Laura Lorenz <[email protected]> * Expose default error, and some comments Signed-off-by: Laura Lorenz <[email protected]> * Hint fuzzer for less arbitrary values to FeatureGates Signed-off-by: Laura Lorenz <[email protected]> --------- Signed-off-by: Laura Lorenz <[email protected]> Co-authored-by: Tsubasa Nagasawa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7fe41da - Browse repository at this point
Copy the full SHA 7fe41daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00f7b95 - Browse repository at this point
Copy the full SHA 00f7b95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d08c10 - Browse repository at this point
Copy the full SHA 3d08c10View commit details -
Merge pull request #128712 from kannon92/fix-stream-test-failures
fix PodLogsQuerySplitStream if feature is enabled and using defaults
Configuration menu - View commit details
-
Copy full SHA for feb3f92 - Browse repository at this point
Copy the full SHA feb3f92View commit details -
Configuration menu - View commit details
-
Copy full SHA for e905e2d - Browse repository at this point
Copy the full SHA e905e2dView commit details -
Possible fix for alpha CI jobs failing with AllowUnsafeMalformedObjec…
…tDeletion switched on Signed-off-by: Davanum Srinivas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c6126e - Browse repository at this point
Copy the full SHA 9c6126eView commit details -
Merge pull request #128722 from dims/possible-fix-for-alpha-feature-b…
…reaking-tests Fix for alpha CI jobs failing with AllowUnsafeMalformedObjectDeletion switched on
Configuration menu - View commit details
-
Copy full SHA for 1b08de5 - Browse repository at this point
Copy the full SHA 1b08de5View commit details -
Merge pull request #128691 from sanposhiho/flaky-candidate
fix: flaky TestPrepareCandidate
Configuration menu - View commit details
-
Copy full SHA for 8fe10dc - Browse repository at this point
Copy the full SHA 8fe10dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7378b5e - Browse repository at this point
Copy the full SHA 7378b5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 479b300 - Browse repository at this point
Copy the full SHA 479b300View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bbc6f1 - Browse repository at this point
Copy the full SHA 4bbc6f1View commit details
Commits on Nov 11, 2024
-
Signed-off-by: Laura Lorenz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f913b7a - Browse repository at this point
Copy the full SHA f913b7aView commit details -
Signed-off-by: Laura Lorenz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6337a28 - Browse repository at this point
Copy the full SHA 6337a28View commit details -
The idea of how this test should work
Signed-off-by: Laura Lorenz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ef05db - Browse repository at this point
Copy the full SHA 6ef05dbView commit details -
Merge pull request #127943 from ii/promote-serviceaccounttoken-test
Promote ServiceAccount e2e test to Conformance
Configuration menu - View commit details
-
Copy full SHA for 2e0cc1b - Browse repository at this point
Copy the full SHA 2e0cc1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9df464f - Browse repository at this point
Copy the full SHA 9df464fView commit details -
Configuration menu - View commit details
-
Copy full SHA for caedccf - Browse repository at this point
Copy the full SHA caedccfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25cf2a2 - Browse repository at this point
Copy the full SHA 25cf2a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4991d2f - Browse repository at this point
Copy the full SHA 4991d2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2935b10 - Browse repository at this point
Copy the full SHA 2935b10View commit details -
Merge pull request #128718 from tallclair/no-cpu-limit
[FG:InPlacePodVerticalScaling] Enable resizing containers without limits
Configuration menu - View commit details
-
Copy full SHA for f5d1fdf - Browse repository at this point
Copy the full SHA f5d1fdfView commit details -
Merge pull request #128713 from tallclair/ippr-debug-events
[FG:InPlacePodVerticalScaling] Emit events for Deferred and Infeasible statuses
Configuration menu - View commit details
-
Copy full SHA for 6b031e5 - Browse repository at this point
Copy the full SHA 6b031e5View commit details
Commits on Nov 12, 2024
-
Signed-off-by: Laura Lorenz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2479d91 - Browse repository at this point
Copy the full SHA 2479d91View commit details -
Move image pull backoff test to be with other image pull tests
Signed-off-by: Laura Lorenz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc4ac5e - Browse repository at this point
Copy the full SHA fc4ac5eView commit details -
Add container restart test too
Signed-off-by: Laura Lorenz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15bae1e - Browse repository at this point
Copy the full SHA 15bae1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bad037b - Browse repository at this point
Copy the full SHA bad037bView commit details -
Add AllowSidecarResizePolicy to relax resize policy validation check …
…of sidecar containers
Configuration menu - View commit details
-
Copy full SHA for 95591ab - Browse repository at this point
Copy the full SHA 95591abView commit details -
Focus on restart numbers instead of timing
Signed-off-by: Laura Lorenz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f032068 - Browse repository at this point
Copy the full SHA f032068View commit details -
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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7580e6a - Browse repository at this point
Copy the full SHA 7580e6aView commit details -
Merge pull request #128666 from macsko/fix_scale_down_in_eventhandlin…
…gpodupdate_scheduler_perf_test_case Fix pod scale down failure in EventHandlingPodUpdate scheduler_perf test
Configuration menu - View commit details
-
Copy full SHA for 8115bac - Browse repository at this point
Copy the full SHA 8115bacView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 6c27e8d - Browse repository at this point
Copy the full SHA 6c27e8dView commit details -
Merge pull request #128682 from tallclair/ippr-beta
[FG:InPlacePodVerticalScaling] Graduate to Beta
Configuration menu - View commit details
-
Copy full SHA for 79e5584 - Browse repository at this point
Copy the full SHA 79e5584View commit details -
Signed-off-by: Laura Lorenz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e6059d7 - Browse repository at this point
Copy the full SHA e6059d7View commit details -
Missed refactor of container name here
Signed-off-by: Laura Lorenz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2732d57 - Browse repository at this point
Copy the full SHA 2732d57View commit details -
Extract restart number properly
Signed-off-by: Laura Lorenz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1da8ca8 - Browse repository at this point
Copy the full SHA 1da8ca8View commit details -
Merge pull request #128754 from vivzbansal/sidecar-3
Add AllowSidecarResizePolicy to relax resize policy validation check of sidecar containers
Configuration menu - View commit details
-
Copy full SHA for 252e9cb - Browse repository at this point
Copy the full SHA 252e9cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d293c50 - Browse repository at this point
Copy the full SHA d293c50View commit details -
Orient tests to run faster, but tolerate infra slowdowns up to 5 minutes
Signed-off-by: Laura Lorenz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e03d0f6 - Browse repository at this point
Copy the full SHA e03d0f6View commit details -
Clearer image pull test and utils
Signed-off-by: Laura Lorenz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 285d433 - Browse repository at this point
Copy the full SHA 285d433View commit details -
Signed-off-by: Laura Lorenz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e7b2af - Browse repository at this point
Copy the full SHA 8e7b2afView commit details -
Don't overly indirect image name
Signed-off-by: Laura Lorenz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 529d5ba - Browse repository at this point
Copy the full SHA 529d5baView commit details -
Move function specific to container restart test inline
Signed-off-by: Laura Lorenz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59f9858 - Browse repository at this point
Copy the full SHA 59f9858View commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8342d39 - Browse repository at this point
Copy the full SHA 8342d39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18600f4 - Browse repository at this point
Copy the full SHA 18600f4View commit details -
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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ab0d81 - Browse repository at this point
Copy the full SHA 9ab0d81View commit details -
Merge pull request #128764 from pohly/dra-kubelet-grpc-api-package-name
DRA kubelet: use unique protobuf package name
Configuration menu - View commit details
-
Copy full SHA for 420c698 - Browse repository at this point
Copy the full SHA 420c698View commit details -
Merge pull request #128761 from ah8ad3/revert-126533
Revert PR #126533 and add a test case for broken case
Configuration menu - View commit details
-
Copy full SHA for af7581e - Browse repository at this point
Copy the full SHA af7581eView commit details -
Merge pull request #128771 from tallclair/min-quota
[FG:InPlacePodVerticalScaling] Equate CPU limits below the minimum effective limit (10m)
Configuration menu - View commit details
-
Copy full SHA for 0926587 - Browse repository at this point
Copy the full SHA 0926587View commit details -
kubeadm: fix a bug where upgrade dryrun can not select the network in…
…terface correctly
Configuration menu - View commit details
-
Copy full SHA for d81e8be - Browse repository at this point
Copy the full SHA d81e8beView commit details -
Merge pull request #128777 from SataQiu/fix-upgrade-dryrun-20241113
kubeadm: fix a bug where upgrade dryrun can not select the network interface correctly
Configuration menu - View commit details
-
Copy full SHA for f59dd4b - Browse repository at this point
Copy the full SHA f59dd4bView commit details -
Merge pull request #128559 from lauralorenz/crashloopbackoff-refactor…
…imagepullbackoff-e2enodecriproxytest E2E Node tests for image pull backoff and crashloopbackoff behavior
Configuration menu - View commit details
-
Copy full SHA for 5ee686b - Browse repository at this point
Copy the full SHA 5ee686bView commit details -
Fixed failing test by removing privilege check and some refactor
Addressed review comments
Configuration menu - View commit details
-
Copy full SHA for 56e3c78 - Browse repository at this point
Copy the full SHA 56e3c78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 429abe3 - Browse repository at this point
Copy the full SHA 429abe3View commit details -
Merge pull request #128763 from srivastav-abhishek/fix-err-string
Fixed failing UT TestWriteKubeletConfigFiles by removing privilege check and adding proper error handling
Configuration menu - View commit details
-
Copy full SHA for deecaf7 - Browse repository at this point
Copy the full SHA deecaf7View commit details
Commits on Nov 14, 2024
-
Merge pull request #128765 from sanposhiho/split-tests
fix: split TestCoreResourceEnqueue to deal with the timeout issue
Configuration menu - View commit details
-
Copy full SHA for 475ee33 - Browse repository at this point
Copy the full SHA 475ee33View commit details
Commits on Nov 15, 2024
-
Merge pull request #128720 from mengjiao-liu/update-metrics-1-32
Update metrics docs for v1.32 release(Note this must be committed after the code freeze)
Configuration menu - View commit details
-
Copy full SHA for 23e7643 - Browse repository at this point
Copy the full SHA 23e7643View commit details -
Add timeout for port-forward test
After removing a pod in port-forward test we wait for an error from POST request. Since the POST doesn't have a timeout it hangs indefinitely, so instead we're hitting a DefaultPodDeletionTimeout. To make sure the POST fails this adds a timeout to ensure we'll always get that expected error, rather than nil. Signed-off-by: Maciej Szulik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e87e99 - Browse repository at this point
Copy the full SHA 9e87e99View commit details -
Merge pull request #128800 from soltysh/flake_128742
Add timeout for port-forward test
Configuration menu - View commit details
-
Copy full SHA for cf480a3 - Browse repository at this point
Copy the full SHA cf480a3View commit details
Commits on Nov 18, 2024
-
scheduler_perf: simplify flags, fix output
The "disabled by label filter" message for benchmarks printed the pointer to the filter string, not the filter string itself. This mistake gets avoided and the code becomes simpler when not using pointers.
Configuration menu - View commit details
-
Copy full SHA for 369a18a - Browse repository at this point
Copy the full SHA 369a18aView commit details -
scheduler_perf: work around incorrect gotestsum failure reports
Because Go does not a "pass" action for benchmarks (golang/go#66825 (comment)), gotestsum reports a successful benchmark run as failed (gotestyourself/gotestsum#413 (comment)). We can work around that in each benchmark and sub-benchmark by emitting the output line that `go test` expects on stdout from the test binary for success.
Configuration menu - View commit details
-
Copy full SHA for ac3d43a - Browse repository at this point
Copy the full SHA ac3d43aView commit details -
testing: allow keeping detailed go test JUnit results
Pruning of tests to the top-level test was added for jobs like pull-kubernetes-unit which run many tests. For other, more focused jobs like scheduler-perf benchmarking it would be nice to keep the more detailed information, in particular because it includes the duration per test case.
Configuration menu - View commit details
-
Copy full SHA for 25a4758 - Browse repository at this point
Copy the full SHA 25a4758View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07c79da - Browse repository at this point
Copy the full SHA 07c79daView commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 59dfb0e - Browse repository at this point
Copy the full SHA 59dfb0eView commit details -
Bump images, dependencies and versions to go 1.23.3 and distroless ip…
…tables Signed-off-by: cpanato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cb42224 - Browse repository at this point
Copy the full SHA cb42224View commit details -
Merge pull request #128841 from princepereira/ppereira-remove-opencensus
Vendoring changes for new hnslib v0.0.8.
Configuration menu - View commit details
-
Copy full SHA for 021dbe9 - Browse repository at this point
Copy the full SHA 021dbe9View commit details -
Merge pull request #128851 from pacoxu/fix-master-blocking
skip if cri proxy is disabled/undefined
Configuration menu - View commit details
-
Copy full SHA for c9092f6 - Browse repository at this point
Copy the full SHA c9092f6View commit details
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 03a15fa - Browse repository at this point
Copy the full SHA 03a15faView commit details -
Merge pull request #128875 from pacoxu/revert-128682-ippr-beta
Revert "[FG:InPlacePodVerticalScaling] Graduate to Beta"
Configuration menu - View commit details
-
Copy full SHA for bf70d28 - Browse repository at this point
Copy the full SHA bf70d28View commit details -
Configuration menu - View commit details
-
Copy full SHA for a132d17 - Browse repository at this point
Copy the full SHA a132d17View commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dfa82b3 - Browse repository at this point
Copy the full SHA dfa82b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 776fb24 - Browse repository at this point
Copy the full SHA 776fb24View commit details -
Merge pull request #128834 from pohly/scheduler-perf-pass-workaround
scheduler_perf: fix and enhance reporting
Configuration menu - View commit details
-
Copy full SHA for 40f222b - Browse repository at this point
Copy the full SHA 40f222bView commit details
Commits on Nov 22, 2024
-
DRA API: validate node selector labels
Previously, ValidateNodeSelector did not check that labels are valid. Now it does for resource.k8s.io, regardless whether an object already was created with invalid labels in an earlier Kubernetes release. Theoretically this is a breaking change and could cause problems during an upgrade, but that is highly unlikely in practice. In contrast to node affinity, DRA does not ignore parse errors (= uses NewNodeSelector, not NewLazyErrorNodeSelector), so invalid labels would have been found instead of being silently ignored. Even if some object has invalid labels, this only affects an alpha -> beta upgrade which isn't guaranteed to work seamlessly.
Configuration menu - View commit details
-
Copy full SHA for 3075a9a - Browse repository at this point
Copy the full SHA 3075a9aView commit details -
Merge pull request #128852 from cpanato/update-go
[go] Bump images, dependencies and versions to go 1.23.3 and distroless iptables
Configuration menu - View commit details
-
Copy full SHA for 35d098a - Browse repository at this point
Copy the full SHA 35d098aView commit details -
Merge pull request #128932 from pohly/dra-node-selector-validation
DRA API: validate node selector labels
Configuration menu - View commit details
-
Copy full SHA for e4c1f98 - Browse repository at this point
Copy the full SHA e4c1f98View commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 26c08dd - Browse repository at this point
Copy the full SHA 26c08ddView commit details -
Merge pull request #128966 from liggitt/deflake-external
Wait for updated keys to be observed
Configuration menu - View commit details
-
Copy full SHA for 8770bd5 - Browse repository at this point
Copy the full SHA 8770bd5View commit details
Commits on Nov 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0e1abc4 - Browse repository at this point
Copy the full SHA 0e1abc4View commit details
Commits on Nov 27, 2024
-
staging/publishing: add release-1.32 branch
``` update-rules --branch release-1.32 --rules staging/publishing/rules.yaml --o staging/publishing/rules.yaml ``` Signed-off-by: Davanum Srinivas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ca4217 - Browse repository at this point
Copy the full SHA 2ca4217View commit details -
Merge pull request #128286 from umagnus/fix_unmount_relative_path
fix: mount-utils IsLikelyNotMountPoint relative path issue
Configuration menu - View commit details
-
Copy full SHA for 9d62330 - Browse repository at this point
Copy the full SHA 9d62330View commit details -
Merge pull request #128990 from dims/update-publishing-bot-rules-for-…
…release-1.32 staging/publishing: add release-1.32 branch
Configuration menu - View commit details
-
Copy full SHA for 95d71c4 - Browse repository at this point
Copy the full SHA 95d71c4View commit details