Skip to content

[release-1.4] fix: avoid configError when logging EndpointPickerConfig#2626

Merged
k8s-ci-robot merged 2 commits intokubernetes-sigs:release-1.4from
danehans:fix-2622-release-1.4
Mar 19, 2026
Merged

[release-1.4] fix: avoid configError when logging EndpointPickerConfig#2626
k8s-ci-robot merged 2 commits intokubernetes-sigs:release-1.4from
danehans:fix-2622-release-1.4

Conversation

@danehans
Copy link
Contributor

@danehans danehans commented Mar 19, 2026

What type of PR is this?
/kind bug

What this PR does / why we need it:
Backports commit f56818d from main to release-1.4 so EPP logs the effective EndpointPickerConfig as a plain string instead of triggering a misleading configError. This includes a small release-1.4 compatibility follow-up for types that differ from main.

Which issue(s) this PR fixes:
Fixes: #2622

Does this PR introduce a user-facing change?:

NONE

LukeAVanDrie and others added 2 commits March 18, 2026 22:22
* chore: improve EPP startup logging for config

* refactor: optimize string formatting in `String()` methods and update `reflect.TypeOf` usage.

* rebase and resolve conflicts

(cherry picked from commit f56818d)
Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
Adjust the cherry-picked stringer cleanup to match the release-1.4 API
surface by removing main-only parser handling and using the branch's
existing int64 maxBytes fields.

Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Mar 19, 2026
@k8s-ci-robot k8s-ci-robot requested review from ahg-g and shmuelk March 19, 2026 05:24
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: danehans

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

The pull request process is described here

Details 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 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. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Mar 19, 2026
@ahg-g
Copy link
Contributor

ahg-g commented Mar 19, 2026

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 19, 2026
@k8s-ci-robot k8s-ci-robot merged commit d81ac5b into kubernetes-sigs:release-1.4 Mar 19, 2026
8 checks passed
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. kind/bug Categorizes issue or PR as related to a bug. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants