Updated on 2025-08-12 GMT+08:00

Workload Upgrade

You can upgrade a workload after you create it. There are two ways to upgrade a workload.
  • Rolling upgrade: gradually replaces old pods with new pods. During the upgrade, service traffic is evenly distributed to the old and new pods to ensure service continuity.
  • In-place upgrade: deletes an old pod and then creates a new one. Services will be interrupted during the upgrade.

Upgrading a Workload

  1. Log in to the CCI 2.0 console.
  1. In the navigation pane, choose Workloads. On the Deployments tab, locate the target workload and click Edit YAML in the Operation column.
  2. Modify the fields in the YAML file to upgrade the workload. For example, to update an image, modify the fields highlighted in the following figure:

  3. Click OK.