Skip to content

Conversation

@slashpai
Copy link
Member

@slashpai slashpai commented May 6, 2025

Fixes #1603

What this PR does / why we need it:

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

@k8s-ci-robot k8s-ci-robot added do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels May 6, 2025
@k8s-ci-robot k8s-ci-robot added needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels May 6, 2025
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/invalid-commit-message Indicates that a PR should not merge because it has an invalid commit message. label May 6, 2025
node := &storage.MetricsPoint{}
pods := make(map[apitypes.NamespacedName]storage.PodMetricsPoint)
parser, err := textparse.New(b, "", false, nil)
parser, err := textparse.New(b, "text/plain", "", false, false, nil)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a question:
echo from the comments of New function:

An error may also be returned if fallbackType had to be used

Using the fallbackType also gets an error? Do you know why?

@slashpai
Copy link
Member Author

slashpai commented May 6, 2025

/close

@k8s-ci-robot
Copy link
Contributor

@slashpai: Closed this PR.

In response to this:

/close

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-sigs/prow repository.

@slashpai
Copy link
Member Author

slashpai commented May 6, 2025

/reopen

@k8s-ci-robot k8s-ci-robot reopened this May 6, 2025
@k8s-ci-robot
Copy link
Contributor

@slashpai: Reopened this PR.

In response to this:

/reopen

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-sigs/prow repository.

@slashpai
Copy link
Member Author

slashpai commented May 6, 2025

cc @RainbowMango

@RainbowMango
Copy link
Member

/triage accepted
Glad to see there is a concrete issue to fix :)
I will take a look later.

This isn't the blocker for cutting the new release(tracked by #1565).

@k8s-ci-robot k8s-ci-robot added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels May 6, 2025
@slashpai
Copy link
Member Author

slashpai commented May 6, 2025

/triage accepted Glad to see there is a concrete issue to fix :) I will take a look later.

This isn't the blocker for cutting the new release(tracked by #1565).

Since we are getting a release its good to get latest changes as we release very rarely.
But ya not a blocker for release :)

Copy link
Member

@RainbowMango RainbowMango left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
Since currently only supports text/plain according to #1647 (comment).

node := &storage.MetricsPoint{}
pods := make(map[apitypes.NamespacedName]storage.PodMetricsPoint)
parser, err := textparse.New(b, "", false, nil)
parser, err := textparse.New(b, "text/plain", "", false, false, nil)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a question:
echo from the comments of New function:

An error may also be returned if fallbackType had to be used

Using the fallbackType also gets an error? Do you know why?

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 7, 2025
@RainbowMango
Copy link
Member

/assign @dgrisonnet @serathius
for another look and approve

@serathius
Copy link
Contributor

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: serathius, slashpai

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 May 7, 2025
@k8s-ci-robot k8s-ci-robot merged commit 99b5e09 into kubernetes-sigs:master May 7, 2025
12 checks passed
@slashpai slashpai mentioned this pull request May 8, 2025
monitoring-commit-bot bot pushed a commit to rhobs/kubernetes-metrics-server that referenced this pull request Jul 3, 2025
Installation

kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/download/v0.8.0/components.yaml

Changes since v0.7.2

Improvements

* Wire server run options to flags kubernetes-sigs#1560  kubernetes-sigs#1656 (@benluddy, @slashpai)
* Bump Golang to v1.24.4  and to Kubernetes clients to v0.33.2  kubernetes-sigs#1662, kubernetes-sigs#1665 (@dgrisonnet,@yangjunmyfm192085,@slashpai)
   *  This will help to include the `disable-http2-serving` flag added in SecureServingOptions (kubernetes/kubernetes#122176) for metrics-server
* Bump Prometheus module to v0.304.2 kubernetes-sigs#1652, kubernetes-sigs#1675 (@slashpai , @dependabot)

Tooling

* Add support for specifying other container engines kubernetes-sigs#1649 (@slashpai)
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. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Content-Type header for Prometheus 3.0.0

5 participants