Completing post OCP update tasks

If you are using Cloudera Data Engineering, after you complete the OpenShift Container Platform (OCP) upgrade, ensure that the following step is performed before proceeding with Post-upgrade - Restoring Cloudera Data Engineering Service for Endpoint Stability.

Scale back the Cloudera Data Engineering embedded database statefulset to 1.
OpenShift CLI
oc scale statefulset/cdp-cde-embedded-db --namespace <CDE Namespace> --replicas 1

Kubernetes CLI

kubectl scale statefulset/cdp-cde-embedded-db --namespace <CDE Namespace> --replicas 1