rancher v2.15.1
Cluster.spec.rkeConfig.machinePools[].machineDeploymentAnnotations.spec.rkeConfig.upgradeStrategy
UpgradeStrategy contains the concurrency and drain configuration to be used when upgrading machine pools of servers and agents.
| Field / Type | Description |
|---|---|
controlPlaneConcurrency | ControlPlaneConcurrency is the number of server nodes that should be upgraded at a time. The default value is 1, a 0 value is infinite. Percentages are also accepted.
|
ControlPlaneDrainOptions is the drain configuration to be used when draining controlplane nodes, during both upgrades and machine rollouts. | |
workerConcurrency | WorkerConcurrency is the number of worker nodes that should be upgraded at a time. The default value is 1, a 0 value is infinite. Percentages are also accepted.
|
WorkerDrainOptions is the drain configuration to be used when draining worker nodes, during both upgrades and machine rollouts. |