We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if I try use -l and --namespace, cli broken:
Error:
kubetail -l app=agendor-web --namespace production Will tail 1 logs... /Users/gmmaster/bin/kubetail: line 208: ((: >= 0 && <= 7 : syntax error: operand expected (error token is ">= 0 && <= 7 ") Bad color code! agendor-web-2053129160-mhr25 [1] 93012 terminated kubetail -l app=agendor-web --namespace production
Work
$ kubetail -l app=agendor-web Will tail 2 logs... agendor-web-2932972748-6vgps agendor-web-2932972748-rhvbx --*- multitail 6.4.2 (C) 2003-2014 by folkert@vanheusden.com -*--
kubetail agendor-web --namespace production Will tail 3 logs... agendor-web-2053129160-mhr25 agendor-web-canary-133479263-rn4pk agendor-web-canary-133479263-tsf1t --*- multitail 6.4.2 (C) 2003-2014 by folkert@vanheusden.com -*--
The text was updated successfully, but these errors were encountered:
No branches or pull requests
if I try use -l and --namespace, cli broken:
Error:
Work
The text was updated successfully, but these errors were encountered: