tilt: K8s resources in uncategorized are not updated an change
I’m seeing this with 0.12.8
at the moment but the behaviour has been the same in older versions I think: Changes to K8s resources which are grouped under uncategorized
are not reapplied automatically. I’ve been bitten be this multiple times when correcting permission issues in ClusterRoles
during development. This also affects CRDs for which this would probably harder to fix as they are largely immutable after creation and recreating them would have some side-effects as it would delete all custom resources of that kind.
This is related to the discussion in https://github.com/windmilleng/tilt/issues/2989 I think.
(I still like to point out that Tilt is an awesome tool that has helped me immensely during development as it simplifies deployment and container image publishing, reduces turn-around times significantly and also visualizes all the related logs to quickly find a problem . I’ve looked at one competing solution in the meantime and I couldn’t get it to run properly (which also might be my fault). It also felt more invasive than Tilt and made more changes to the Kubernetes cluster which I didn’t like. Keep up the good work! Thank you!)
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 15 (9 by maintainers)
Commits related to this issue
- vendor: upgrade json-patch to deal with perf degradation. Fixes issue #3096 — committed to tilt-dev/tilt by nicks 4 years ago
- vendor: upgrade json-patch to deal with perf degradation. Fixes issue #3096 (#3106) — committed to tilt-dev/tilt by nicks 4 years ago
should be fixed in the latest release