This page article helps you to deploy the nonrtric components in your local VM in minikube environment.
Table of Contents |
---|
Prerequisite
- Docker
Assumptions:
You have Oracle Virtual box installed with Ubuntu VM.
For more information, refer
Intsall Minikube
Login into your vm and run the below command as sudo user in the terminal. This will install the latest version of minikube in your vm.
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
./deploy-nonrtric -f ../nonrtric/RECIPE_EXAMPLE/example_recipe.yaml |
If the deployment is successful, you could below logs,
Note: It may take a while for A1 controller image to be downloaded.
Troubleshoot
Install Conntrack
...