-
-
Notifications
You must be signed in to change notification settings - Fork 291
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
Please add an option for disabling default tail #104
Comments
@mreza-kiani I've added a comment in the grep PR , please answer :) I'm not sure how easy it would be to disable tail since "kubetail" (as the name implies) is built for the sole purpose of tailing. I can see that this use case would be valid though. Maybe you could have a go and provide a PR? |
Yeah, your answer on grep PR was valid. |
Yes you can already get historic logs. Either do "kubetail my-pod -s 30m"
(for 30 minutes) or use the "--tail" option.
…On Wed, Oct 9, 2019 at 9:18 AM Mohammad Reza Kiani ***@***.***> wrote:
Yeah, your answer on grep PR was valid.
About disabling tail, I saw there is a --tail option in your help menu,
and because of that I thought it would act as --tail option in kubectl
log command for instance: kubectl logs -f <pod_name> --tail 1000
Disabling tail is not necessary, but start get some logs before now would
be a useful option.
I would check if I can add this option or not.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#104?email_source=notifications&email_token=AABNVFMKOAVA4YIBTKR2RSLQNWATLA5CNFSM4I5XNWW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAW42ZA#issuecomment-539872612>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABNVFLEZIIU2QSOUSLCOLDQNWATLANCNFSM4I5XNWWQ>
.
|
Hi
Thanks for your great product! But it has some misses which seem really useful. For example grep option which there is a pull request which adds this feature. And another essential feature is some option that helps me to get all log of the pods not from now on, I mean not applying tail option. Can you add this feature too?
The text was updated successfully, but these errors were encountered: