-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
feat: update kep 3288 #4879
feat: update kep 3288 #4879
Conversation
Note down why we decide not to support the combination of `Stream` and `TailLines`. Signed-off-by: Jian Zeng <[email protected]>
rather than potentially all of them. However, this may go against users' expectations and could lead to confusion. | ||
|
||
Taking all these considerations into account, I propose that we do not support the combination of `Stream` and `TailLines` | ||
in the first iteration. |
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.
Can you please add a note that the validation will be performed when this is requested and error will be returned.
rather than potentially all of them. However, this may go against users' expectations and could lead to confusion. | ||
|
||
Taking all these considerations into account, I propose that we do not support the combination of `Stream` and `TailLines` | ||
in the first iteration. |
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.
Also add this to the non-goals on line 179
lgtm. I think KEP brings a lot of value even with this limitation. Implementation-wise for the long term if we decide to support this, we will need to think whether we can split files when they are written. |
@SergeyKanzhelev I have updated the kep as you suggested, PTAL. |
1114cd0
to
7b069d5
Compare
Signed-off-by: Jian Zeng <[email protected]>
7b069d5
to
e9bec8c
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: knight42, mrunalp 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 |
Note down why we decide not to support the combination of
Stream
andTailLines
.Per kubernetes/kubernetes#127360 (comment)