miren cluster add
Add a new cluster configuration
Usage
miren cluster add [flags]
Flags
--address, -a— Address/hostname of the cluster (optional - will use from selected cluster)--cluster, -c— Name of the cluster to create (optional - will list available)--force, -f— Overwrite existing cluster configuration--identity, -i— Name of the identity to use (optional - will use the only one if single)
Global Options
--options— Path to file containing options--server-address— Server address to connect to (default:127.0.0.1:8443)--verbose, -v— Enable verbose output
Examples
Add a cluster interactively:
miren cluster add
Add a cluster with a specific address:
miren cluster add --cluster my-cluster --address 10.0.0.1:8443