-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add recommended k8s labels #2501
Conversation
/cc @vdemeester |
/test tekton-pipeline-unit-tests |
1 similar comment
/test tekton-pipeline-unit-tests |
78f359e
to
e6299f3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+:100:
/meow
In 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/test-infra repository. |
/hold |
ba83238
to
9e23236
Compare
/hold cancel @vdemeester how about using |
/test tekton-pipeline-unit-tests |
yeah we could, but we will need to keep those (at least for a while) there as tools depend on them. |
I know the dashboard depends on it, i am adding support for |
We should add the new one, mark the old one as "deprecated" (in release note) and decide on a time where it gets removed (if we want to remove it 😛 ) |
/meow |
In 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/test-infra repository. |
@vdemeester do you want to include changes from #2508 in this PR ? |
oh yeah we can 👍 |
Done, i took the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester 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 |
This PR cannot be merged: expecting exactly one kind/ label Available
|
/kind feature |
In future can we put this in the "release notes" section of the pull request description? That is what I was looking for when I made the 0.13 releases and I missed this breaking change :( |
While looking into tektoncd#2816 we realized that tektoncd#2501 had indicated that this will require users to delete their Deployments but since the note wasn't in a release notes block it was missed (by me!) Adding this to the checklist might help contributors and reviewers be more aware. We also found that prow has a "release notes" plugin that might check this for us on PRs if we turn it on: https://github.com/kubernetes/test-infra/blob/128455dfd8003346afcdffa111d2298587f6fbf0/prow/plugins/releasenote/releasenote.go Co-authored-by: Sharon Jerop Kipruto <[email protected]>
While looking into tektoncd#2816 we realized that tektoncd#2501 had indicated that this will require users to delete their Deployments but since the note wasn't in a release notes block it was missed (by me!) Adding this to the checklist might help contributors and reviewers be more aware. We also found that prow has a "release notes" plugin that might check this for us on PRs if we turn it on: https://github.com/kubernetes/test-infra/blob/128455dfd8003346afcdffa111d2298587f6fbf0/prow/plugins/releasenote/releasenote.go Co-authored-by: Sharon Jerop Kipruto <[email protected]>
While looking into #2816 we realized that #2501 had indicated that this will require users to delete their Deployments but since the note wasn't in a release notes block it was missed (by me!) Adding this to the checklist might help contributors and reviewers be more aware. We also found that prow has a "release notes" plugin that might check this for us on PRs if we turn it on: https://github.com/kubernetes/test-infra/blob/128455dfd8003346afcdffa111d2298587f6fbf0/prow/plugins/releasenote/releasenote.go Co-authored-by: Sharon Jerop Kipruto <[email protected]>
This PR adds recommended k8s labels on resources.
Implementation for proposal #2497
Config: added labels and updated selectors for all resources in
/config
Doc: added
/docs/developers/resources-labelling.md
NOTE: this will introduce a breaking change when trying to update deployments as label selectors have changed.