Update metrics-server container port#17862
Merged
k8s-ci-robot merged 2 commits intokubernetes:masterfrom Jan 15, 2026
Merged
Conversation
This matches the upstream manifest
hakman
approved these changes
Jan 15, 2026
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hakman The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Retesting failed PR that otherwise appears ready for merge. Please help us fix flaky tests by following our Flaky Tests Guide. Prevent this bot from retesting with /retest-required |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The metrics-server e2e test is failing because the test port forwards to port 10250:
https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/e2e-kops-aws-metrics-server/2011026088251101184
••••••<nil>•<nil><nil>•<nil>E0113 10:56:45.599179 19763 portforward.go:424] "Unhandled Error" err="an error occurred forwarding 10250 -> 10250: error forwarding port 10250 to pod bff46838121c70b6e7ff89a6a688c10b68288af0a9003de2d565f3c7a9a759f4, uid : failed to execute portforward in network namespace \"/var/run/netns/cni-00852c8d-6db3-2b1b-856b-a12ab9c6222d\": failed to connect to localhost:10250 inside namespace \"bff46838121c70b6e7ff89a6a688c10b68288af0a9003de2d565f3c7a9a759f4\", IPv4: dial tcp4 127.0.0.1:10250: connect: connection refused IPv6 dial tcp6: address localhost: no suitable address found " logger="UnhandledError"The listening port was changed in kubernetes-sigs/metrics-server#1054 and matches the manifests in the repo: https://github.com/kubernetes-sigs/metrics-server/blob/415f828aa13841d8b95de0b2211f7d44624fadd9/manifests/base/deployment.yaml#L25