Configuring Workers Using the Kubernetes Operator
This section describes how to configure the Deploy's Kubernetes Operator-based installer to use the Deploy Task Engine. The Deploy Task Engine is used by default to create workers in Digital.ai Deploy 22.0 and later.
Audience
This topic is intended for administrators that are responsible for application deployment. This is valid for Digital.ai Deploy 22.0 or later versions installed using the Kubernetes Operator.
Configuration Steps
-
Update the
\digitalai-deploy\kubernetes\daideploy_cr
file with the following parameters:
Parameter | Description | Default |
---|---|---|
WorkerImageRepository | The repository that contains the Deploy Task Engine image. | xebialabs/deploy-task-engine |
XldMasterCount | Number of master replicas | 3 |
XldWorkerCount | Number of worker replicas | 3 |
ImageTag | Image tag that defines the Deploy image version number. | 22.2.0 |
- Restart the Deploy Server (if you have Deploy up and running already).