af11d8cd58
Previously, when triggering a Tilt reload via a *.go file change, a reload would take ~13 seconds and we would see this error message in the Tilt logs for each component. Live Update failed with unexpected error: command terminated with exit code 2 Falling back to a full image build + deploy Now, Tilt should reload images a lot faster (~3 seconds) since we are running the images as root. Note! Reloading the Concierge component still takes ~13 seconds because there are 2 containers running in the Concierge namespace that use the Concierge image: the main Concierge app and the kube cert agent pod. Tilt can't live reload both of these at once, so the reload takes longer and we see this error message. Will not perform Live Update because: Error retrieving container info: can only get container info for a single pod; image target image:image/concierge has 2 pods Falling back to a full image build + deploy Signed-off-by: Andrew Keesler <akeesler@vmware.com> |
||
---|---|---|
.. | ||
lib | ||
boilerplate.go.txt | ||
check-copyright-year.sh | ||
get-ldflags.sh | ||
header.txt | ||
kind-down.sh | ||
kind-up.sh | ||
module.sh | ||
prepare-for-integration-tests.sh | ||
tilt-down.sh | ||
tilt-up.sh | ||
update.sh | ||
verify.sh |