actions-marketplace-validations/AWS EKS kubectl Actions
An GitHub Action allowing you to integrate AWS EKS via kubectl
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 | yes | — |
| aws_secret_access_key | Your AWS_SECRET_ACCESS_KEY | yes | — |
| aws_region | Where the EKS Cluster region set | yes | — |
| cluster_name | Your EKS cluster name | yes | — |
| image_tag | The image tag of your build version, ex:latest | yes | — |
| ECR_REPOSITORY | Your Repository name under the registory | yes | — |
| K8S_DEPLOYMENT_NAME | Your Deployment under K8s Cluster | yes | — |
| K8S_NAMESPACE | Your K8S namespace for K8S_DEPLOYMENT_NAME | yes | — |
| args | The arguments that you want to pass through to the kubectl command | yes | — |
Outputs
no outputs