ironhalik/stern-action
Lets you tail kubernetes logs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| debug | Adds action debug messages. Might contain sensitive data. | no | — |
| config | Kubeconfig yaml contents. Can be base64 encoded or just yaml. | no | — |
| eks_cluster | Name of the EKS cluster to interact with. Will use aws eks update-kubeconfig. | no | — |
| eks_role_arn | The AWS IAM role to use when authenticating with EKS. | no | — |
| context | Context to use if there are multiple. | no | — |
| namespace | Namespace to use. | no | — |
| search-term | What pods to tail. | no | . |
| selector | kubectl selector to use for tailing pods. | no | — |
| since | Since when should we tail logs. | no | 5m |
| until | Will stop tailing when it finds the sepcified string. | no | — |
| timeout | How long to try tailing for. | no | 300s |
Outputs
no outputs