ianbelcher/EKS kubectl
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 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 | — |
| stdin | File to read and pass as stdin to kubectl | no | — |
| args | The arguments that you want to pass through to the kubectl command | yes | — |
| kubernetes_version | Kubernetes version to use for kubectl (ie, v1.21.0) | no | — |
Outputs
| name | description |
|---|---|
| kubectl-out | The output of the kubectl command |