kurtosis
kurtosis copied to clipboard
A platform for packaging and launching ephemeral backend stacks with a focus on approachability for the average developer.
### What's your CLI version? 0.85.46 ### Description & steps to reproduce If agent config json is large, occassionally the kurtosis cloud link output by hyperylane CLI won't work in...
### What's your CLI version? - ### Description & steps to reproduce There was an error interpreting Starlark code Evaluation error: kurtosis.yml is not found in the path of 'github.com/ethpandaops/dencun-devnets/network-configs/devnet-12';...
### What's your CLI version? 0.85.31 ### Description & steps to reproduce When I try to start a kurtosis engine with `kurtosis engine start`, I get a panic with the...
### Background & motivation When using Kurtosis locally, the size of my systems tend to be quite large (due to complexity of distributed systems) and when I unexpectedly hit resource...
### Background & motivation We've had various users request a Github action for running Kurtosis packages. The pain is that it's actually a pretty significant load on users to make...
### What's your CLI version? 0.86.0 ### Description & steps to reproduce Filing this on behalf of @barnabasbusa Set cluster to k8s Start gateway Run a package You will see...
### Background & motivation While porting services from docker compose I'm unable to port env_file: https://docs.docker.com/compose/compose-file/05-services/#env_file ### Desired behaviour Support env_file in ServiceConfig ### How important is this to you?...
### Background & motivation I run services outside of Kurtosis which need to be accessed by services running within Kurtosis. Currently I hard code the public hostname of my machine...
### Background & motivation We currently accept version strings like `--version 8ab43` but to get my k8s setup to work I had to change internal code to accept my `ecr.address/kurtosistech/repo`...
## Description: Adds slice strings to our parsed_flags library. This will let us specify flags for the upcoming static ports work, e.g.: ``` kurtosis run --connect web.http --connect db.postgresql #...