Completing post OCP update tasks

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

Scale back the CDE 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