Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite run.go to use the SSHClient interface
Use the SSHClientImpl instead of docker exec in run.go, abstract the command to what they actually run instead of the command with ssh.sh or /bin/bash -c. move node running logic to the provisionNode method and the k8s options logic to provisionK8sOptions. leverage the config package to pass configuration to those functions Signed-off-by: aerosouund <[email protected]>
- Loading branch information