Initialize Swarm cluster
arcane_swarm_init_clusterInitialize a new Docker Swarm cluster on a node using the environment ID. Optionally set advertise and listen addresses, or force a new cluster.
Instructions
[CRITICAL] Initialize a new Docker Swarm cluster on this node
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environmentId | Yes | Environment ID | |
| advertiseAddr | No | Advertise address for the swarm manager | |
| listenAddr | No | Listen address for inter-node communication | |
| forceNewCluster | No | Force creation of a new cluster |