tilt icon indicating copy to clipboard operation
tilt copied to clipboard

Define your dev environment as code. For microservice apps on Kubernetes.

Results 292 tilt issues
Sort by recently updated
recently updated
newest added

Hello @landism, Please review the following commits I made in branch nicks/snapshot: 491ff8cfb77f6fa63e8148af60a4178beef8d0f1 (2022-08-11 18:21:49 -0400) snapshot: adjust how the snapshot server binds to an address fixes https://github.com/tilt-dev/tilt/issues/5917 Code review...

Hello @nicks, Please review the following commits I made in branch nicks/ioutil: 52b1595f2a112c3480a1a2e36ec78a177c184425 (2022-08-11 18:38:11 -0400) cleanup deprecated ioutil functions Code review reminders, by giving a LGTM you attest that:...

### Expected Behavior `tilt snapshot view` should bind to localhost ### Current Behavior I've run `tilt snapshot view` locally and it seems to be binding to all addresses??? Users have...

bug

### Expected Behavior Live update should retry on recoverable errors, or at least be configurable to do so. ### Current Behavior Currently live update doesn't retry on the following error:...

bug

In the #tilt channel, Dan C-P writes: > We seem to be seeing bloat in our tilt-managed kind control plane that I've narrowed down to what I think are dangling...

enhancement

### Expected Behavior Given a resource from `docker_compose` that points to a `Dockerfile`, I expected the restart button to rebuild my image. ### Current Behavior The same image is restarted....

bug

Hello :sunny: 1. **I'm trying to** load some extensions from a gitlab.com-repository: https://gitlab.com/opvasger/tilt-extension-experiment ``` v1alpha1.extension_repo(name='tilt-extension-experiment', url='https://gitlab.com/opvasger/tilt-extension-experiment', ref="main") v1alpha1.extension(name='tilt_extension', repo_name='tilt-extension-experiment', repo_path='tilt_extension') load('ext://tilt_extension', 'vue_build', 'dotnet_build') ``` **I'm expecting** the definitions to load...

bug

## Describe the Feature You Want Some servers write their logs in json so that they're machine-readable. When viewing them in Tilt, it'd be nice to be able to massage...

enhancement

### Expected Behavior I can declare dependencies between services in my compose file and Tilt will bring them all up ### Current Behavior In some cases, services with dependencies fail...

bug

## Describe the Feature You Want I would like to pass env variables to cmd_button, as I can do with local_resource ### Current Behavior cmd_button doesn't have an env argument...

enhancement
good first issue