Nick Santos
Nick Santos
When I was trying to get live_update to work with Bazel, it was getting confused with where the binary live due to symlink directories in the binary path. There's probably...
## Describe the Feature You Want Some teams rotate auth credentials by writing a new kubeconfig with the new creds. Tilt should have some way to reload those credentials. ###...
Currently getting this output from my tiltfile: ``` Loading Tiltfile at: /home/nick/src/gondolier/Tiltfile local: ctlptl get registry my-registry -o template --template '{{.status.listenAddress}}:{{.port}}' → 127.0.0.1:5010Successfully loaded Tiltfile (1.614615587s) ``` I think we...
## Describe the Feature You Want Michael writes in the tilt channel: > when using the run option with LiveUpdates to run a command in a container after files are...
When I've used k8s_resource(objects) for our own deployments, I've found it annoying to configure. Often, I want ALL the resources named X, and it feels weird to list them out...
### Current Behavior Tilt caps resource names in `tilt ci` / tilt cli output at 13 characters https://github.com/tilt-dev/tilt/blob/master/pkg/model/logstore/prefix.go If two resources have the same 13 character prefix, you won't be...
### Description I log into my ECR registry like this: ``` aws ecr get-login-password --region us-east-1 docker login --username AWS --password-stdin [my-account-id].dkr.ecr.us-east-1.amazonaws.com Login Succeeded ``` This is the recommended way...
**What would you like to be added**: Replace `containerdConfigPatches` with an API that allows updates to multiple files At this point, I'm not proposing a specific API. Mainly asking whether...
Important note - This doesn't setup Docker on MacOS. To setup Docker, you either need to use the Docker Desktop GHA (https://github.com/docker/desktop-action), or you need to connect your MacOS runner...
### Description Docker plugins have some really odd behavior when the main process gets a SIGTERM signal: - it always ignores the first sigterm - after 3 sigterms, it forces...