# MultiCloud-k8s-plugin MultiCloud Kubernetes plugin for ONAP multicloud. # Installation Requirements: * Go 1.14.4 Steps: * Clone repo: * `git clone https://git.onap.org/multicloud/k8s` * Build everything: * `cd k8s/src/k8splugin && make all` * Run Tests: * `cd k8s/src/k8splugin && make test` * Generate Coverage Report: * `cd k8s/src/k8splugin && make cover` * Run the plugin: * `cd k8s/deployments && ./start.sh` # Troubleshooting * 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".