Skip to content

onap/multicloud-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,150 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiCloud-k8s-plugin

MultiCloud Kubernetes plugin for ONAP multicloud.

Installation

Requirements:

  • Go 1.16

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".

Packages

 
 
 

Contributors