Skip to content

cli: ensure tilt down doesn't wipe out state from unrelated tilt ups - #6836

Merged
nicks merged 1 commit into
masterfrom
nicks/issue-6826
Sep 17, 2026
Merged

nicks merged 1 commit into
masterfrom
nicks/issue-6826

Conversation

@nicks

@nicks nicks commented Sep 14, 2026

Copy link
Copy Markdown
Collaborator

set up all cli commands so they get their
own private workspace for saving runtime state files,
and clean up when they exit.

in a future pr, we should probably have something
that cleans up dead state dirs, but leaving
this alone for now

fixes #6826

Signed-off-by: Nick Santos nicholas.j.santos@gmail.com

set up all cli commands so they get their
own private workspace for saving runtime state files,
and clean up when they exit.

in a future pr, we should probably have something
that cleans up dead state dirs, but leaving
this alone for now

fixes #6826

Signed-off-by: Nick Santos <nicholas.j.santos@gmail.com>
@nicks
nicks merged commit db0a8d2 into master Sep 17, 2026
8 checks passed
@nicks
nicks deleted the nicks/issue-6826 branch September 17, 2026 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

tilt down deletes a concurrently-running instance's frozen kubeconfig, breaking its k8s_custom_deploy/helm_resource deploys (localhost:8080)

1 participant