actions-marketplace-validations/EKS kubectl (v1.16)
An action allowing you to integrate with EKS via kubectl in a Github Action, easily with fixed kubectl version to 1.16 ...
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_access_key_id | Your AWS_ACCESS_KEY_ID | no | — |
| aws_secret_access_key | Your AWS_SECRET_ACCESS_KEY | no | — |
| aws_region | The region of the cluster | no | — |
| cluster_name | The name of the cluster you're using | yes | — |
| eks_role_arn | EKS role arn that allow access eks cluster (Mostly happen when you create your cluster with CDK). | no | — |
| args | The arguments that you want to pass through to the kubectl command | yes | — |
Outputs
| name | description |
|---|---|
| kubectl-out | The output of the kubectl command |