-
Notifications
You must be signed in to change notification settings - Fork 150
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
Removed curator5 references from 5.1 CSV #1006
Removed curator5 references from 5.1 CSV #1006
Conversation
@@ -403,19 +401,6 @@ spec: | |||
path: collection.logs.fluentd.nodeSelector | |||
x-descriptors: | |||
- 'urn:alm:descriptor:com.tectonic.ui:nodeSelector' | |||
- description: Resource requirements for the Curator pods |
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.
@alanconway I think this has to remain for compatibility reasons but is just no longer honored. Maybe we just need to update the main "curation" note
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.
/approve
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alanconway, vimalk78 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 |
/retest Please review the full test history for this PR and help us cut down flakes. |
/hold |
/cherry-pick release-5.1 |
@vimalk78: once the present PR merges, I will cherry-pick it on top of release-5.1 in a new PR and assign it to you. 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. |
/retest |
I'd really like to get rid of al the version numbers in our repo. The version of code is determined by the git branch and commit, having a redundant version number in file and directory names causes a bunch of useless thrashing when the version changes. I just wasted a day on the loki work because a mistake in renaing from 4.7 caused stale code to get deployed in my tests, which was very perplexing. |
/refresh |
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: alanconway, igor-karpukhin, vimalk78 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 |
Please hold off on merging this PR until we've completed this conversation with Christian: https://coreos.slack.com/archives/GGUR75P60/p1620636639219100 |
/hold cancel This is a cleanup of another PR that merged months ago and will unblock cpaas. We can revert this and the other if needed |
@vimalk78: base branch (release-5.1) needs to differ from target branch (release-5.1) 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. |
Description
Curator is removed in 5.1
Removed remaining references of curator5 from CSV
/assign @jcantrill
Links