diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -16,7 +16,7 @@ MultiCloud Kubernetes plugin for ONAP multicloud. # Installation Requirements: -* Go 1.12.4 +* Go 1.14.4 Steps: @@ -35,12 +35,6 @@ Steps: * Run the plugin: * `cd k8s/deployments && ./start.sh` -# Architecture +# Troubleshooting -Create Virtual Network Function - -![Create VNF](./docs/create_vnf.png) - -Create Virtual Link - -![Create VL](./docs/create_vl.png) +* Logs can be set as "warn" or "info" in the config.json file of the orchestrator directory. By default the log level is set as "warn". |