Completing post OCP update tasks

If you are using CDE, after you complete the OpenShift Container Platform (OCP) upgrade, ensure that the steps done before OCP upgrade are reverted.

  1. Unpause all Airflow jobs and scheduled Spark jobs that were paused before upgrade.
  2. 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