Add statusz endpoint for kube-controller-manager#128991
Add statusz endpoint for kube-controller-manager#128991k8s-ci-robot merged 2 commits intokubernetes:masterfrom
Conversation
|
Please note that we're already in Test Freeze for the Fast forwards are scheduled to happen every 6 hours, whereas the most recent run was: Tue Nov 26 22:37:32 UTC 2024. |
|
Hi @Henrywu573. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
/sig instrumentation |
|
/kind feature |
ee503d2 to
bd94399
Compare
|
/triage accepted |
|
/retest-required |
| configz.InstallHandler(mux) | ||
| mux.Handle("/metrics", legacyregistry.Handler()) | ||
| if utilfeature.DefaultFeatureGate.Enabled(zpagesfeatures.ComponentStatusz) { | ||
| statusz.Install(mux, "controller-manager", statusz.NewRegistry()) |
There was a problem hiding this comment.
Nit: "kube-controller-manager" ?
|
/lgtm |
|
|
||
| cmd := &cobra.Command{ | ||
| Use: "kube-controller-manager", | ||
| Use: kubeControllerManager, |
There was a problem hiding this comment.
It should be better to display the string explicitly here to demonstrate the command usage.
|
@Henrywu573: GitHub didn't allow me to assign the following users: for, testing, directory, approval. Note that only kubernetes members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. DetailsIn response to this:
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. |
|
/assign @liggitt |
|
/release-note-edit |
|
@sftim: /release-note-edit must be used with a release note block. DetailsIn response to this:
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. |
|
/release-note-edit |
|
/retest |
|
/ok-to-test |
Co-authored-by: Antonio Ojea <[email protected]>
|
/retest-required |
|
/lgtm Thanks |
|
LGTM label has been added. DetailsGit tree hash: f6e9887106ec23c3470bdb28b406c7883501f8b1 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aojea, Henrywu573, jpbetz 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 |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Added a
/statuszendpoint to kube-controller-managerWhich issue(s) this PR fixes:
Fixes #128750 and kubernetes/enhancements#4828
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: