Derek Lee

Results 11 comments of Derek Lee

Hey @galenmarchetti! You should be able to accomplish what you're describing with the following steps: 1. [create a persistent directory](https://docs.kurtosis.com/api-reference/starlark-reference/directory/) 2. Use [`plan.upload_files`](https://docs.kurtosis.com/api-reference/starlark-reference/plan#upload_files) to upload files to your enclave 3....

Dug deeper into this Galen - persistent directories (and their contents) only persist across service restarts, but not across enclave restarts. This means that a user who is writing data...

Got some additional tidying up to do actually - will re-request a review once I add a code example

Not yet - this is on my TODO list for adding *code examples*. Is there something that this PR is blocking?

@galenmarchetti i was going to add code examples but lets just do that in a separate PR

https://discord.com/channels/935678348330434570/961710804011458621/1186400140668444707 --> user asked for this in the Hyperlane Discord Server :)

On Nov 2, we talked to Nethermind team & they told us that they have experienced this issue multiple times and have built a guard rail around this in their...

Hey @igor-ritual - just gathering some context: any reason why you cannot run all your services with Kurtosis? Also just to clarify: are you hardcoding the public hostname of your...

Hello again @igor-ritual! Have you tried using the `env_vars` field in `ServiceConfig`? https://docs.kurtosis.com/api-reference/starlark-reference/service-config/ If yes, could you share more about what specific errors or issues you're hitting when porting over...

Gotcha! You can make those `env_vars` parameters that you or anyone using your package can pass in as arguments at runtime! Example: In your `main.star` file, you can have a...