diff --git a/entrypoint/src/cmd/entrypoint/admin.go b/entrypoint/src/cmd/entrypoint/admin.go index 64bdb36..7e7a4f0 100644 --- a/entrypoint/src/cmd/entrypoint/admin.go +++ b/entrypoint/src/cmd/entrypoint/admin.go @@ -225,14 +225,6 @@ var subCmdAdminCreateNetwork = subCmd{ return fmt.Errorf("initializing garage shared global bucket: %w", err) } - garageS3Client := env.Bootstrap.GlobalBucketS3APIClient() - - fmt.Fprintln(os.Stderr, "writing data for this host into garage") - err = bootstrap.PutGarageBoostrapHost(ctx, garageS3Client, env.Bootstrap.ThisHost()) - if err != nil { - return fmt.Errorf("putting host data into garage: %w", err) - } - fmt.Fprintln(os.Stderr, "cluster initialized successfully, writing admin.tgz to stdout") err = admin.Admin{