Installing Nex
curl -sSf https://nex.synadia.com/install.sh | shPerforming the Preflight Check
Creating a Node Configuration
{
"default_resource_dir":"/tmp/wd",
"machine_pool_size": 1,
"cni": {
"network_name": "fcnet",
"interface_name": "veth0"
},
"machine_template": {
"vcpu_count": 1,
"memsize_mib": 256
},
"tags": {
"simple": "true"
}
}Last updated
Was this helpful?