When I try to add a K8s Cluster to my OSM from UI an error appears: Format error at 'deployment_methods' 'Additional properties are not allowed ('helm-chart-v2' was unexpected)'.
On the "Deployment methods" section appears "Helm v2", "Helm v3" and "Juju bundle" but I have the error whatever options I select.
If I try to add the cluster from console with the next command it works:
osm k8scluster-add --creds k8s-cluster.yaml --version 1.21 --vim dummy_vim --description "External k8s cluster" --k8s-nets '{"net1": "osm-ext"}' microk8s-cluster
Having created the VIM account with:
osm vim-create --name dummy_vim --user u --password p --tenant p --account_type dummy --auth_url http://localhost/dummy
Although it works, I don't know if doing this following the second method (console instead of UI) can produce any problem in the future (because I'm not specifying any deployment method)...