Cloudera Data Services on premises 1.5.5 CHF1

There are no new features introduced in cumulative hotfix 1.5.5 CHF1 release.

Some of the Cloudera Data Services on premises 1.5.5 existing known issues are carried into Cloudera Data Services on premises 1.5.5 CHF1. For more details, see Known Issues.

Known issue identified in 1.5.5 CHF1

The following known issue was identified in 1.5.5 CHF1 release:

COMPX-20437 - Handle DB connection failures in running RPM and CAM
When a customer upgrades from version 1.5.5 to any 1.5.5 hotfix release, the cluster-access-manager and resource-pool-manager pods can enter a CrashLoopBackOff state if they are not restarted during the upgrade.

You must restart the pods in the order of cluster-access-manager and resource-pool-manger respectively (order of restart is very important). Use the following commands to restart the respective pods:

kubectl rollout restart deployment <cluster-access-manager-deployment-name> -n <namespace> 
kubectl rollout restart deployment <resource-pool-manager-deployment-name> -n <namespace>