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

Bug 1755757: store: add kube_node_role metric #17

Merged
merged 1 commit into from Oct 15, 2019

Conversation

brancz
Copy link

@brancz brancz commented Sep 6, 2019

Backport of #16 for 4.1.

@lilic @paulfantom @lilic

@openshift-ci-robot
Copy link

@brancz: No Bugzilla bug is referenced in the title of this pull request.
To reference a bug, add 'Bug XXX:' to the title of this pull request and request another bug refresh with /bugzilla refresh.

In response to this:

store: add kube_node_role metric

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.

@openshift-ci-robot openshift-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Sep 6, 2019
@paulfantom
Copy link

@brancz we need BZ for it

@brancz
Copy link
Author

brancz commented Sep 6, 2019

I verified this works on a cluster bot cluster.

@lilic
Copy link

lilic commented Sep 9, 2019

@brancz I duplicated the original bugzilla and target it to the 4.1 release, can you refernce that bugzilla please, I can't seem to edit the title 🤷‍♀ https://bugzilla.redhat.com/show_bug.cgi?id=1750283

@brancz brancz changed the title store: add kube_node_role metric Bug 1750283: store: add kube_node_role metric Sep 9, 2019
@openshift-ci-robot openshift-ci-robot added the bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. label Sep 9, 2019
@openshift-ci-robot
Copy link

@brancz: This pull request references Bugzilla bug 1750283, which is invalid:

  • expected dependent Bugzilla bug 1749451 to be in one of the following states: VERIFIED, RELEASE_PENDING, CLOSED (ERRATA), but it is POST instead

Comment /bugzilla refresh to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.

In response to this:

Bug 1750283: store: add kube_node_role metric

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.

@bparees
Copy link

bparees commented Sep 19, 2019

@brancz @lilic the 4.2 BZ (https://bugzilla.redhat.com/show_bug.cgi?id=1749451) is still in assigned, we'll need to see that get fixed/verified before this PR can merge into a z-stream

@lilic
Copy link

lilic commented Oct 7, 2019

/bugzilla refresh

@openshift-ci-robot
Copy link

@lilic: This pull request references Bugzilla bug 1750283, which is valid. The bug has been moved to the POST state.

In response to this:

/bugzilla refresh

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.

@openshift-ci-robot openshift-ci-robot added bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. and removed bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. labels Oct 7, 2019
@lilic
Copy link

lilic commented Oct 7, 2019

@bparees thanks, this is now ready to be merged.

@lilic
Copy link

lilic commented Oct 7, 2019

Seems like the wrong bugzilla is linked, should be https://bugzilla.redhat.com/show_bug.cgi?id=1755757

@brancz brancz changed the title Bug 1750283: store: add kube_node_role metric Bug 1755757: store: add kube_node_role metric Oct 7, 2019
@openshift-ci-robot
Copy link

@brancz: This pull request references Bugzilla bug 1755757, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

In response to this:

Bug 1755757: store: add kube_node_role metric

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.

@s-urbaniak
Copy link

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Oct 7, 2019
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: brancz, s-urbaniak

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

@bparees
Copy link

bparees commented Oct 7, 2019

@bparees thanks, this is now ready to be merged.

Thanks, I believe @sdodson is patch manager through EOD today so he should see this in his query and tag it today assuming he deems it ready (it looks ready to me).

@sdodson
Copy link
Member

sdodson commented Oct 7, 2019

There's other work involved to resolve the bug in question that won't be queued before the merge window closes, therefore we'll defer this until the next 4.1.z merge window.

@lilic
Copy link

lilic commented Oct 10, 2019

@sdodson I believe we said we can merge today? I changed the bugzilla to medium priority as per the prior discussion.

@sdodson
Copy link
Member

sdodson commented Oct 10, 2019

@mrunalp starts his term as patch manager today. I'll sync up with him when he's online.

kube_node_info{container_runtime_version="rkt",kernel_version="kernel",kubelet_version="kubelet",kubeproxy_version="kubeproxy",node="127.0.0.1",os_image="osimage",provider_id="provider://i-randomidentifier"} 1
kube_node_labels{label_type="master",node="127.0.0.1"} 1
kube_node_labels{label_node_role_kubernetes_io_master="",node="127.0.0.1"} 1
kube_node_role{node="127.0.0.1",role="master"} 1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Are we missing a gofmt run here?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is to sync with the upstream repo, if we were to make the change here we would diverge with the upstream branch.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay!

@mrunalp mrunalp added the cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. label Oct 14, 2019
@openshift-merge-robot openshift-merge-robot merged commit fe1afff into openshift:release-4.1 Oct 15, 2019
@brancz brancz deleted the 4.1-node-role branch October 15, 2019 07:47
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. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants