Kubernetes Prow Robot
631fa55cab
Merge pull request #127973 from yongruilin/metrics-logging
...
fix: Clarify allowed format for metric label overrides
2024-10-17 18:23:11 +01:00
Robbie Cronin
cdbfbde4aa
Add ut coverage for capabilities.Setup ( #125395 )
...
* Add ut coverage for capabilities.Setup
* Update pkg/capabilities/capabilities_test.go
Co-authored-by: Ed Bartosh <eduard.bartosh@intel.com>
* Add ut coverage for capabilities.Setup
Signed-off-by: robert-cronin <robert.owen.cronin@gmail.com>
---------
Signed-off-by: robert-cronin <robert.owen.cronin@gmail.com>
Co-authored-by: Ed Bartosh <eduard.bartosh@intel.com>
2024-10-17 18:23:03 +01:00
Walter Fender
f72c374187
Bump konnectivity-client to v0.30.0
...
Bump konnectivity network proxy to v0.30.0.
Lease-based server counting logic for agent and lease controller for ANP server
reran hack/update-vendor.sh
2024-10-17 10:00:38 -07:00
Patrick Ohly
d572df2493
DRA resource claim controller: improve log messages
...
Some code paths didn't log anything. One log message about "claim got deleted"
was incorrect.
2024-10-17 18:28:55 +02:00
Kubernetes Prow Robot
4cf9bff9eb
Merge pull request #128145 from bzsuni/bz/npd/update/0.8.20
...
Update npd from v0.8.19 to v0.8.20
2024-10-17 17:17:27 +01:00
Kubernetes Prow Robot
c6ad6fa951
Merge pull request #125477 from my-git9/namespaceformat
...
Modify some error words
2024-10-17 17:17:17 +01:00
Kubernetes Prow Robot
e6099268e3
Merge pull request #125080 from TommyStarK/unit-tests/kubelet-apis-config-validation
...
kubelet/apis/config/validation: improve unit test coverage
2024-10-17 17:17:10 +01:00
Kubernetes Prow Robot
f5b92902a3
Merge pull request #124434 from tu1h/fix-compute-resources-link
...
API docs: point outdate link to current link
2024-10-17 17:17:03 +01:00
dom4ha
b7f55a37a0
Bring back the smallest integration test
2024-10-17 15:41:36 +00:00
dom4ha
59458573ff
Remove unschedulable test and replace it with the new one.
2024-10-17 15:41:21 +00:00
dom4ha
f2c947e36d
Add UnschedulableAsync test in scheduler_perf to monitor impact of unschedulable pods on scheduler throughput
2024-10-17 15:35:21 +00:00
Kubernetes Prow Robot
9568a2ac14
Merge pull request #128149 from neolit123/1.32-update-system-validators-to-v1.9.0
...
vendor: update system-validators to v1.9.0
2024-10-17 16:03:29 +01:00
Kubernetes Prow Robot
c6a5e916c1
Merge pull request #128125 from googs1025/flake/kubectl
...
flake(kubectl): fix run_kubectl_request_timeout_tests in integration test
2024-10-17 16:03:19 +01:00
Kubernetes Prow Robot
4d32d7e5ad
Merge pull request #127930 from aroradaman/kube-proxy-refactor-healthz-metrics-address
...
re: kube-proxy: internal config: refactor HealthzAddress and MetricsAddress
2024-10-17 16:03:11 +01:00
Kubernetes Prow Robot
6f3af076d6
Merge pull request #127829 from dom4ha/scheduler-perf
...
Add PreemptionBlocking test in scheduler_perf to monitor how long the preemption process (which blocks scheduling of regular nodes) takes.
2024-10-17 16:03:04 +01:00
Kubernetes Prow Robot
1f9038a468
Merge pull request #127919 from carlory/fix-127852
...
Fix data race in kubelet/volumemanager
2024-10-17 14:57:03 +01:00
Anish Shah
d72c7319f8
test: refactor duplicate inplace pod resize test utilities
2024-10-17 05:35:40 -07:00
Anish Shah
b8897e688d
test: refactor duplicate IPPR e22 tests.
...
This change refactors duplicate IPPR cluster and node e2e tests under
test/e2e/common directory
2024-10-17 05:27:27 -07:00
Anish Shah
6203006348
test: parity between cluster and node IPPR e2e tests
...
Some IPPR cluster e2e tests are missing from node e2e tests. This change
brings parity between them.
2024-10-17 05:23:55 -07:00
Lukasz Szaszkiewicz
06a15c5cf9
Promote WatchList feature to Beta ( #128053 )
...
* e2e/apimachinery/watchlist: always run WatchList e2e tests
* kube-controller-manager: enable WatchListClient
* kube-apiserver: promote WatchList feature to beta
2024-10-17 11:07:04 +01:00
dom4ha
b2b41444f2
Add PreemptionBlocking test in scheduler_perf to monitor how long the preemption process (which blocks scheduling of regular nodes) takes.
2024-10-17 09:58:32 +00:00
Lubomir I. Ivanov
7b10b5fd33
vendor: update system-validators to v1.9.0
2024-10-17 12:10:06 +03:00
Kubernetes Prow Robot
0ac74edbd8
Merge pull request #128012 from yongruilin/fix-allow-metrics
...
fix: Remove unnecessary lock in metrics parsing allow-list manifest
2024-10-17 09:59:03 +01:00
Michal Wozniak
ec983bd3fb
Use Consistently in the e2e for Job
2024-10-17 09:02:39 +02:00
Michal Wozniak
70a8ceb6f0
Graduate JobManagedBy to Beta in 1.32
...
# Conflicts:
# pkg/features/kube_features.go
2024-10-17 09:01:54 +02:00
Kubernetes Prow Robot
a4c262bc8c
Merge pull request #127293 from hshiina/typecheck
...
kubelet/cm: Unite return value types of helper functions
2024-10-17 07:45:04 +01:00
bzsuni
6d0b62a84d
Update npd from v0.8.19 to v0.8.20
...
Signed-off-by: bzsuni <bingzhe.sun@daocloud.io>
2024-10-17 14:06:14 +08:00
yongruilin
c9979e6fbc
chore: Use generic sets for metrics
...
The sets.String has been deprecated.
2024-10-16 22:38:13 -07:00
yongruilin
b664351284
fix: Remove unnecessary lock in metrics parsing allow-list manifest
2024-10-16 22:38:11 -07:00
Kubernetes Prow Robot
d67e6545b1
Merge pull request #124227 from iholder101/in-pod-vertical-scaling/extended-resources
...
[FG:InPlacePodVerticalScaling] Add extended resources to ContainerStatuses[i].Resources
2024-10-17 01:39:03 +01:00
Kubernetes Prow Robot
a8fd407d2f
Merge pull request #128136 from enj/enj/t/non_global_kms_kdf_via_name
...
kmsv2: run KDF tests in parallel
2024-10-16 23:49:03 +01:00
Jefftree
cdf2b03bbe
Lock deprecated feature AllowServiceLBStatusOnNonLB
2024-10-16 18:05:40 -04:00
Jefftree
06321f4a0e
Revert "Remove AllowServiceLBStatusOnNonLB gate"
...
This reverts commit 128e189fcd
.
2024-10-16 18:00:42 -04:00
runzhliu
e8602f224d
improve the logging format
2024-10-17 05:57:50 +08:00
Patrick Ohly
f84eb5ecf8
DRA: remove "classic DRA"
...
This removes the DRAControlPlaneController feature gate, the fields controlled
by it (claim.spec.controller, claim.status.deallocationRequested,
claim.status.allocation.controller, class.spec.suitableNodes), the
PodSchedulingContext type, and all code related to the feature.
The feature gets removed because there is no path towards beta and GA and DRA
with "structured parameters" should be able to replace it.
2024-10-16 23:09:50 +02:00
Monis Khan
43740c0def
kmsv2: run KDF tests in parallel
...
This change updates the KDF "feature flag" to be per KMS provider
instead of global to the API server. This allows integration tests
that use distinct provider names to run in parallel.
Locally this change reduced the runtime of
test/integration/controlplane/transformation by 3.5 minutes.
Signed-off-by: Monis Khan <mok@microsoft.com>
2024-10-16 16:58:19 -04:00
Kubernetes Prow Robot
b7fb82f9d8
Merge pull request #128076 from AmarNathChary/Removed_Alpha_Beta_Ga
...
Removed_alpha_beta_ga
2024-10-16 20:35:15 +01:00
Kubernetes Prow Robot
d6e7aa0f18
Merge pull request #127495 from zhifei92/criproxy-for-e2enode
...
Add cri proxy for e2e_node
2024-10-16 20:35:04 +01:00
Kubernetes Prow Robot
190eb057f4
Merge pull request #128118 from amaddio/master
...
Fix misleading kubeadm output
2024-10-16 18:23:04 +01:00
Kubernetes Prow Robot
e673417529
Merge pull request #127862 from dinhxuanvu/cbor-fuzz
...
KEP-4222: Add fuzz test for roundtrip unstructured objects to JSON/CBOR
2024-10-16 17:19:03 +01:00
Vu Dinh
c96cd52b6a
Add fuzz test for roundtrip unstructured objects to JSON/CBOR
...
Fuzz: Roundtrip JSON-to-CBOR-to-JSON and CBOR-to-JSON-to-CBOR
Signed-off-by: Vu Dinh <vudinh@outlook.com>
2024-10-16 11:14:52 -04:00
Kubernetes Prow Robot
e287784a8d
Merge pull request #128050 from macsko/add_pod_add_event_handling_scheduler_perf_test_case
...
Add scheduler_perf test case for AssignedPodAdd event handling
2024-10-16 15:37:02 +01:00
Maciej Skoczeń
64ccb719db
Add macsko to SIG Scheduling reviewers
2024-10-16 13:40:11 +00:00
zhifei92
2e182e736b
feat: Add cri proxy for e2e_node
...
add example of using CRI proxy
fix: Invalid function call
fix: Optimize getPodImagePullDuration
fix: Return error if the CRI Proxy is undefined
chore: add a document
2024-10-16 20:53:28 +08:00
googs1025
573f0d4538
flake(kubectl): fix run_kubectl_request_timeout_tests in integration test
2024-10-16 20:44:25 +08:00
Kubernetes Prow Robot
a0db55c3a6
Merge pull request #128110 from haitch/haitao/k132-on-go123p2
...
bump golang to 1.23.2
2024-10-16 13:29:05 +01:00
Antonio Ojea
aa7d0b0094
use same name for package than the folder
2024-10-16 10:43:50 +00:00
AmarNathChary
ff7c708207
removed_comments_from_kube_feature_of_alpha_beta_ga
2024-10-16 15:36:34 +05:30
Antonio Ojea
62bdb27420
use same name as the folder for the package
2024-10-16 09:55:10 +00:00
Kubernetes Prow Robot
7b802a60bd
Merge pull request #119949 from rexagod/119697-1
...
metrics: add exemplar support for counters
2024-10-16 10:45:05 +01:00