The software described in this documentation is either no longer supported or is in extended support.
Oracle recommends that you upgrade to a current supported release.

3.3 Upgrading the Operator Node

Upgrade the operator node with the new Oracle Linux Cloud Native Environment software packages.

To upgrade the operator node:

  1. On the operator node, stop the olcne-api-server service:

    $ sudo systemctl stop olcne-api-server.service
  2. Update the Platform CLI, Platform API Server, and utilities packages:

    $ sudo yum update olcnectl olcne-api-server olcne-utils
  3. Start the olcne-api-server service:

    $ sudo systemctl start olcne-api-server.service