Pre-Update Configuration
Pre-Delete Configuration Properties describes the properties available for configuring pre-update instances.
Property | Description |
---|---|
engine.operatorV2.preUpdate.affinity | The affinity configuration used by the pre-update pods. The value is of type Affinity. |
engine.operatorV2.preUpdate.image.nameOverride | The name of the image used for the pre-update pods. |
engine.operatorV2.preUpdate.image.versionOverride | The tag value of the image used for the pre-update pods. |
engine.operatorV2.preUpdate.labels.podLabels | Labels added to the pre-update pods. These would be in addition to
the labels specified with the global.labels.podLabels
property which are applied to all pods. |
engine.operatorV2.preUpdate.nodeSelector | The node selector configuration used by the pre-update pods. |
engine.operatorV2.preUpdate.podSecurityContext | The pod security context configuration used by the pre-update pods.
The value is of type PodSecurityContext. The default value is
fsGroup: 1000 . |
engine.operatorV2.preUpdate.resources | The resource configuration used by the pre-update pods. The value is of type ResourceRequirements. |
engine.operatorV2.preUpdate.securityContext | The container security context configuration used by the pre-update
pods. The value is of type SecurityContext. The default value
is:
|
engine.operatorV2.preUpdate.serviceAccount.annotations | These annotations are added to the service account when the
engine.operatorV2.preUpdate.serviceAccount.create
property is set to true . |
engine.operatorV2.preUpdate.serviceAccount.create | When set to true , a service account is created with
the specified name and annotations in the master namespace. Otherwise, a
service account with the specified name must be manually created in the
master namespace. The default value is true . |
engine.operatorV2.preUpdate.serviceAccount.name | A service account with this name is created in the master namespace
when the
engine.operatorV2.preUpdate.serviceAccount.create
property is set to true . Otherwise, a service account
with this name must be manually created in the master namespace. The
default value is topology-operator-pre-update . |
engine.operatorV2.preDelete.tolerations | The tolerance configuration used by the pre-update pods. The value is a list of type Toleration. |