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.
Note:
The Oracle Linux yum server is used to install the Oracle Cloud Native Environment software packages. If the systems to be used in the environment are subscribed to the Unbreakable Linux Network (ULN), use the full installation steps outlined in Getting Started.
To set up the operator node on Oracle Linux 7:
-
Install the
oracle-olcne-release-el7
release package:sudo yum install oracle-olcne-release-el7
-
Enable the yum repositories:
sudo yum-config-manager --enable ol7_olcne16 ol7_kvm_utils ol7_addons ol7_latest ol7_UEKR6
-
Disable the following repositories:
sudo yum-config-manager --disable ol7_olcne15 ol7_olcne14 ol7_olcne13 ol7_olcne12 ol7_olcne11 ol7_olcne ol7_developer
-
Install the
olcnectl
software package:sudo yum install olcnectl