busy-kitchen-1186
09/05/2023, 6:08 PMsalmon-account-74572
09/05/2023, 7:13 PMCommand
module to run the Docker commands necessary to establish a Swarm cluster.busy-kitchen-1186
09/05/2023, 7:19 PMdocker swarm init
, which is needed for the worker nodes?salmon-account-74572
09/05/2023, 7:25 PMcommand.remote.Command
(see https://www.pulumi.com/registry/packages/command/api-docs/remote/command/) there are stdout
and stderr
outputs that should capture the return of the docker swarm init
command. You’ll have to parse it down to what you need, and then pass that information on to create the worker nodes.Command
module is because the current Docker provider does not have any functionality for establishing a Swarm cluster.busy-kitchen-1186
09/06/2023, 8:17 PMsalmon-account-74572
09/12/2023, 6:36 PMbusy-kitchen-1186
09/12/2023, 7:38 PMsalmon-account-74572
09/12/2023, 8:01 PMbusy-kitchen-1186
09/13/2023, 5:16 AM