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.
When you have added and validated a module, you can deploy it to the environment.
By using the olcnectl module install command, you can deploy the Kubernetes module to an environment to create a Kubernetes cluster.
As part of deploying the module:
The Kubernetes packages are installed. The
kubeadmpackage installs the packages required to run CRI-O and Kata Containers. CRI-O is needed to delegate containers to a runtime engine (eitherruncorkata-runtime). For more information about container runtimes, see Container Runtimes.The
crioandkubeletservices are enabled and started.
For example, use the following command to deploy the
kubernetes module named
mycluster to the
myenvironment environment:
$ olcnectl --api-server 127.0.0.1:8091 module install --environment-name myenvironment \
--name myclusterKubernetes is deployed to the nodes.
Deploying the Kubernetes module may take several minutes to complete.

