Skip to content
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

Make the logged nodeutilization percentages human-readable #1294

Merged
merged 3 commits into from
Nov 27, 2023

Conversation

PeterSzegedi
Copy link
Contributor

@PeterSzegedi PeterSzegedi commented Nov 21, 2023

A cleaner looking log.

Original:

I1121 15:44:10.570746 47691 nodeutilization.go:198] "Node is underutilized" node="k8s-playground-control-plane" usage={"cpu":"950m","memory":"290Mi","pods":"9"} usagePercentage={"cpu":9.5,"memory":3.696861352760446,"pods":8.181818181818182}

vs.

I1121 16:37:29.266709 60211 nodeutilization.go:204] "Node is underutilized" node="kind-control-plane" usage={"cpu":"950m","memory":"290Mi","pods":"9"} usagePercentage={"cpu":9.5,"memory":3.7,"pods":8.18}

Copy link

linux-foundation-easycla bot commented Nov 21, 2023

CLA Signed

The committers listed above are authorized under a signed CLA.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. label Nov 21, 2023
@k8s-ci-robot
Copy link
Contributor

Welcome @PeterSzegedi!

It looks like this is your first PR to kubernetes-sigs/descheduler 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes-sigs/descheduler has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. 😃

@k8s-ci-robot k8s-ci-robot added needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Nov 21, 2023
@k8s-ci-robot
Copy link
Contributor

Hi @PeterSzegedi. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@PeterSzegedi
Copy link
Contributor Author

I have raised a ticket for sorting out my CLA. EasyCLA is unhappy because it does not see my new signed status after invalidating my old one. Hopefully it will get sorted out fairly quickly

@DerrickLFX
Copy link

/easycla

1 similar comment
@PeterSzegedi
Copy link
Contributor Author

/easycla

@jarias-lfx
Copy link

/easycla

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Nov 22, 2023
@PeterSzegedi
Copy link
Contributor Author

The CLA is sorted now. @damemi , @ingvagabund could you give this a review please?

@ingvagabund
Copy link
Contributor

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Nov 27, 2023
@ingvagabund
Copy link
Contributor

/label tide/merge-method-squash

@k8s-ci-robot k8s-ci-robot added the tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges. label Nov 27, 2023
@ingvagabund
Copy link
Contributor

/approve
/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Nov 27, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ingvagabund

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 27, 2023
@ingvagabund
Copy link
Contributor

@PeterSzegedi looks much better now :)

@k8s-ci-robot k8s-ci-robot merged commit c8d4658 into kubernetes-sigs:master Nov 27, 2023
8 checks passed
coolguy1771 referenced this pull request in coolguy1771/home-ops Jan 4, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [descheduler](https://togithub.com/kubernetes-sigs/descheduler) |
minor | `0.28.1` -> `0.29.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>kubernetes-sigs/descheduler (descheduler)</summary>

###
[`v0.29.0`](https://togithub.com/kubernetes-sigs/descheduler/releases/tag/v0.29.0):
Descheduler v0.29.0

[Compare
Source](https://togithub.com/kubernetes-sigs/descheduler/compare/v0.28.1...v0.29.0)

#### What's Changed

- topologySpreadConstraints: handle `nodeTaintsPolicy` and
`nodeAffinityPolicy` constraints by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1218](https://togithub.com/kubernetes-sigs/descheduler/pull/1218)
- fix: structured err logs in eviction by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1228](https://togithub.com/kubernetes-sigs/descheduler/pull/1228)
- helm: update cronjob args argument to avoid unmarshal error by
[@&#8203;cayla](https://togithub.com/cayla) in
[https://github.com/kubernetes-sigs/descheduler/pull/1229](https://togithub.com/kubernetes-sigs/descheduler/pull/1229)
- fix: golangci config by
[@&#8203;jklaw90](https://togithub.com/jklaw90) in
[https://github.com/kubernetes-sigs/descheduler/pull/1242](https://togithub.com/kubernetes-sigs/descheduler/pull/1242)
- docs: fix evictableNamespaces example by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1241](https://togithub.com/kubernetes-sigs/descheduler/pull/1241)
- update image references to point to v0.28.0 by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1246](https://togithub.com/kubernetes-sigs/descheduler/pull/1246)
- nodefit: use info log level when pod doesn't fit by
[@&#8203;antoinedeschenes](https://togithub.com/antoinedeschenes) in
[https://github.com/kubernetes-sigs/descheduler/pull/1220](https://togithub.com/kubernetes-sigs/descheduler/pull/1220)
- helm: support of `timeZone` for CronJob by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1245](https://togithub.com/kubernetes-sigs/descheduler/pull/1245)
- helm: ability to specify `dnsConfig` by
[@&#8203;audip](https://togithub.com/audip) in
[https://github.com/kubernetes-sigs/descheduler/pull/1260](https://togithub.com/kubernetes-sigs/descheduler/pull/1260)
- Bump dependencies to address CVE-2023-44487 by
[@&#8203;ingvagabund](https://togithub.com/ingvagabund) in
[https://github.com/kubernetes-sigs/descheduler/pull/1263](https://togithub.com/kubernetes-sigs/descheduler/pull/1263)
- CVE 2023 44487 fixes by
[@&#8203;ingvagabund](https://togithub.com/ingvagabund) in
[https://github.com/kubernetes-sigs/descheduler/pull/1270](https://togithub.com/kubernetes-sigs/descheduler/pull/1270)
- bump deps for CVE-2023-25151 by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1277](https://togithub.com/kubernetes-sigs/descheduler/pull/1277)
- topologyspreadconstraint: support `matchLabelKeys` by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1233](https://togithub.com/kubernetes-sigs/descheduler/pull/1233)
- fix: display ownerKey in the logs correctly by
[@&#8203;dimunech](https://togithub.com/dimunech) in
[https://github.com/kubernetes-sigs/descheduler/pull/1281](https://togithub.com/kubernetes-sigs/descheduler/pull/1281)
- fix: version skew compatibility for managed kubernetes providers by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1249](https://togithub.com/kubernetes-sigs/descheduler/pull/1249)
- adding jklaw90 to reviewers by
[@&#8203;jklaw90](https://togithub.com/jklaw90) in
[https://github.com/kubernetes-sigs/descheduler/pull/1276](https://togithub.com/kubernetes-sigs/descheduler/pull/1276)
- copy cherry_pick_pull script form kubernetes/kubernetes by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1282](https://togithub.com/kubernetes-sigs/descheduler/pull/1282)
- CVE-2023-47108: replace otelgrpc version by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1293](https://togithub.com/kubernetes-sigs/descheduler/pull/1293)
- fix: json logging by [@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1296](https://togithub.com/kubernetes-sigs/descheduler/pull/1296)
- Make the logged nodeutilization percentages human-readable by
[@&#8203;PeterSzegedi](https://togithub.com/PeterSzegedi) in
[https://github.com/kubernetes-sigs/descheduler/pull/1294](https://togithub.com/kubernetes-sigs/descheduler/pull/1294)
- fix: revert defer of context done by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1299](https://togithub.com/kubernetes-sigs/descheduler/pull/1299)
- chore: upgrade libs to kubernetes 0.28.4 and matching go version by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1292](https://togithub.com/kubernetes-sigs/descheduler/pull/1292)
- release v0.28.1: bump helm chart and images by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1305](https://togithub.com/kubernetes-sigs/descheduler/pull/1305)
- helm: ability to specify security context for pod by
[@&#8203;victorgs](https://togithub.com/victorgs) in
[https://github.com/kubernetes-sigs/descheduler/pull/1311](https://togithub.com/kubernetes-sigs/descheduler/pull/1311)
- helm: allow configuration of ipFamilyPolicy by
[@&#8203;dongjiang1989](https://togithub.com/dongjiang1989) in
[https://github.com/kubernetes-sigs/descheduler/pull/1314](https://togithub.com/kubernetes-sigs/descheduler/pull/1314)
- fix: topologySpreadConstraint fields in structured logs by
[@&#8203;SataQiu](https://togithub.com/SataQiu) in
[https://github.com/kubernetes-sigs/descheduler/pull/1317](https://togithub.com/kubernetes-sigs/descheduler/pull/1317)
- `PodLifeTime`: consider pods with container status `ImagePullBackOff`
by [@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1318](https://togithub.com/kubernetes-sigs/descheduler/pull/1318)
- kubernetes 1.29: update deps and go-version by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1322](https://togithub.com/kubernetes-sigs/descheduler/pull/1322)
- `CVE-2023-48795`: bump k8s deps by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1333](https://togithub.com/kubernetes-sigs/descheduler/pull/1333)

#### New Contributors

- [@&#8203;cayla](https://togithub.com/cayla) made their first
contribution in
[https://github.com/kubernetes-sigs/descheduler/pull/1229](https://togithub.com/kubernetes-sigs/descheduler/pull/1229)
- [@&#8203;dimunech](https://togithub.com/dimunech) made their first
contribution in
[https://github.com/kubernetes-sigs/descheduler/pull/1281](https://togithub.com/kubernetes-sigs/descheduler/pull/1281)
- [@&#8203;PeterSzegedi](https://togithub.com/PeterSzegedi) made their
first contribution in
[https://github.com/kubernetes-sigs/descheduler/pull/1294](https://togithub.com/kubernetes-sigs/descheduler/pull/1294)
- [@&#8203;victorgs](https://togithub.com/victorgs) made their first
contribution in
[https://github.com/kubernetes-sigs/descheduler/pull/1311](https://togithub.com/kubernetes-sigs/descheduler/pull/1311)
- [@&#8203;SataQiu](https://togithub.com/SataQiu) made their first
contribution in
[https://github.com/kubernetes-sigs/descheduler/pull/1317](https://togithub.com/kubernetes-sigs/descheduler/pull/1317)

**Full Changelog**:
kubernetes-sigs/descheduler@v0.28.0...v0.29.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
spiceratops referenced this pull request in spiceratops/k8s-gitops Jan 5, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [descheduler](https://togithub.com/kubernetes-sigs/descheduler) |
minor | `0.28.1` -> `0.29.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>kubernetes-sigs/descheduler (descheduler)</summary>

###
[`v0.29.0`](https://togithub.com/kubernetes-sigs/descheduler/releases/tag/v0.29.0):
Descheduler v0.29.0

[Compare
Source](https://togithub.com/kubernetes-sigs/descheduler/compare/v0.28.1...v0.29.0)

#### What's Changed

- topologySpreadConstraints: handle `nodeTaintsPolicy` and
`nodeAffinityPolicy` constraints by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1218](https://togithub.com/kubernetes-sigs/descheduler/pull/1218)
- fix: structured err logs in eviction by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1228](https://togithub.com/kubernetes-sigs/descheduler/pull/1228)
- helm: update cronjob args argument to avoid unmarshal error by
[@&#8203;cayla](https://togithub.com/cayla) in
[https://github.com/kubernetes-sigs/descheduler/pull/1229](https://togithub.com/kubernetes-sigs/descheduler/pull/1229)
- fix: golangci config by
[@&#8203;jklaw90](https://togithub.com/jklaw90) in
[https://github.com/kubernetes-sigs/descheduler/pull/1242](https://togithub.com/kubernetes-sigs/descheduler/pull/1242)
- docs: fix evictableNamespaces example by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1241](https://togithub.com/kubernetes-sigs/descheduler/pull/1241)
- update image references to point to v0.28.0 by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1246](https://togithub.com/kubernetes-sigs/descheduler/pull/1246)
- nodefit: use info log level when pod doesn't fit by
[@&#8203;antoinedeschenes](https://togithub.com/antoinedeschenes) in
[https://github.com/kubernetes-sigs/descheduler/pull/1220](https://togithub.com/kubernetes-sigs/descheduler/pull/1220)
- helm: support of `timeZone` for CronJob by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1245](https://togithub.com/kubernetes-sigs/descheduler/pull/1245)
- helm: ability to specify `dnsConfig` by
[@&#8203;audip](https://togithub.com/audip) in
[https://github.com/kubernetes-sigs/descheduler/pull/1260](https://togithub.com/kubernetes-sigs/descheduler/pull/1260)
- Bump dependencies to address CVE-2023-44487 by
[@&#8203;ingvagabund](https://togithub.com/ingvagabund) in
[https://github.com/kubernetes-sigs/descheduler/pull/1263](https://togithub.com/kubernetes-sigs/descheduler/pull/1263)
- CVE 2023 44487 fixes by
[@&#8203;ingvagabund](https://togithub.com/ingvagabund) in
[https://github.com/kubernetes-sigs/descheduler/pull/1270](https://togithub.com/kubernetes-sigs/descheduler/pull/1270)
- bump deps for CVE-2023-25151 by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1277](https://togithub.com/kubernetes-sigs/descheduler/pull/1277)
- topologyspreadconstraint: support `matchLabelKeys` by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1233](https://togithub.com/kubernetes-sigs/descheduler/pull/1233)
- fix: display ownerKey in the logs correctly by
[@&#8203;dimunech](https://togithub.com/dimunech) in
[https://github.com/kubernetes-sigs/descheduler/pull/1281](https://togithub.com/kubernetes-sigs/descheduler/pull/1281)
- fix: version skew compatibility for managed kubernetes providers by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1249](https://togithub.com/kubernetes-sigs/descheduler/pull/1249)
- adding jklaw90 to reviewers by
[@&#8203;jklaw90](https://togithub.com/jklaw90) in
[https://github.com/kubernetes-sigs/descheduler/pull/1276](https://togithub.com/kubernetes-sigs/descheduler/pull/1276)
- copy cherry_pick_pull script form kubernetes/kubernetes by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1282](https://togithub.com/kubernetes-sigs/descheduler/pull/1282)
- CVE-2023-47108: replace otelgrpc version by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1293](https://togithub.com/kubernetes-sigs/descheduler/pull/1293)
- fix: json logging by [@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1296](https://togithub.com/kubernetes-sigs/descheduler/pull/1296)
- Make the logged nodeutilization percentages human-readable by
[@&#8203;PeterSzegedi](https://togithub.com/PeterSzegedi) in
[https://github.com/kubernetes-sigs/descheduler/pull/1294](https://togithub.com/kubernetes-sigs/descheduler/pull/1294)
- fix: revert defer of context done by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1299](https://togithub.com/kubernetes-sigs/descheduler/pull/1299)
- chore: upgrade libs to kubernetes 0.28.4 and matching go version by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1292](https://togithub.com/kubernetes-sigs/descheduler/pull/1292)
- release v0.28.1: bump helm chart and images by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1305](https://togithub.com/kubernetes-sigs/descheduler/pull/1305)
- helm: ability to specify security context for pod by
[@&#8203;victorgs](https://togithub.com/victorgs) in
[https://github.com/kubernetes-sigs/descheduler/pull/1311](https://togithub.com/kubernetes-sigs/descheduler/pull/1311)
- helm: allow configuration of ipFamilyPolicy by
[@&#8203;dongjiang1989](https://togithub.com/dongjiang1989) in
[https://github.com/kubernetes-sigs/descheduler/pull/1314](https://togithub.com/kubernetes-sigs/descheduler/pull/1314)
- fix: topologySpreadConstraint fields in structured logs by
[@&#8203;SataQiu](https://togithub.com/SataQiu) in
[https://github.com/kubernetes-sigs/descheduler/pull/1317](https://togithub.com/kubernetes-sigs/descheduler/pull/1317)
- `PodLifeTime`: consider pods with container status `ImagePullBackOff`
by [@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1318](https://togithub.com/kubernetes-sigs/descheduler/pull/1318)
- kubernetes 1.29: update deps and go-version by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1322](https://togithub.com/kubernetes-sigs/descheduler/pull/1322)
- `CVE-2023-48795`: bump k8s deps by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1333](https://togithub.com/kubernetes-sigs/descheduler/pull/1333)

#### New Contributors

- [@&#8203;cayla](https://togithub.com/cayla) made their first
contribution in
[https://github.com/kubernetes-sigs/descheduler/pull/1229](https://togithub.com/kubernetes-sigs/descheduler/pull/1229)
- [@&#8203;dimunech](https://togithub.com/dimunech) made their first
contribution in
[https://github.com/kubernetes-sigs/descheduler/pull/1281](https://togithub.com/kubernetes-sigs/descheduler/pull/1281)
- [@&#8203;PeterSzegedi](https://togithub.com/PeterSzegedi) made their
first contribution in
[https://github.com/kubernetes-sigs/descheduler/pull/1294](https://togithub.com/kubernetes-sigs/descheduler/pull/1294)
- [@&#8203;victorgs](https://togithub.com/victorgs) made their first
contribution in
[https://github.com/kubernetes-sigs/descheduler/pull/1311](https://togithub.com/kubernetes-sigs/descheduler/pull/1311)
- [@&#8203;SataQiu](https://togithub.com/SataQiu) made their first
contribution in
[https://github.com/kubernetes-sigs/descheduler/pull/1317](https://togithub.com/kubernetes-sigs/descheduler/pull/1317)

**Full Changelog**:
kubernetes-sigs/descheduler@v0.28.0...v0.29.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
knelasevero pushed a commit to knelasevero/descheduler that referenced this pull request Jan 26, 2024
…s-sigs#1294)

* Make percentages human-readable

* Rename the rounding function

* bump easycla
renovate bot referenced this pull request in teutonet/teutonet-helm-charts Feb 13, 2024
…0.29.x (#704)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [descheduler](https://togithub.com/kubernetes-sigs/descheduler) |
minor | `0.28.x` -> `0.29.x` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>kubernetes-sigs/descheduler (descheduler)</summary>

###
[`v0.29.0`](https://togithub.com/kubernetes-sigs/descheduler/releases/tag/v0.29.0):
Descheduler v0.29.0

[Compare
Source](https://togithub.com/kubernetes-sigs/descheduler/compare/v0.28.1...v0.29.0)

#### What's Changed

- topologySpreadConstraints: handle `nodeTaintsPolicy` and
`nodeAffinityPolicy` constraints by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1218](https://togithub.com/kubernetes-sigs/descheduler/pull/1218)
- fix: structured err logs in eviction by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1228](https://togithub.com/kubernetes-sigs/descheduler/pull/1228)
- helm: update cronjob args argument to avoid unmarshal error by
[@&#8203;cayla](https://togithub.com/cayla) in
[https://github.com/kubernetes-sigs/descheduler/pull/1229](https://togithub.com/kubernetes-sigs/descheduler/pull/1229)
- fix: golangci config by
[@&#8203;jklaw90](https://togithub.com/jklaw90) in
[https://github.com/kubernetes-sigs/descheduler/pull/1242](https://togithub.com/kubernetes-sigs/descheduler/pull/1242)
- docs: fix evictableNamespaces example by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1241](https://togithub.com/kubernetes-sigs/descheduler/pull/1241)
- update image references to point to v0.28.0 by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1246](https://togithub.com/kubernetes-sigs/descheduler/pull/1246)
- nodefit: use info log level when pod doesn't fit by
[@&#8203;antoinedeschenes](https://togithub.com/antoinedeschenes) in
[https://github.com/kubernetes-sigs/descheduler/pull/1220](https://togithub.com/kubernetes-sigs/descheduler/pull/1220)
- helm: support of `timeZone` for CronJob by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1245](https://togithub.com/kubernetes-sigs/descheduler/pull/1245)
- helm: ability to specify `dnsConfig` by
[@&#8203;audip](https://togithub.com/audip) in
[https://github.com/kubernetes-sigs/descheduler/pull/1260](https://togithub.com/kubernetes-sigs/descheduler/pull/1260)
- Bump dependencies to address CVE-2023-44487 by
[@&#8203;ingvagabund](https://togithub.com/ingvagabund) in
[https://github.com/kubernetes-sigs/descheduler/pull/1263](https://togithub.com/kubernetes-sigs/descheduler/pull/1263)
- CVE 2023 44487 fixes by
[@&#8203;ingvagabund](https://togithub.com/ingvagabund) in
[https://github.com/kubernetes-sigs/descheduler/pull/1270](https://togithub.com/kubernetes-sigs/descheduler/pull/1270)
- bump deps for CVE-2023-25151 by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1277](https://togithub.com/kubernetes-sigs/descheduler/pull/1277)
- topologyspreadconstraint: support `matchLabelKeys` by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1233](https://togithub.com/kubernetes-sigs/descheduler/pull/1233)
- fix: display ownerKey in the logs correctly by
[@&#8203;dimunech](https://togithub.com/dimunech) in
[https://github.com/kubernetes-sigs/descheduler/pull/1281](https://togithub.com/kubernetes-sigs/descheduler/pull/1281)
- fix: version skew compatibility for managed kubernetes providers by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1249](https://togithub.com/kubernetes-sigs/descheduler/pull/1249)
- adding jklaw90 to reviewers by
[@&#8203;jklaw90](https://togithub.com/jklaw90) in
[https://github.com/kubernetes-sigs/descheduler/pull/1276](https://togithub.com/kubernetes-sigs/descheduler/pull/1276)
- copy cherry_pick_pull script form kubernetes/kubernetes by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1282](https://togithub.com/kubernetes-sigs/descheduler/pull/1282)
- CVE-2023-47108: replace otelgrpc version by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1293](https://togithub.com/kubernetes-sigs/descheduler/pull/1293)
- fix: json logging by [@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1296](https://togithub.com/kubernetes-sigs/descheduler/pull/1296)
- Make the logged nodeutilization percentages human-readable by
[@&#8203;PeterSzegedi](https://togithub.com/PeterSzegedi) in
[https://github.com/kubernetes-sigs/descheduler/pull/1294](https://togithub.com/kubernetes-sigs/descheduler/pull/1294)
- fix: revert defer of context done by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1299](https://togithub.com/kubernetes-sigs/descheduler/pull/1299)
- chore: upgrade libs to kubernetes 0.28.4 and matching go version by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1292](https://togithub.com/kubernetes-sigs/descheduler/pull/1292)
- release v0.28.1: bump helm chart and images by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1305](https://togithub.com/kubernetes-sigs/descheduler/pull/1305)
- helm: ability to specify security context for pod by
[@&#8203;victorgs](https://togithub.com/victorgs) in
[https://github.com/kubernetes-sigs/descheduler/pull/1311](https://togithub.com/kubernetes-sigs/descheduler/pull/1311)
- helm: allow configuration of ipFamilyPolicy by
[@&#8203;dongjiang1989](https://togithub.com/dongjiang1989) in
[https://github.com/kubernetes-sigs/descheduler/pull/1314](https://togithub.com/kubernetes-sigs/descheduler/pull/1314)
- fix: topologySpreadConstraint fields in structured logs by
[@&#8203;SataQiu](https://togithub.com/SataQiu) in
[https://github.com/kubernetes-sigs/descheduler/pull/1317](https://togithub.com/kubernetes-sigs/descheduler/pull/1317)
- `PodLifeTime`: consider pods with container status `ImagePullBackOff`
by [@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1318](https://togithub.com/kubernetes-sigs/descheduler/pull/1318)
- kubernetes 1.29: update deps and go-version by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1322](https://togithub.com/kubernetes-sigs/descheduler/pull/1322)
- `CVE-2023-48795`: bump k8s deps by
[@&#8203;a7i](https://togithub.com/a7i) in
[https://github.com/kubernetes-sigs/descheduler/pull/1333](https://togithub.com/kubernetes-sigs/descheduler/pull/1333)

#### New Contributors

- [@&#8203;cayla](https://togithub.com/cayla) made their first
contribution in
[https://github.com/kubernetes-sigs/descheduler/pull/1229](https://togithub.com/kubernetes-sigs/descheduler/pull/1229)
- [@&#8203;dimunech](https://togithub.com/dimunech) made their first
contribution in
[https://github.com/kubernetes-sigs/descheduler/pull/1281](https://togithub.com/kubernetes-sigs/descheduler/pull/1281)
- [@&#8203;PeterSzegedi](https://togithub.com/PeterSzegedi) made their
first contribution in
[https://github.com/kubernetes-sigs/descheduler/pull/1294](https://togithub.com/kubernetes-sigs/descheduler/pull/1294)
- [@&#8203;victorgs](https://togithub.com/victorgs) made their first
contribution in
[https://github.com/kubernetes-sigs/descheduler/pull/1311](https://togithub.com/kubernetes-sigs/descheduler/pull/1311)
- [@&#8203;SataQiu](https://togithub.com/SataQiu) made their first
contribution in
[https://github.com/kubernetes-sigs/descheduler/pull/1317](https://togithub.com/kubernetes-sigs/descheduler/pull/1317)

**Full Changelog**:
kubernetes-sigs/descheduler@v0.28.0...v0.29.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/teutonet/teutonet-helm-charts).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Chris Werner Rau <cwr@teuto.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants