-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachprod: explicitly bootstrap cluster instead of relying on auto-init
`cockroach start` without `--join` auto-initializes the cluster. This is deprecated behavior as of 19.2 and will be removed soon. `roachprod start` inherited similar semantics, auto-initializing a cluster on `roachprod start`. It did so by cutting around the join flags and using auto-init behaviour of crdb. We keep the same external API of `roachprod start`, but we now explicitly `cockroach init` the managed clusters (using a dedicated `cluster-bootstrapped` signal file to avoid double initialization). Release note: None
- Loading branch information
1 parent
492cde2
commit ad380a4
Showing
2 changed files
with
93 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.