10 Retry an Install

If you need to clean up after a failed installation, perform the following tasks. This lets you retry the installation using the olcnectl provision command on the same nodes.

To clean up after a failed installation:

  1. On the operator node, remove any modules using the syntax:

    olcnectl module uninstall 
    --api-server host:8091 
    --environment-name name 
    --name name

    For example:

    olcnectl module uninstall \
    --api-server operator.example.com:8091 \
    --environment-name myenvironment \
    --name mycluster
  2. On the operator node, remove the environment using the syntax:

    olcnectl environment delete 
    --api-server host:8091 
    --environment-name name 

    For example:

    olcnectl environment delete \
    --api-server operator.example.com:8091 \
    --environment-name myenvironment 
  3. Retry the olcnectl provision command to create an environment and Kubernetes module.