10 Retry an Install

If you need to clean up after a failed installation attempt, you should perform the following tasks. This allows you to retry the installation using the

Important:

The software described in this documentation is either in Extended Support or Sustaining Support. See Oracle Open Source Support Policies for more information.

We recommend that you upgrade the software described by this documentation as soon as possible.

olcnectl provision command on the same nodes.

To clean up after a failed installation attempt:

  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.