Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce --metrics-bind-address and --health-probe-bind-address flags to karmada-webhook #1346

Merged
merged 2 commits into from
Feb 11, 2022

Conversation

mrlihanbo
Copy link

@mrlihanbo mrlihanbo commented Feb 9, 2022

Signed-off-by: lihanbo [email protected]

What type of PR is this?
/kind feature

What this PR does / why we need it:
Some users want to config the MetricsBindAddress and HealthProbeBindAddress for karmada-webhook.

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:
It can be set to "0" to disable the metrics serving and health probe serving.

Does this PR introduce a user-facing change?:

karmada-webhook: Introduced --metrics-bind-address and --health-probe-bind-address flags.

@karmada-bot karmada-bot added kind/feature Categorizes issue or PR as related to a new feature. do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. labels Feb 9, 2022
@karmada-bot karmada-bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Feb 9, 2022
@karmada-bot karmada-bot added release-note Denotes a PR that will be considered when it comes time to generate release notes. and removed do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. labels Feb 9, 2022
cmd/webhook/app/options/options.go Outdated Show resolved Hide resolved
@RainbowMango
Copy link
Member

/retitle Introduce --metrics-bind-address and --health-probe-bind-address flags to karmada-webhook

I added a commit to update the usage of --metrics-bind-address which merged this morning.

/approve

leave LGTM to @pigletfly to confirm.

@karmada-bot karmada-bot changed the title make MetricsBindAddress and HealthProbeBindAddress configurable Introduce --metrics-bind-address and --health-probe-bind-address flags to karmada-webhook Feb 10, 2022
@karmada-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: RainbowMango

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

@karmada-bot karmada-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 10, 2022
@RainbowMango
Copy link
Member

/assign @pigletfly

@mrlihanbo
Copy link
Author

/cc @pigletfly

@RainbowMango
Copy link
Member

/lgtm
I think all comments have been addressed.

@karmada-bot karmada-bot added the lgtm Indicates that a PR is ready to be merged. label Feb 11, 2022
@karmada-bot karmada-bot merged commit f29eede into karmada-io:master Feb 11, 2022
@mrlihanbo mrlihanbo deleted the webhook-health branch March 1, 2022 08:11
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. kind/feature Categorizes issue or PR as related to a new feature. lgtm Indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants