This is the multi-page printable view of this section. Click here to print.
Kubernetes object transformation
Transform objects in a Kubernetes cluster.
1 - Introduction
Plugin introduction
The custom-image plugins enables the deployment of a custom image to be executed as Task. This is extremely useful to run custom logic and software in the resiliency patterns.
2 - Configuration
Plugin parameters and accepted values
Task
Configuration
| Name | Description | Type | Required |
|---|---|---|---|
| image | Container image to be deployed | string | yes |
| command | The command to be executed when the container starts | []string | yes |