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:
-
On the operator node, remove any modules using the syntax:
olcnectl module uninstall --api-server host:8091 --environment-name name --name nameFor example:
olcnectl module uninstall \ --api-server operator.example.com:8091 \ --environment-name myenvironment \ --name mycluster -
On the operator node, remove the environment using the syntax:
olcnectl environment delete --api-server host:8091 --environment-name nameFor example:
olcnectl environment delete \ --api-server operator.example.com:8091 \ --environment-name myenvironment -
Retry the
olcnectl provisioncommand to create an environment and Kubernetes module.