Skip to content

Commit

Permalink
roachprod: update doc on local clusters
Browse files Browse the repository at this point in the history
The behavior changed in
cockroachdb#71970.

Release note: None
  • Loading branch information
tbg committed Nov 4, 2021
1 parent 0244547 commit def4601
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 @@ -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-<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 def4601

Please sign in to comment.