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

Check parameters from cmd before passing to the provider #165

Merged
merged 3 commits into from
Nov 22, 2023

Conversation

adrianriobo
Copy link
Contributor

Fix #164

… no `aws-disk-size` parameter was set.

This behaviour was hit due to the fact that all parameters were passed to the provider, no matter if they were set or not on the cmd (with empty string as param value). This commit will check if each parameter is set on the cmd before adding it to the set of params to be passed to the aws provider.
@adrianriobo adrianriobo changed the title Check parameters from cmd before passing the to the provider Check parameters from cmd before passing to the provider Nov 21, 2023
… changed from no timeout to 15s this affects how we remote setup the cluster as it failed due the combination of timeout + # of attempts. This commit set back to no timeout on dial to ensure we keep the old behave.

Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
… previous does not exist anymore. This change was originally handle on crc-org#161

Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
@praveenkumar praveenkumar merged commit c9f3f8d into crc-org:main Nov 22, 2023
3 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.

Error: strconv.Atoi: parsing "": invalid syntax
2 participants