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.

Chapter 2 Updating to an Errata Release

This section describes how to update Oracle Linux Cloud Native Environment to an errata release. You can use this procedure to update Kubernetes to the latest errata release. This updates the environment within the same major release (Release 1.0 or Release 1.1).

Perform each step in this chapter in order to update your environment to an errata release.

Important

Do not change the ULN channel or Oracle Linux yum server repository. They should remain as you set them during the installation.

2.1 Updating the Operator Node

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

To update 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