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

Hangs forever trying to add service with a --ports flag #2478

Closed
ArshanKhanifar opened this issue Jun 8, 2024 · 1 comment
Closed

Hangs forever trying to add service with a --ports flag #2478

ArshanKhanifar opened this issue Jun 8, 2024 · 1 comment
Labels
bug Something isn't working cli For bugs relating to the CLI painful Painful bug

Comments

@ArshanKhanifar
Copy link

ArshanKhanifar commented Jun 8, 2024

What's your CLI version?

0.89.16

Description & steps to reproduce

I remove one of my services using

kurtosis service rm $enclave $service

& then I start it again:

kurtosis service add $enclave $service --ports="service=http:3000/tcp"

My service is a quart app running on port 3000, this is the configuration to bring it up the first time:

        plan.add_service(
            name="myservice",
            config=ServiceConfig(
                image="myort/myservice:latest",
                ports={"service": PortSpec(number=3000, wait=None)},
            ),
        )

Desired behavior

The service should come up, but it stalls forever. Without the --ports flag it comes up fine.

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

@ArshanKhanifar ArshanKhanifar added the bug Something isn't working label Jun 8, 2024
@github-actions github-actions bot added cli For bugs relating to the CLI painful Painful bug labels Jun 8, 2024
@ArshanKhanifar
Copy link
Author

Nevermind, it was an error on my side.

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