Set up the Operator Node on Oracle Linux 7

Set up the operator node on an Oracle Linux 7 host. The operator node is used to perform an installation of Oracle Cloud Native Environment and a Kubernetes cluster.

To set up the operator node on Oracle Linux 7:

  1. Install the oracle-olcne-release-el7 release package:

    sudo yum install oracle-olcne-release-el7
  2. Enable the yum repositories:

    sudo yum-config-manager --enable ol7_olcne15 ol7_kvm_utils ol7_addons ol7_latest ol7_UEKR6
  3. Disable the following repositories:

    sudo yum-config-manager --disable ol7_olcne14 ol7_olcne13 ol7_olcne12 ol7_olcne11 ol7_olcne ol7_developer
  4. Install the olcnectl software package:

    sudo yum install olcnectl