Enabling Quota Management in CML

After following these steps, you will be able to use the Quota Management feature in CML.

  1. Go to the Cloudera Private Cloud cluster.
  2. Edit the CML Control Plane deployment:
    kubectl get deploy dp-mlx-control-plane-app -n cdp-namespace -o yaml
    > file-name
    This will save the CML control plane deployment specification.
  3. Take a backup of the above file.
  4. Search for the environment variable ‘ENABLE_UMBRA_INTEGRATION’ in the file, and change the value to true.
  5. Save the deployment file and run:
    kubectl apply -f file-name.yaml
    Wait for the new pod to come up.
  6. Verify:
    kubectl get pods -n cdp-namespace