Skip to content

Deploy cluster in parallel #690

Description

@crystaldust

Current deploying cluster in parallel with singular will fail, the reason is that the SSH commands direct both stdio and stderr to the same stream, which is not handled by a locker, so somethings the stream content would be empty(stdio flushes the correct result, no error occurs, then stderr flushes the empty content).

To solve this, just pass 2 readers to SSH commands, receive stdio and stderr separately.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions