Commit Graph

9135 Commits

Author SHA1 Message Date
Ray Wainman 51a38bdc1a
Bump build time and remove parallel builds (they don't work) 2025-04-30 15:55:53 -04:00
Kubernetes Prow Robot f8ac5394ce
Merge pull request #8071 from laoj2/add-fallback-metric
Add metric to track calls to get container/pod resources
2025-04-29 23:53:55 -07:00
Luiz Antonio 27e1d0f17a Fix linter errors 2025-04-29 15:46:01 -04:00
Luiz Antonio cd8b7dc4e2 Add metric to track calls to get container/pod resources grouped by data source 2025-04-29 14:49:10 -04:00
Kubernetes Prow Robot 5d95cfde3b
Merge pull request #8062 from laoj2/fix-spec-client
Read container resources from containerStatus in the spec client
2025-04-29 02:19:55 -07:00
Kubernetes Prow Robot 130af548b5
Merge pull request #8066 from raywainman/cluster-autoscaler-build
cloudbuild.yaml file for cluster-autoscaler for automated builds
2025-04-28 14:45:54 -07:00
Ray Wainman c897c97623 small tweaks to makefile to ensure it works in Cloud Build 2025-04-28 21:28:13 +00:00
Kubernetes Prow Robot 420df58223
Merge pull request #8068 from kubernetes/raywainman-patch-1
Build VPA components in parallel
2025-04-28 11:43:54 -07:00
Luiz Antonio 3eba409c62 Address comments 2025-04-28 14:24:28 -04:00
Ray Wainman 20ebe030c3
Build VPA components in parallel 2025-04-28 14:24:28 -04:00
Kubernetes Prow Robot d4f4169873
Merge pull request #8065 from raywainman/vpa-build-fix
Fix default registry in VPA makefiles
2025-04-28 08:47:55 -07:00
Ray Wainman a9921418f6 cloudbuild.yaml file for cluster-autoscaler 2025-04-28 15:36:03 +00:00
Ray Wainman 50763a264d Fix default registry in VPA makefiles 2025-04-28 15:15:14 +00:00
Kubernetes Prow Robot 27a9a16b80
Merge pull request #8052 from plkokanov/fix/nil-pointer
VPA: Fix nil ptr when loading metrics and `memory-saver=true`
2025-04-28 07:47:55 -07:00
Plamen Kokanov 260c306ab4 Address review comments 2025-04-28 10:12:52 +03:00
Kubernetes Prow Robot 46fb73a1dc
Merge pull request #8041 from laoj2/fix-capping
Read container resources from containerStatus in the capping processor
2025-04-26 09:13:24 -07:00
Luiz Antonio 986d7c875a Read container resources from containerStatus in the spec client 2025-04-25 15:13:01 -04:00
Luiz Antonio 69a9fe0b9b Address comments 2025-04-25 13:41:37 -04:00
Kubernetes Prow Robot 6771ca4848
Merge pull request #8042 from jackfrancis/cas-release-automation
cluster autoscaler: enable automated builds for release
2025-04-24 07:40:31 -07:00
Jack Francis 46acf7e536 cluster autoscaler: enable automated builds for release
Signed-off-by: Jack Francis <jackfrancis@gmail.com>
2025-04-23 09:05:39 -07:00
Plamen Kokanov 71ddfb7be0 Fix nil ptr when loading metrics and `memory-saver=true` 2025-04-23 14:08:51 +03:00
Kubernetes Prow Robot 55ce673590
Merge pull request #8049 from pbetkier/use-pod-requests-helper
Use k8s.io/component-helpers/resource for pod request calculations
2025-04-22 08:57:41 -07:00
Piotr Betkier ac1c7b5463 use k8s.io/component-helpers/resource for pod request calculations 2025-04-22 17:36:17 +02:00
Luiz Antonio 5819634304 Read container resources from containerStatus in the capping processor 2025-04-15 15:05:37 -04:00
Kubernetes Prow Robot 66feee1483
Merge pull request #8036 from raywainman/vpa-build
Create cloudbuild.yaml for VPA binaries to automate builds
2025-04-15 10:35:06 -07:00
Ray Wainman 8ad920634c create cloudbuild.yaml for VPA binaries to automate builds 2025-04-15 15:48:26 +00:00
Kubernetes Prow Robot 1b92813df4
Merge pull request #8029 from raywainman/vpa-deps
[VPA] update golang.org/x/net to address vulnerability
2025-04-15 08:33:07 -07:00
Kubernetes Prow Robot 01cd259f54
Merge pull request #8034 from mtrqq/patch-scaledown-in-cooldown-signature
Patch TestCleaningSoftTaintsInScaleDown to be compatible with new isScaleDownInCooldown signature
2025-04-15 04:55:08 -07:00
Maksym Fuhol 6cbf801235 Patch TestCleaningSoftTaintsInScaleDown to be compatible with new isScaleDownInCooldown signature. 2025-04-15 10:02:44 +00:00
Kubernetes Prow Robot 18f10c1e00
Merge pull request #7997 from damikag/scale-down-slo-update-metric
Emit scale down metric even when there is no scale down candidates.
2025-04-14 13:13:05 -07:00
Ray Wainman da002f58d8 update golang.org/x/net to address vulnerability 2025-04-14 16:12:40 +00:00
Kubernetes Prow Robot 75f90f2dc7
Merge pull request #8028 from vitanovs/chore/e2e-make-vpa-observer-reuse-test-framework-namespace
e2e(recommender): Restrict the internal `VPA` controller scope to test namespace
2025-04-14 07:23:07 -07:00
Stoyan Vitanov c450973f2b chore(e2e/recommender): Reuse test namespace in `VPA` observer controller
This commit instruments the `observer`, used within the `recommender`
e2e tests, reuse the test framework namespace. The main reason behind
this change is to allow running the test suite against an existing
cluster that already has `VPA` resources in other namespaces.

Currently, the test is considering all `namespaces` when it builds it's
`observer`'s controller, which makes the test fail when trying to validate
the recommendations for components outside of the test scope.

This behavior was discovered while running the e2e tests against a
cluster with VPA setup that uses Prometheus as history storage
provider.
2025-04-14 15:07:30 +03:00
Kubernetes Prow Robot 25ad4c2c26
Merge pull request #8011 from jinglinliang/allow-third-party-sts-to-drain
Allow draining when StatefulSet kind has custom API Group
2025-04-11 13:04:41 -07:00
Kubernetes Prow Robot 43d6fbd747
Merge pull request #8004 from laoj2/fix-container-status
Also consider containerStatus.resources when handling container resources
2025-04-10 11:12:47 -07:00
jinglinliang 25af21c515 Add unit test to allow draining when StatefulSet kind has custom API Group 2025-04-09 14:03:00 -07:00
jinglinliang cc3a9f5d10 Allow draining when StatefulSet kind has custom API Group 2025-04-09 14:03:00 -07:00
Kubernetes Prow Robot 87a67e3aa0
Merge pull request #7995 from abdelrahman882/cleaningSoftTaintsTesting
Add unit test for cleaning deletion soft taint in scale down cool down
2025-04-09 10:48:39 -07:00
Omran dd125d4ef1
Add unit test for cleaning deletion soft taints in scale down cool down 2025-04-09 08:21:49 +00:00
Luiz Antonio b766a060cf Address comments 2025-04-08 16:17:50 -04:00
Kubernetes Prow Robot afc3eafae5
Merge pull request #8016 from kubernetes/x13n-patch-8
Remove outdated GCE cloudprovider owners
2025-04-08 10:10:50 -07:00
Daniel Kłobuszewski f1a44d89cf
Remove outdated GCE cloudprovider owners 2025-04-08 13:24:20 +02:00
Kubernetes Prow Robot 4bc861d097
Merge pull request #7923 from Uladzislau97/nap-resilience
Improve resilience of diskTypes requests.
2025-04-08 04:22:40 -07:00
Kubernetes Prow Robot 7c28f52f93
Merge pull request #7854 from AppliedIntuition/master
Fix 2 bugs in the OCI integration
2025-04-07 09:14:42 -07:00
Vlad Vasilyeu 93e21d05e2 Replace diskTypes.aggregatedList request with diskTypes.list in FetchAvailableDiskTypes. 2025-04-07 07:50:29 +00:00
Kubernetes Prow Robot 3e92831089
Merge pull request #8007 from omerap12/fixed-lint-context
fix lint: update tests with context
2025-04-03 07:56:47 -07:00
Kubernetes Prow Robot 1de2160986
Merge pull request #7908 from Preisschild/fix/capi-patch-instead-update
CA: Use Patch to Scale clusterapi nodepools
2025-04-03 07:16:48 -07:00
Omer Aplatony 358e3157ce fix lint: update tests with context
Signed-off-by: Omer Aplatony <omerap12@gmail.com>
2025-04-03 14:13:33 +00:00
Kubernetes Prow Robot 05b97efa12
Merge pull request #7900 from omerap12/ctx-propagation-recommender
Refactor recommender to use context
2025-04-02 11:52:37 -07:00
Luiz Antonio 4578a1a211 Fix linter errors 2025-04-02 10:20:47 -04:00