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 @milas, Please review the following commits I made in branch nicks/dclogs: 467df7cf94c856c71eef2bc61a016a26b553005e (2022-05-18 15:00:43 -0400) runtimelog: port docker compose log streamer to the reconciler Code review reminders, by giving...

We've had at least two users in the Tilt channel struggle to set up Tilt with Argo Our current docs on setting up other, similar kinds of CRDs are pretty...

docs request

## Describe the Feature You Want Improve build performance on Github Actions by using a caching mechanism ### Current Behavior All GHA builds are done from scratch ### Why Do...

enhancement

## Describe the Feature You Want * Option for Tilt to show timestamp next to each log message ### Current Behavior * Tilt does not display timestamps for logs ###...

enhancement

## Describe the Feature You Want e.g.: ``` load('ext://helm_remote', 'helm_remote') helm_remote('mysql', repo_name='bitnami') ``` `tilt up` causes the pvc `data-mysql-0` to be created. `tilt down` should cause it to be deleted....

enhancement

I use this command `k8s_yaml(local('kustomize build folder_here'))` to generate the yaml (because for some reason the tilt kustomize isn't working, I think there is an open issue about that) But...

enhancement

### Expected Behavior Tilt indicates what field in what object is invalid. ### Current Behavior The output looks like this: ``` ERROR: Traceback (most recent call last): /Users/matt/go/src/github.com/tilt-dev/servantes/deploy/Tiltfile:1:9: in :...

bug

### Expected Behavior * If the cluster becomes unhealthy and then healthy again, Tilt reflects that both in the cluster pop-up in the UI and by "unholding" any resources waiting...

bug

A user saw yellow "has alert" indications on a number of pods and didn't understand why/thought there was something serious wrong--turns out they were just PodRestartError notifications. But sometimes pods...

enhancement

## Describe the Feature You Want Sometimes I need to use a single screen for both code and updates. Tilt is the perfect tool to have open alongside my code,...

enhancement