kurtosis icon indicating copy to clipboard operation
kurtosis copied to clipboard

A platform for packaging and launching ephemeral backend stacks with a focus on approachability for the average developer.

Results 142 kurtosis issues
Sort by recently updated
recently updated
newest added

### What's your CLI version? 0.89.3 ### Description & steps to reproduce start some enclaves nuke the enclaves `kurtosis service logs ` ### Desired behavior shouldn't show nuked enclaves @barnabasbusa...

bug
papercut
cli

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies
javascript

### Background & motivation I'm prototyping/deving a Python app within my package which has a Jupyter notebook, a database, and a Streamlit app inside of it. As I'm prototyping, I'm...

feature request
painful

### Background & motivation Currently it is rather difficult to test a random PR on the kurtosis repo. To test this, it either involves a deep dive into the world...

feature request
critical
cli

### Background & motivation After importing a plugin and applying it to the plan, it would be useful if I could call set_service to replace or add file artifacts to...

feature request
painful

### Background & motivation we have some users exploring using long running enclaves on the cloud but they won't be able to use new APIC features against these old enclaves...

feature request
painful

### What's your CLI version? 0.88.18 ### Description & steps to reproduce Context: https://github.com/0xPolygon/kurtosis-cdk/pull/79#issuecomment-2073074447 `params.yml`: ``` arg1: false arg2: true ``` `sub.star`: ``` def run(plan, arg2): ... ``` ``` kurtosis...

bug
painful

### What's your CLI version? 0.88.16 ### Description & steps to reproduce I was running the example `ethereum-package` setup from [reth private-testnet](https://paradigmxyz.github.io/reth/run/private-testnet.html) . I then ran: ``` wink@fwlaptop 24-04-16T20:37:33.589Z:~/kurtosis-pn1-reth-lighthouse $...

bug
papercut
cli

### Background & motivation It's fairly easy to overload a network when there are multiple users trying to fetch gigabytes worth of docker images all at the same time. It...

feature request
painful
cli

### Background & motivation Right now if you use an ImageBuildSpec like so: ``` def run(plan, args): plan.add_service(name="service", config=ServiceConfig( image=ImageBuildSpec( build_context_dir="./Dockerfile", ) ) ) ``` ### Desired behaviour If you...

bug