10 Retry an Install

WARNING:

Oracle Cloud Native Environment 1.8 is now in Sustaining Support. See Oracle Open Source Support Policies for more information. New security patches and bug fixes are no longer provided for this software.

Migrate applications and data to Oracle Cloud Native Environment Release 2.<latest> as soon as possible.

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.