limited-telephone-38538
08/12/2023, 9:35 PMcommand.remote.Command
stalling on execute but not all the time? I’ve had it succeed on first pulumi up
but most of the time it stalls and continues to execute with no error. Cancelling the command then doing pulumi up
again seems to solve it, but not sure what could be causing this behavior. This command typically takes 600 seconds to complete. “info” never gets updated, just shows the first echo in the script and nothing else.
Code:
const installECEmainVMshellScript = pulumi.interpolate`sudo su someuser -c "/ece-scripts/elastic-cloud-enterprise.sh install \
--host-storage-path /data/elastic \
--roles 'director,coordinator,proxy'"`
const installECEcommand = new command.remote.Command("initial ECE install", {
connection,
create: installECEmainVMshellScript,
});
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by