codal/EKS Deployment Verification
An action allowing you to integrate with EKS via kubectl in a Github Action, easily...
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 cluster name | yes | — |
| eks_role_arn | EKS role arn that allow access eks cluster (Mostly happen when you create your cluster with CDK). | no | — |
| namespace | The cluster namespace | yes | — |
| app_name | The app name within cluster namespace | yes | — |
Outputs
| name | description |
|---|---|
| deployment-check-out | The output of the deployment-check command |