Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roachprod: add port flags for start commands #119086

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

herkolategan
Copy link
Collaborator

Previously, roachprod did not provide a way to specify ports, when starting cockroach. This change adds the ability to pass a sql-port and admin-ui-port if the user wishes to start an instance with specific ports.

Resolves: #118945
Release Note: None

Previously `roachprod` did not provide a way to specify ports, when starting
cockroach. This change adds the ability to pass a `sql-port` and `admin-ui-port`
if the user wishes to start an instance with specific ports.

Resolves: cockroachdb#118945
Release Note: None
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@herkolategan
Copy link
Collaborator Author

I'm aware of this https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachprod/main.go#L572 (which will override what the flag is set to currently). But I don't think we should address it in this PR, but rather when #117125 is addressed.

@herkolategan herkolategan marked this pull request as ready for review February 12, 2024 16:57
@herkolategan herkolategan requested a review from a team as a code owner February 12, 2024 16:57
@herkolategan herkolategan requested review from DarrylWong and renatolabs and removed request for a team February 12, 2024 16:57
@herkolategan
Copy link
Collaborator Author

TFTR!

bors r=DarrylWong

@craig
Copy link
Contributor

craig bot commented Feb 14, 2024

Build succeeded:

@craig craig bot merged commit 51b5a26 into cockroachdb:master Feb 14, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

roachprod: add port flag for start
3 participants