-
Notifications
You must be signed in to change notification settings - Fork 149
Closed
Labels
kind/bugSomething isn't workingSomething isn't working
Description
What happened:
❯ stern --since=2m --no-follow --only-log-lines -n kube-system -t default .
--> no output.
What you expected to happen:
I would like to see output. If I remove -t default
, I see output:
❯ stern --since=2m --no-follow --only-log-lines -n kube-system . | head
ccm-7f8b59bc4d-zsbv4 ccm I0423 11:32:37.329272 ...
How to reproduce it (as minimally and precisely as possible):
Use -t default
Anything else we need to know?:
Environment:
- stern version (use
stern --version
): version: 1.28.0 - OS (e.g:
cat /etc/os-release
): Ubuntu 22.04.4 LTS - Install tools (e.g: Homebrew) via brew
- Others: Used directly, not via kubectl
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't workingSomething isn't working