Preparing for an upgrade or responding to an upgrade failure
Learn about how to prepare for an upgrade or respond to an upgrade failure.
-
Check if v5 is available in your region.
Run the following command:
az vm list-skus --location <region> --resource-type virtualMachines \ --size Standard_D8s_v5 --output table -
Check the
Restrictionscolumn.- If the
Restrictionscolumn is empty or showsNone, v5 is available, no entitlement is needed, upgrade normally. - If the
Restrictionscolumn containsNotAvailableForSubscription, then v5 is blocked. Proceed to step 3.
- If the
-
Decide which entitlement or entitlements need to be enabled.
- If Node pools (AKS) are affected, enable the
DE_AZURE_LEGACY_WORKLOAD_INSTANCE_TYPEentitlement. - If DB (MySQL Flexible Server) is affected, enable the
DE_AZURE_LEGACY_DB_INSTANCE_TYPEentitlement.
- If Node pools (AKS) are affected, enable the
-
Trigger the upgrade.
Migration components are skipped. The cluster upgrades to the new Cloudera Data Engineering version on existing instance types. Pre-flight check also completes successfully, no migration is planned and no validation is needed.
-
When v5 capacity becomes available, perform the following operations:
- Disable the entitlements.
- Trigger a new upgrade.
The migration then proceeds and updates the cluster to v5 instance types.
