From e94b4d6626fafb20da118eb8b17e661928c2b5da Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 12 Oct 2024 12:45:43 -0500 Subject: first basic check to tell if the cluster is healthy Signed-off-by: Jeff Carr --- main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.go') diff --git a/main.go b/main.go index d04d9eb..0964846 100644 --- a/main.go +++ b/main.go @@ -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) -- cgit v1.2.3