Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

It explains how to deploy SONA using Kubernetes and Helm Chart. 

Note

Please note that it is tested with ONOS 1.13.x, and it is NOT tested with 1.14.x version, where ONOS has been separated from Atomix.

SONA helm chart for ONOS 1.14.x will be also available soon.


Prerequisite

Install Kubernetes

...

Note

ONOS has an issue when it is installed as a container in a multi-node Kubernetes environment. So, I strongly recommend using hostNetwork = true

Another deployment example to set deployment node to specific nodes using node label

Code Block
$ helm upgrade onos sona-helm/ -i --set onos.node_selector.key=openstack-control-plane --set onos.node_selector.value=enabled --set onos.image.tag=stable


How to check 

Check the helm deployment status using ls command.

...