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

[CRDB-44988] bugfix: fix cockroach start arguments #432

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

pritesh-lahoti
Copy link
Contributor

The cockroach start command was not accepting any arguments after --http-port due to whitespace getting introduced in the template. This PR chomps the whitespace to fix this bug.

@alicek106
Copy link

Hi @pritesh-lahoti, I'm working in Devsisters, one of CockroachDB customer. It is very critical bug and should be fixed as soon as possible, because it's already impacting Devsisters' staging, production CRDB clusters. Also, please bump helm chart version in Chart.yaml to release it to the helm repository.

The cockroach start command was not accepting any arguments after
--http-port due to whitespace getting introduced in the template.
This PR chomps the whitespace to fix this bug.
@pritesh-lahoti pritesh-lahoti merged commit 0cef9be into master Nov 29, 2024
9 checks passed
@pritesh-lahoti pritesh-lahoti deleted the cockroach-start-args branch November 29, 2024 06:01
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.

3 participants