Upgrade Workload Clusters
This page covers the traditional operating system path for workload clusters. For workload clusters that run on Immutable Infrastructure (MicroOS on Huawei DCS, VMware vSphere, or Huawei Cloud Stack), the Kubernetes step lives in the immutable infrastructure documentation — see Upgrading Clusters on Immutable Infrastructure. The Core, Aligned, and Agnostic steps described on this page still apply to immutable-OS clusters; only the way Kubernetes is rolled out differs.
MySQL-PXC is removed starting from Alauda Database Service for MySQL v4.3.0. Existing PXC instances will no longer be managed by the MySQL operator after upgrading to ACP v4.3.0 or later. See MySQL Operator Upgrade Guide for migration instructions before upgrading.
Workload clusters can be upgraded after the global tier has already reached the target ACP Distribution Version. The global tier does not need to be upgraded again if it is already at that Distribution Version.
ACP 4.3 uses the same CVO-based workflow for workload clusters as for the global cluster: confirm prerequisites, run preflight checks, request the upgrade, and observe execution. This workflow has two additional rules:
- If the platform uses global DR, both the standby and primary global clusters must reach the target Distribution Version before any workload cluster is upgraded to that Distribution Version.
- The target version normally becomes available for a workload cluster only after the global tier has already reached that same Distribution Version.
A workload cluster upgrade is staged like the global cluster upgrade, but shorter. A workload cluster does not have its own cluster version operator — the CVO runs on the global cluster and drives workload upgrades centrally — so a workload cluster has no artifact-synchronization or CVO-deployment step of its own:
Workflow
Confirm workload-cluster prerequisites
Before requesting the upgrade, verify that:
- The workload cluster version is lower than the current
globalcluster version. - The global tier has already reached the target ACP Distribution Version.
- In global DR environments, both the standby and primary global clusters have already reached that target Distribution Version.
Operator push fallback
The recommended pattern in Upgrade the global cluster pushes operator packages to every cluster during the global upgrade window. If the recommendation was followed, the workload cluster already has every operator package it needs and you can skip this section.
Cluster plugins do not need a per-workload-cluster push. A cluster plugin pushed once to the global tier is installable and upgradable on every cluster in the platform.
If the global window did not push operator packages to this workload cluster — for example, the cluster was offline during the global window or was added later — push each in-use operator package to this workload cluster before the upgrade request:
You only need to push operator packages for operators actually running on the workload cluster. Aligned plugin packages still on the global side are picked up automatically by CVO during the workload upgrade.
Run preflight checks
When: 1–2 weeks before the maintenance window, so there is time to resolve any blocking items before the window opens.
Run upgrade.sh in preflight mode for the target cluster:
Preflight is read-only — it validates upgrade readiness and does not change cluster state.
Preflight returns two parts:
If preflight does not pass, do not submit the upgrade request until all blocking items are resolved.
For preflight block handling patterns, see Handle preflight blocks when needed.
Request the upgrade
When: during the maintenance window, after preflight passes.
Request the upgrade through one of the following entry points. The two entry points are equivalent; pick the one that fits your operating model.
Start the upgrade from the workload cluster in the Web Console. The request follows a two-step flow:
- In Step 1, review the RPCH list.
- Click Acknowledge to continue to Step 2.
- In Step 2, review Current Version and Target Version. The page does not display a plugin list or a warning panel at this stage.
- The target version is the current
globalcluster version and cannot be selected manually in the Web Console. - Click Start Upgrade.
- After the request is submitted, the page shows that the upgrade request has been submitted and the action enters an in-progress state.
Observe progress
After the upgrade request is submitted, use cvsh.status to track current version, desired version, preflight results, stages, and history:
If your current ACP context points to the target workload cluster, you can also check the CLI-reported status:
For detailed semantics of ac adm upgrade status output (preflight and stage interpretation), see Upgrading Clusters.
Upgrade Agnostic plugins from Marketplace
CVO drives Core and Aligned plugins. Agnostic plugins are outside CVO's scope and must be upgraded individually after this workload cluster has reached the target Distribution Version.
For each in-use Agnostic plugin on this workload cluster:
- In the Web Console, switch to Administrator view.
- Navigate to Marketplace > Cluster Plugins for Agnostic cluster plugins, or to the operator workflow for Agnostic operators.
- Select the target plugin or operator and trigger the upgrade.
Whether each Agnostic plugin needs to be upgraded in this window depends on its own Kubernetes compatibility — see the plugin's release notes for compatibility with the new Kubernetes version that the workload cluster has reached.
If the Marketplace does not offer the target version of an operator on this workload cluster, complete the Operator push fallback for that operator first and then retry the Marketplace upgrade.
When troubleshooting, inspect conditions, preflight details, and history first:
After All Workload Clusters Reach ACP 4.3
After all workload clusters reach ACP 4.3, complete PKCE security hardening by following Disabling the PKCE Plain Method.