run (Kubernetes)
This operation allows a user to create and run a Kubernetes container image.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Kubernetes Home |
| No | Kubernetes Home Directory. |
Kubeconfig File Path |
| No | Absolute path of kubeconfig file |
Cloud Account |
| No | Select Cloud Account |
Directory where Cloud CLI is installed |
| No | e.g. /usr/local/bin or /u01/azure/bin |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Context |
| Yes | Context (cluster, namespace, and user) to apply changes. |
Deployment Name |
| Yes | Name for deployment. |
Image Name |
| Yes | Name of created image. |
Environment |
| No | Environment variable(s) for the container in the format 'key=value'. |
Port |
| No | Port to expose. |
Replicas |
| Yes | Number of replicas to scale. |
Namespace |
| No | Namespace of the resource. |
Command |
| No | Start a container using a different command. |
Additional Options |
| No | Additional options not listed above to append to the run command. |
Artifacts
This operation does not produce or consume any artifacts.
Endpoint Selection
This operation delegates the selection to the workflow developer to determine.
Endpoint Execution
This operation delegates the execution to the workflow developer to determine.
- style