Kazuki Suda

Results 79 comments of Kazuki Suda

**Note:** this comment was imported, but it was originally made by [henricook](https://github.com/henricook)... We'd also love this, so we can tail multiple pods and then operate on the output (e.g. grep...

**Note:** this comment was imported, but it was originally made by [fuhbar](https://github.com/fuhbar)... Same here. We'd love to see this implemented very much like `tail(1)`. Our use case is as follows:...

**Note:** this comment was imported, but it was originally made by [jacobstr](https://github.com/jacobstr)... One nice way to accomplish this might be an `until` flag to complement `since`. e.g. ``` stern --until=$(date...

**Note:** this comment was imported, but it was originally made by [ljohnston](https://github.com/ljohnston)... IMO, a `--until` flag is the best way to implement this. Not only could you stop it at...

**Note:** this comment was imported, but it was originally made by [majewsky](https://github.com/majewsky)... FYI: - When your service only supports logging to a file, you can try to configure the pseudo-file...

I don't want to change the artifact name too much because it will affect other people's build scripts. Both Kustomize and sealed-secrets include the version in the artifact name. Is...

I don't have a strong motivation to add this feature, since we can check the pod labels with `kubectl get po --show-labels`. Also, in many scenarios, pod-query gives the expected...

I've probably never used `--all-namespaces` before. I don't know the case where I want to log across all namespaces. On the other hand, in an environment with thousands or tens...

> And sometime I want to check all those pods, I only know the name not the namespace (well I can get it of course with a k get pod...

@ssoriche @floryut How about setting an upper limit on the number of pods or containers to handle? When the limit is reached, stern is terminated. This also makes the `--all-namespaces`...