...
There is a set of mandatory inputs required to create a new cluster which are:
- flavor_name : the resources (CPU, RAM, Disk) configuration for the VM nodes (see as reference reference EWC VM plans )
- key_pair keypair : configured SSH key which is needed to connect to the VM (see EWC - OpenStack Command-Line client for how to import it )
- network : the network to be attached to the cluster ; private-<tenant>: local private network within the tenant.
- subnet : network subnet within the tenant
- cluster templates : existing set of provided Magnum Kubernetes cluster templates
...