diff options
| author | Jeff Carr <[email protected]> | 2024-10-12 12:45:43 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-12 12:45:43 -0500 |
| commit | e94b4d6626fafb20da118eb8b17e661928c2b5da (patch) | |
| tree | e913fb22aadd8fcb9523d5a6cf3712b9464b63bd /main.go | |
| parent | 487c6fd11c2746a71fee1a6b562e41fbb2486382 (diff) | |
first basic check to tell if the cluster is healthy
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ func main() { os.Exit(0) } + readConfigFile("droplets") + log.Info("create cluser for", argv.Hosts) for _, s := range argv.Hosts { me.names = append(me.names, s) |
