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

## Describe the Feature You Want [Andy Martin on k8s slack](https://kubernetes.slack.com/archives/CESBL84MV/p1644337735555119) says that their team has multiple resources that depend on other resources, so the enable/disable resource button in the...

enhancement

## Describe the Feature You Want There could be a way to `tilt up` (with a flag or maybe an environment variable) that runs everything as it would, but without...

enhancement

## Describe the Feature You Want Tilt's [Local vs Remote Services](https://docs.tilt.dev/local_vs_remote.html#hybrid) doc says hybrid local/remote development is the most common setup we see. An example project demonstrating this setup could...

enhancement

Dark mode is all the rage these days and while I can get behind that at least most of the time, one area where I've been having trouble accepting it...

enhancement

From the tilt channel: ``` I cannot get live_update working on Windows. Tried one Win 10 machine and one Win 11 machine. Same issue on both. The tar command never...

bug

I have multiple services set up with multiple tilt files. For testing I sometimes run tilt files one by one, but to setup the whole cluster I want to be...

enhancement

Is it correct that the LSP currently has no Tree-Sitter syntax highlighting support? If so I'd like to request the implementation of Tree-Sitter syntax highlighting I read over https://github.com/tilt-dev/tilt.specs/blob/master/ide_extensions.md and...

enhancement

Repro steps: - Create a socket file with a dead listener by running: ``` nc -lkU /home/nick/test.sock ``` - Start tilt and try to connect to the socket: ``` DOCKER_HOST="unix:///home/nick/test.sock"...

bug

Two users have reported getting this error when starting Tilt: `Error: writing tilt api configs: open /home/$USER/.tilt-dev/config.lock: file exists` We don't have a repro. The issue can be worked around...

bug

## Describe the Feature You Want * When a resource has a dependency on multiple others, show the names of all resources being waited upon ### Current Behavior * When...

enhancement