Versions Compared

Key

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

...

K8splugin artifacts start in the form of Definitions. These are nothing but Helm Charts wrapped with some metadata about the chart itself.

The package can be generated using the helm package command.

A Sample Helm Chart can be viewed in this patch: https://gerrit.onap.org/r/#/c/76371/

...

Command to create (POST) Profile

Code Block
languagebash
#Replace localhost:9015 with NODEPORT:30280/v1/multicloud-k8s
curl -i -d @create_rbprofile.json -X POST http://localhost:9015/v1/rb/definition/test-rbdef/v1/profile

...