Upgrade Management Plane and Hosts
The upgrade of the self-hosted Private Cloud Director is a two-phase, sequential process:
Management Plane: Upgrading the Management Plane updates core services, management APIs, region-specific configurations, and orchestration components.
Hosts: Once the management plane has been upgraded, hosts in each region are being upgraded to ensure compatibility, seamless communication, and completion of the overall upgrade process
Before you begin the upgrade, ensure you meet all prerequisites.
Prerequisites for Upgrade
Verify Management Plane Health
Before starting the upgrade, ensure the Management Plane's health is in a good state. Run airctl status and check that the Region Health shows as Ready. If it's ready, you can proceed with the upgrade. If not, look into the affected regions, fix any issues, and resolve problems such as pods stuck in a CrashLoopBackOff state.
Manual Backup
You must perform a Manual Backup Procedure of your management plane infrastructure before starting the upgrade. This backup is critical for recovery.
Upgrade Management Plane and Cluster
Upgrade your Private Cloud Director environment to access the latest features, security patches, and performance improvements through this two-step process.
Upgrade Management Plane
Updating the Management Plane running on the Management Cluster ensures multiple components are automatically upgraded as part of an airctl upgrade process. Here are the components that will be affected.
Core services and applications.
Management APIs and user interfaces.
Region-specific configurations and services.
Service coordination and orchestration components.
The Impact of Management Plane Upgrade
Temporary service interruptions may occur during the upgrade process.
The user interface will be unavailable during the upgrade.
All API services will be temporarily unavailable.
Create, Read, Update, and Delete operations will not be possible during this time.
Running workloads on VMs will not be impacted.
Step 1: Download and run Installer Artifacts
airctl is the command-line installer for Private Cloud Director. Run the following commands only on a verified management cluster node to download airctl with the required installation artifacts.
Download the Installer Script and Artifacts using the following command.
You can choose to download a specific version of the installer script and artifact.
For example, you can replace latest with a specific version, such as v-2025.10.1-4204351 Here is a sample modified command:
Make the Installer Executable using the following command.
Run the Installation Script using the following command.
The command installs the specific version of airctl based on the version.txt file.
Add a symbolic link for
airctlto the system path so that it can be invoked without specifying the full path. It is recommended to create a symbolic link to theairctl-config.yamlfile in the user's home directory so that the configuration file need not be specified for everyairctlinvocation.
Proxy Configuration (Optional)
If your environment uses a network proxy, update the values /opt/pf9/airctl/conf/helm_values/kplane.template.yml again, as the changes would be lost after a new build is installed. Update it again as shown below:
The list of I.P. addresses in the no_proxy list should include the master-ips, worker-ips, external-ip4, master-vip4 along with any other addresses for which the traffic should not be routed via proxy server.
Step 2: Upgrade all regions
To upgrade all regions set up on your Private Cloud Director, execute the following command.
Optionally, you can upgrade a specific region by replacing <REGION_NAME> with your target region.
Here is the modified sample command.
To monitor and diagnose the upgrade logs, add --verbose.
Here is the sample command.
Verify: Upgrade Success on Management Plane
After completing the upgrade for the management plane, verify that you can continue to access the user interface, and then verify the deployment status across all regions.
Run the following command:
Here is the sample output.
After a successful upgrade and verification, Private Cloud Director it does not support rolling back to a previous version.
Upgrade the Hosts
After the management plane is successfully upgraded, the hosts running in each of your regions must be updated. The agents running on the Host manage communication between hosts and the management plane.
The Impact from Hosts Upgrade
No
servHostavailabilityis expected during the host upgrade.Workloads running on VMs will continue to operate without disruption.
Step 1: Record Current Version of Packages on Host
Before you begin the upgrade, execute the following command to record the current package versions:
Step 2: Upgrade Hosts
To upgrade the hosts in a specific region, execute the following commands on the management cluster node:
The command triggers the creation of a host-upgrade-xxxx pod in the corresponding region namespace. You can monitor the upgrade progress or verify its success by checking the pod status and logs:
Here is a sample output:
If a host fails to upgrade, run the following command to rerun the upgrade that the user executes using IP.
Step 3: Verify Upgrade Status of the Hosts
After the upgrade, confirm that the host packages have been successfully updated by running the following command.
Compare the output with the one recorded before the upgrade to ensure the packages were updated as expected.
Recovery: Upgrade Failure
Step 1. Stop the Failed Management Cluster
This command shuts down all components of the existing management cluster. --verbose helps verify the detailed output of all stopped services.
Step 2. Delete the Management Cluster Configuration
This command removes all existing configuration files and metadata associated with the management cluster. Using --force enables overriding any locked or incomplete states.
Step 3: Delete the Existing Management Cluster
This command permanently deletes the management cluster resources. Ensure that you have backed up all critical data before running this command
Step 4. Create a New Management Cluster
The command creates a new management cluster with the same configuration as before
Step 5. Restore from the Backup
Replace <BACKUP_DIRECTORY>with the actual path of your stored backup. The command restores the environment from the backup.
Warning
Post a management plane upgrade, rollback cannot be performed to a pre-upgrade version if any of the hosts have been upgraded as well.
Last updated
Was this helpful?
