sourcetoad/Sourcetoad - ACK (Aliyun) Deploy Action
Handles deployment of container images to an ACK deployment on Aliyun.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| kubeconfig_location | The location of the kubeconfig file | yes | — |
| ack_deployment_name | The name of the ACK deployment | yes | — |
| prepare_task_config_filepath | The file path of the job that prepares the ACK deployment | no | — |
| prepare_job_name | The name job that prepares the ACK deployment | no | — |
| prepare_job_container_image_changes | Prepare job container images to change in format of (containername=image) using folded block scalar. | no | — |
| deployment_container_image_changes | The container images to change in format of (containername=image) using folded block scalar. | yes | — |
| max_polling_iterations | Max amount of iterations (5s increments) to wait for a job update | no | 240 |
| dry_run | Whether to skip all Aliyun related write steps. | no | false |
| rollback_deployment_on_failure | Whether to rollback deployment on failure. | no | true |
| rollout_watch_timeout | Timeout to watch rollout. | no | 30m |
Outputs
no outputs