Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
72469: roachprod: update doc on local clusters r=raduberinde a=tbg

The behavior changed in
cockroachdb#71970.

Release note: None


Co-authored-by: Tobias Grieger <[email protected]>
  • Loading branch information
craig[bot] and tbg committed Nov 5, 2021
2 parents 51eef24 + def4601 commit 46b7efa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkg/cmd/roachprod/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,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-<anything>'. Local clusters have no expiration.
`,
Args: cobra.ExactArgs(1),
Run: wrap(func(cmd *cobra.Command, args []string) (retErr error) {
Expand Down

0 comments on commit 46b7efa

Please sign in to comment.