k8stail icon indicating copy to clipboard operation
k8stail copied to clipboard

tail -f experience for Kubernetes Pods

Results 14 k8stail issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://togithub.com/golang/go)) | golang | minor | `1.18` -> `1.19` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [k8s.io/client-go](https://togithub.com/kubernetes/client-go) | require | major | `v0.24.3` -> `v1.5.2` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [goreleaser/goreleaser-action](https://togithub.com/goreleaser/goreleaser-action) | action | major | `v2` -> `v3` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | major | `v2` -> `v3` | ---...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

Hello! Awesome app. Please support except pod. Thanks!

Added -e/--exclude-container flag for container filtration by name

In fact `KUBECONFIG` supports multiple locations joined with colon. Add a support for that here as well.

Its sometimes nice to start a tail back a few seconds / minutes. Kubectl does this w/ the `--since` flag #### Example: ``` kubectl logs billwise-disabler-us-deployment-4141292026-339rz -f --since=60s ``` It...

We log JSON, and it would be really nice if I was able to pass the log message through `jq`. Can a `--processor` option be added? Then I could use...