-
Notifications
You must be signed in to change notification settings - Fork 14
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
logrotate: add design and api for logrotate #37
Conversation
Not able to build the crds |
bd90f2c
to
042bf65
Compare
042bf65
to
e782397
Compare
@parth-gr The way this API change is written assumes log rotation is always enabled if you want to change the log level which I think is a mistake. We need to make a decision:
|
@Madhu-1 what do you think? should we have enabled disable?? And downstream it is only enabled when
|
both are independent, both need to be set for it to work properly for openshift. why do we need to enable it by default, we are setting the values that user expected us to set, user should know what is being done. |
e782397
to
bc633c6
Compare
19e126e
to
75635ad
Compare
75635ad
to
d680db0
Compare
4bfedfb
to
cc48915
Compare
cc48915
to
a8b3fb4
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.
@parth-gr can you please rebase this PR?
a8b3fb4
to
01f2d51
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.
LGTM
01f2d51
to
324d399
Compare
324d399
to
31455f8
Compare
95401c6
to
4f605c3
Compare
design and api for the csi pods logrotate Signed-off-by: parth-gr <[email protected]>
4f605c3
to
30fb812
Compare
@parth-gr I already asked in a prev comment to call the field The struct name itself should still be called As this one was already merged by @Madhu-1. Please issue another PR for the API fix |
@nb-ohad I did updated it before, but with your recent suggestions I did change it back #37 (comment) I can open a follow PR to address this ;) |
You are correct!!! When I wrote the comment you are pointing to, I was thinking about the field in isolation, not as part of the entire spec. The point I was trying to make was that we need My bad. And yes let's have a follow up PR to fix this. |
add ocs default toleration to csi-op podspec
Describe what this PR does
api for the csi pods logrotate
Provide some context for the reviewer
Check the API flow
Is there anything that requires special attention
Do you have any questions?
Is the change backward compatible?
Are there concerns around backward compatibility?
Provide any external context for the change, if any.
For example:
Related issues
Mention any github issues relevant to this PR. Adding below line
will help to auto close the issue once the PR is merged.
Fixes: #issue_number
Future concerns
List items that are not part of the PR and do not impact it's
functionality, but are work items that can be taken up subsequently.
Checklist:
guidelines in the developer
guide.
Request
notes
updated with breaking and/or notable changes for the next major release.