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

Update controller-runtime to 0.10.1 #521

Merged
merged 1 commit into from
Oct 1, 2021

Conversation

alvaroaleman
Copy link
Contributor

This updates controller-runtime (and with it the k8s.io/ dependencies)
to 0.10.1. The main motivation is that I want to start collecting
clientsside metrics, however there is currently rest_client_request_latency_seconds
which includes the full request URL and thus has a huge cardinality. It
got removed in the 0.10 release of controller-runtime.

For reference, the c-r PR that removes it: kubernetes-sigs/controller-runtime#1587

This updates controller-runtime (and with it the k8s.io/ dependencies)
to 0.10.1. The main motivation is that I want to start collecting
clientsside metrics, however there is currently `rest_client_request_latency_seconds`
which includes the full request URL and thus has a huge cardinality. It
got removed in the 0.10 release of controller-runtime.
@alvaroaleman
Copy link
Contributor Author

@alvaroaleman
Copy link
Contributor Author

Seems unrelated:

    util.go:223: 
        failed to ensure guest nodes became ready
        Unexpected error:
            <*errors.errorString | 0xc0003eda20>: {
                s: "timed out waiting for the condition",
            }
            timed out waiting for the condition
        occurred

/retest

@enxebre
Copy link
Member

enxebre commented Oct 1, 2021

/approve

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 1, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: alvaroaleman, enxebre

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

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 1, 2021
@csrwng
Copy link
Contributor

csrwng commented Oct 1, 2021

/lgtm
Thank you!

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Oct 1, 2021
@openshift-merge-robot openshift-merge-robot merged commit 838a8b6 into openshift:main Oct 1, 2021
chaodaiG added a commit to chaodaiG/test-infra that referenced this pull request Dec 9, 2021
Same reason as openshift/hypershift#521, removing flooding rest_client_request_latency_seconds from prometheus metrics
chaodaiG added a commit to chaodaiG/test-infra that referenced this pull request Dec 9, 2021
Same reason as openshift/hypershift#521, removing flooding rest_client_request_latency_seconds from prometheus metrics
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. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants