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

Consider if to add --metrics-bind-addr=127.0.0.1:8080 in manager.yaml #3225

Closed
fabriziopandini opened this issue Feb 16, 2022 · 5 comments · Fixed by #3226
Closed

Consider if to add --metrics-bind-addr=127.0.0.1:8080 in manager.yaml #3225

fabriziopandini opened this issue Feb 16, 2022 · 5 comments · Fixed by #3226
Assignees
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. priority/backlog Higher priority than priority/awaiting-more-evidence. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@fabriziopandini
Copy link
Member

While working on kubernetes-sigs/cluster-api#6117 we noticed that latest CAPA doesn't have "--metrics-bind-addr=127.0.0.1:8080" in your manager.yaml (see
https://cluster-api.sigs.k8s.io/developer/providers/v0.3-to-v0.4.html#required-kustomize-changes-to-have-a-single-manager-watching-all-namespaces-and-answer-to-webhook-calls).

Applying this change is not mandatory, but FYI deploying Prometheus in local dev env using the CAPI Tiltfile won't work without this change.

@k8s-ci-robot k8s-ci-robot added needs-priority needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Feb 16, 2022
@k8s-ci-robot
Copy link
Contributor

@fabriziopandini: This issue is currently awaiting triage.

If CAPA/CAPI contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

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/test-infra repository.

@sedefsavas
Copy link
Contributor

Thanks @fabriziopandini

We had this in v1alpha4, but not have it in v1beta1.

This is a simple change, we need to add this line:

- "--metrics-bind-addr=127.0.0.1:8080"

and this
https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/v0.7.3/config/rbac/auth_proxy_service.yaml

/good-first-issue
/triage-accepted
/priority backlog
/milestone v1.x

@k8s-ci-robot
Copy link
Contributor

@sedefsavas:
This request has been marked as suitable for new contributors.

Guidelines

Please ensure that the issue body includes answers to the following questions:

  • Why are we solving this issue?
  • To address this issue, are there any code changes? If there are code changes, what needs to be done in the code and what places can the assignee treat as reference points?
  • Does this issue have zero to low barrier of entry?
  • How can the assignee reach out to you for help?

For more details on the requirements of such an issue, please see here and ensure that they are met.

If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-good-first-issue command.

In response to this:

Thanks @fabriziopandini

We had this in v1alpha4, but not have it in v1beta1.

This is a simple change, we need to add this line:

- "--metrics-bind-addr=127.0.0.1:8080"

and this
https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/v0.7.3/config/rbac/auth_proxy_service.yaml

/good-first-issue
/triage-accepted
/priority backlog
/milestone v1.x

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/test-infra repository.

@k8s-ci-robot k8s-ci-robot added this to the v1.x milestone Feb 16, 2022
@k8s-ci-robot k8s-ci-robot added priority/backlog Higher priority than priority/awaiting-more-evidence. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. and removed needs-priority labels Feb 16, 2022
@sedefsavas sedefsavas 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 Feb 16, 2022
@Matheusafonsouza
Copy link
Contributor

Can i be responsible for this one?

@Matheusafonsouza
Copy link
Contributor

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. priority/backlog Higher priority than priority/awaiting-more-evidence. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants