Skip to content

Commit

Permalink
Rewrite run.go to use the SSHClient interface
Browse files Browse the repository at this point in the history
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
aerosouund committed Jun 29, 2024
1 parent 45a9998 commit d37b197
Showing 1 changed file with 154 additions and 185 deletions.
Loading

0 comments on commit d37b197

Please sign in to comment.