Nick Santos
Nick Santos
Right now, the cert-manager extension defaults to v1.3.1 This is quite old! As @lentzi90 points out - https://github.com/tilt-dev/tilt-extensions/issues/346 what should be our policy for updating it? Possibilities: - We should...
Currently, if you run tilt in an SSH session, the kubefwd extension will fail with this error: ``` Error executing command as another user: No authentication agent found. ``` The...
#### What does this pull request do? On Windows, ReadDirectoryChanges allows recursive watches, so I added a function call to enable it I saw some discussion on this in these...
Currently, Tilt has resource_deps for expressing runtime initialization dependencies (e.g., "You need to start up the database before the frontend"). But Tilt has no way to express other types of...
Some users have asked for an easy way to see in the Tilt UI if one server is using way too much CPU or memory Related to #3116, #3117, and...
Raboo in the slack channel reports this error message: ``` Tilt started on http://localhost:10350/ v0.30.7, built 2022-08-12 Tilt analytics disabled: Environment variable CI=true Error fetching nodes: userextras.authentication.k8s.io "local://u-tkf5z" is forbidden:...
We received this screenshot of a resource view:  there's really only one endpoint, but it's getting duplicated somehow. Refreshing the page fixes the issue. Probably a bug in...
### Steps to Reproduce Use the following tiltfile: ``` custom_build('example-html-image', 'sleep 1000', deps=[]) k8s_yaml('kubernetes.yaml') k8s_resource('example-html', port_forwards=8000) ``` (adapted from tilt-example-html) Run `tilt up` Hit the cancel button on `example-html` ###...
### Current Behavior We now have `tilt enable --labels=fe`, which lets you start up all the services that have this label. But `tilt up` does not have a way to...