You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
There is a need to add or remove worker nodes from the cluster on-demand.
The script should add Bee node(s) to the running cluster, but the bee version can differ from the other running nodes.
Removing docker node can happen via docker container stop <worker-node-name>, but optionally, a script can be written for this use-case in the package.json.
This change will allow to test Swarm network with mixed versioned Bee nodes which is closer to the reality.
The text was updated successfully, but these errors were encountered:
There is a need to add or remove worker nodes from the cluster on-demand.
The script should add Bee node(s) to the running cluster, but the bee version can differ from the other running nodes.
Removing docker node can happen via
docker container stop <worker-node-name>
, but optionally, a script can be written for this use-case in thepackage.json
.This change will allow to test Swarm network with mixed versioned Bee nodes which is closer to the reality.
The text was updated successfully, but these errors were encountered: