tensor-foundation/Helm on EKS (with eksctl)
Authenticates on EKS clusters using eksctl and executes Helm commands. Can also be used with kubectl commands.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Your command (kubectl or helm) | yes | — |
| plugins | Comma-separated URLs for the Helm Plugins you need installed | no | — |
| eks_cluster | Name of your EKS cluster (i.e., from `eksctl get cluster`) | yes | — |
| verbose | Enables shell command tracing. Takes string input 'true' or 'false'. Defaults to false. | no | false |
Outputs
| name | description |
|---|---|
| result | Output returned by your Helm or kubectl command |