Versions Compared

Key

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

...

*****************

Note: uninstall docker if already installed - as Kubernetes only support 1.12.x - as of 20170809

Code Block
% sudo apt-get remove docker-engine

*****************


Install Rancher

ONAP deployment in kubernetes is modelled in the oom project as a 1:1 set of service:pod sets (1 pod per docker container).  The fastest way to get ONAP Kubernetes up is via Rancher on any bare metal or VM that supports a clean Ubuntu 16.04 install and more than 50G ram.

...