Recommissioning Cloudera Embedded Container Service Hosts

You can recommission a decommissioned Cloudera Embedded Container Service host.

Recommission the already decommissioned Cloudera Embedded Container Service hosts and permanently removing an Cloudera Embedded Container Service host.

Recommissioning a decommissioned Cloudera Embedded Container Service host.

  1. Select the host in Cloudera Manager.
  2. Navigate to Hosts All Hosts, click the hostname of the decommissioned host to open its detail page.
  3. To stop the Maintenance (Recommission), from the Actions menu on the host page, click End Maintenance (Recommission). Cloudera Manager restarts the host's Cloudera Embedded Container Service and Docker roles and re-adds the node to the RKE2 cluster.
  4. Verify roles start and the host rejoins the cluster.
    On the host page, confirm that all roles display a healthy status. On any control-plane host you can also verify from kubectl:
    export KUBECONFIG=/etc/rancher/rke2/rke2.yaml 
    /opt/cloudera/parcels/ECS/bin/kubectl get nodes

    The recommissioned host must appear with STATUS=Ready.