Impact/Risks:
If the command
tkgi update-cluster CLUSTER-NAME --compute-profile COMPUTE-PROFILE-NAME would fail when Bosh is updating the service-instance deployment (manual Bosh cancellation or any failure), you should not try to revert straight away to the previous compute profile and use commands like
bosh deploy or
bosh recreate for fixing manually the service instance deployment, you should
NOT run the following commands that would lead Bosh to delete all Bosh VMs in one go before recreating them:
tkgi update-cluster CLUSTER-NAME --compute-profile PREVIOUS-COMPUTE-PROFILE-NAME
bosh -d service-instance_ID deploy service-instance-MANIFEST.yaml
bosh -d service-instance_ID recreate