From def46014146b3bea6b9b888393ca2bd7a5ff8dc1 Mon Sep 17 00:00:00 2001 From: Tobias Grieger Date: Thu, 4 Nov 2021 23:34:18 +0100 Subject: [PATCH] roachprod: update doc on local clusters The behavior changed in https://github.com/cockroachdb/cockroach/pull/71970. Release note: None --- pkg/cmd/roachprod/main.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkg/cmd/roachprod/main.go b/pkg/cmd/roachprod/main.go index 0090a613cc67..2999a2f57ed6 100644 --- a/pkg/cmd/roachprod/main.go +++ b/pkg/cmd/roachprod/main.go @@ -200,9 +200,8 @@ Cloud Clusters Local Clusters A local cluster stores the per-node data in ${HOME}/local on the machine - roachprod is being run on. Local clusters requires local ssh access. Unlike - cloud clusters there can be only a single local cluster, the local cluster is - always named "local", and has no expiration (unlimited lifetime). + roachprod is being run on. Whether a cluster is local is specified on creation + by using the name 'local' or 'local-'. Local clusters have no expiration. `, Args: cobra.ExactArgs(1), Run: wrap(func(cmd *cobra.Command, args []string) (retErr error) {