ironhalik/kubetail-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 | — |
| resource | Resource to watch. | no | deployment |
| name | Name of the deployment to watch. Incompatible with selector. | no | — |
| selector | kubectl selector for the deployments to watch. Incompatible with name. | no | — |
| timeout | How long to try tailing for. | no | 300s |
Outputs
no outputs