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

Linux - cluster-setting file not created #2592

Open
barnabasbusa opened this issue Nov 7, 2024 · 0 comments
Open

Linux - cluster-setting file not created #2592

barnabasbusa opened this issue Nov 7, 2024 · 0 comments
Labels
bug Something isn't working cli For bugs relating to the CLI painful Painful bug

Comments

@barnabasbusa
Copy link
Collaborator

What's your CLI version?

1.4.1

Description & steps to reproduce

If you configure your config with kubernetes configuration it will not automatically populate cluster-setting file on Debian.

~/.config/kurtosis/kurtosis-config.yml

It will fail with:

Error:  An error occurred running command 'start'
  Caused by: An error occurred creating an engine manager
  Caused by: An error occurred getting the Kurtosis cluster config
  Caused by: Expected to find Kurtosis configuration for cluster '', instead found nothing

To fix the issue, you can manually create cluster-setting at ~/.local/share/kurtosis/cluster-setting and set it to docker with no new linebreak.

echo -n "docker" > ~/.local/share/kurtosis/cluster-setting then do a kurtosis engine restart

Desired behavior

Ideally when someone installs kurtosis for the first time it should create the cluster-setting file as well, and populate it with docker. It would be very nice to have this file also located in the same directory as kurtosis config, instead of a completely other seemingly random dir.

It is already in the same dir on macos.

What is the severity of this bug?

Painful; this is causing significant friction in my workflow.

What area of the product does this pertain to?

CLI: the Command Line Interface

@barnabasbusa barnabasbusa added the bug Something isn't working label Nov 7, 2024
@github-actions github-actions bot added cli For bugs relating to the CLI painful Painful bug labels Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cli For bugs relating to the CLI painful Painful bug
Projects
None yet
Development

No branches or pull requests

1 participant