-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
v2: Remove deprecated metrics #1004
v2: Remove deprecated metrics #1004
Conversation
Welcome @yeya24! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
/hold
until the next release
@@ -25,35 +25,33 @@ spec: | |||
```txt | |||
$ kube-state-metrics -h | |||
Usage of ./kube-state-metrics: | |||
--add_dir_header If true, adds the file directory to the header |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides from here, we also need to remove them from the docs. https://github.com/kubernetes/kube-state-metrics/blob/f09db29f7955e5e628c54130fac1ac116836412c/docs/node-metrics.md
That should fix the CI.
@lilic Hi, do I also need to remove this part? |
04d0234
to
b4f5692
Compare
@yeya24 yes, lets remove that as well. 👍 Thanks! |
@yeya24 do you mind rebasing your PR, after that we can merge, thanks! :) |
0b4ca08
to
72649e8
Compare
@lilic HI, could you please take a look at this? CI passed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
/lgtm
Signed-off-by: yeya24 <yb532204897@gmail.com> remove deprecated options Signed-off-by: yeya24 <yb532204897@gmail.com>
714613b
to
da2dadc
Compare
@lilic Hello, |
/hold cancel Thanks! :) |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: LiliC, yeya24 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 |
Signed-off-by: yeya24 yb532204897@gmail.com
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 #974