tilt
tilt copied to clipboard
Define your dev environment as code. For microservice apps on Kubernetes.
## Describe the Feature You Want When limiting the number of parallel updates with `update_settings(max_parallel_updates=N)`, force the updates to wait until pods are ready (as determined by k8s readiness probe)....
## Describe the Feature You Want We currently using `latest` tags on every image with docker-compose. We'd like to be able to "force pull" as even if we rebuild the...
### Expected Behavior Assuming following `docker-compose.yml` and an "admin" service: ```yaml admin: image: admin_svc:latest ports: - 4550:4550 env_file: - compose/admin.env volumes: - admin_deps:/app/deps:delegated - admin_build:/app/_build:delegated depends_on: - db db: image:...
The current behavior is to upload files serially, to each container where an image is in use. This can make developing services on remote clusters slow when the same container...
I want to move some slow operations in ClusterAPI's Tiltfile into a local_resource so that they don't happen every time I touch the Tiltfile. These operations need to run before...
To improve observability it will be good to have integrations with popular tracing solutions like Jaeger and Zipkin. Right now I see it something like this: New tab in tilt's...
## Describe the Feature You Want I'm currently doing TDD on a codebase which makes use of an API with a rather noisy log output. It would be nice if...
## Describe the Feature You Want Would love the option to enable this checkbox at runtime instead of having to check it on individual tilt sessions. ### Current Behavior The...
### Expected Behavior * Tilt silently re-establishes log connection without emitting an error ### Current Behavior * If a Pod doesn't log for a while, presumably due to no I/O...
## Describe the Feature You Want It would be nice to be able to pass args to tilt from the UI to change config args on the fly. ### Current...